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