public static final class ListOrganizationDomainsRequest.Builder extends Object
ListOrganizationDomainsRequest.
Initialize attributes and then invoke the build() method to create an
immutable instance.
Builder is not thread-safe and generally should not be stored in a field or collection,
but instead used immediately to create instances.
public final ListOrganizationDomainsRequest.Builder from(ListOrganizationDomainsRequest instance)
ListOrganizationDomainsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder from(org.cloudfoundry.client.v2.organizations._ListOrganizationDomainsRequest instance)
_ListOrganizationDomainsRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder from(PaginatedRequest instance)
org.cloudfoundry.client.v2.PaginatedRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder name(String element)
names list.element - A names elementthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder names(String... elements)
names list.elements - An array of names elementsthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder names(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder addAllNames(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder organizationId(String organizationId)
organizationId attribute.organizationId - The value for organizationIdthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder owningOrganizationId(String element)
owningOrganizationIds list.element - A owningOrganizationIds elementthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder owningOrganizationIds(String... elements)
owningOrganizationIds list.elements - An array of owningOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder owningOrganizationIds(Iterable<String> elements)
owningOrganizationIds list.elements - An iterable of owningOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationDomainsRequest.Builder addAllOwningOrganizationIds(Iterable<String> elements)
owningOrganizationIds list.elements - An iterable of owningOrganizationIds elementsthis builder for use in a chained invocationpublic ListOrganizationDomainsRequest build()
ListOrganizationDomainsRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.