public static interface CreateOrganizationResponse.Builder extends OrganizationsResponse.Builder, SdkPojo, CopyableBuilder<CreateOrganizationResponse.Builder,CreateOrganizationResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateOrganizationResponse.Builder |
organization(Consumer<Organization.Builder> organization)
A structure that contains details about the newly created organization.
|
CreateOrganizationResponse.Builder |
organization(Organization organization)
A structure that contains details about the newly created organization.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateOrganizationResponse.Builder organization(Organization organization)
A structure that contains details about the newly created organization.
organization - A structure that contains details about the newly created organization.default CreateOrganizationResponse.Builder organization(Consumer<Organization.Builder> organization)
A structure that contains details about the newly created organization.
This is a convenience method that creates an instance of theOrganization.Builder avoiding the need
to create one manually via Organization.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to organization(Organization).
organization - a consumer that will call methods on Organization.Builderorganization(Organization)Copyright © 2023. All rights reserved.