public static final class ListOrganizationManagersRequest.Builder extends Object
ListOrganizationManagersRequest.
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 ListOrganizationManagersRequest.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 ListOrganizationManagersRequest.Builder from(ListOrganizationManagersRequest instance)
ListOrganizationManagersRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder from(org.cloudfoundry.client.v2.organizations._ListOrganizationManagersRequest instance)
_ListOrganizationManagersRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder auditedOrganizationId(String element)
auditedOrganizationIds list.element - A auditedOrganizationIds elementthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder auditedOrganizationIds(String... elements)
auditedOrganizationIds list.elements - An array of auditedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder auditedOrganizationIds(Iterable<String> elements)
auditedOrganizationIds list.elements - An iterable of auditedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder addAllAuditedOrganizationIds(Iterable<String> elements)
auditedOrganizationIds list.elements - An iterable of auditedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder auditedSpaceId(String element)
auditedSpaceIds list.element - A auditedSpaceIds elementthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder auditedSpaceIds(String... elements)
auditedSpaceIds list.elements - An array of auditedSpaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder auditedSpaceIds(Iterable<String> elements)
auditedSpaceIds list.elements - An iterable of auditedSpaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder addAllAuditedSpaceIds(Iterable<String> elements)
auditedSpaceIds list.elements - An iterable of auditedSpaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder billingManagedOrganizationId(String element)
billingManagedOrganizationIds list.element - A billingManagedOrganizationIds elementthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder billingManagedOrganizationIds(String... elements)
billingManagedOrganizationIds list.elements - An array of billingManagedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder billingManagedOrganizationIds(Iterable<String> elements)
billingManagedOrganizationIds list.elements - An iterable of billingManagedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder addAllBillingManagedOrganizationIds(Iterable<String> elements)
billingManagedOrganizationIds list.elements - An iterable of billingManagedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder managedOrganizationId(String element)
managedOrganizationIds list.element - A managedOrganizationIds elementthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder managedOrganizationIds(String... elements)
managedOrganizationIds list.elements - An array of managedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder managedOrganizationIds(Iterable<String> elements)
managedOrganizationIds list.elements - An iterable of managedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder addAllManagedOrganizationIds(Iterable<String> elements)
managedOrganizationIds list.elements - An iterable of managedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder managedSpaceId(String element)
managedSpaceIds list.element - A managedSpaceIds elementthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder managedSpaceIds(String... elements)
managedSpaceIds list.elements - An array of managedSpaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder managedSpaceIds(Iterable<String> elements)
managedSpaceIds list.elements - An iterable of managedSpaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder addAllManagedSpaceIds(Iterable<String> elements)
managedSpaceIds list.elements - An iterable of managedSpaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder organizationId(String organizationId)
organizationId attribute.organizationId - The value for organizationIdthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder spaceId(String element)
spaceIds list.element - A spaceIds elementthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder spaceIds(String... elements)
spaceIds list.elements - An array of spaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder spaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationManagersRequest.Builder addAllSpaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic ListOrganizationManagersRequest build()
ListOrganizationManagersRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.