public static final class ListSpaceAuditorsRequest.Builder extends Object
ListSpaceAuditorsRequest.
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.
| Modifier and Type | Method and Description |
|---|---|
ListSpaceAuditorsRequest.Builder |
addAllAuditedOrganizationIds(Iterable<String> elements)
Adds elements to
auditedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
addAllAuditedSpaceIds(Iterable<String> elements)
Adds elements to
auditedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
addAllBillingManagedOrganizationIds(Iterable<String> elements)
Adds elements to
billingManagedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
addAllManagedOrganizationIds(Iterable<String> elements)
Adds elements to
managedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
addAllManagedSpaceIds(Iterable<String> elements)
Adds elements to
managedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
addAllOrganizationIds(Iterable<String> elements)
Adds elements to
organizationIds list. |
ListSpaceAuditorsRequest.Builder |
auditedOrganizationId(String... elements)
Adds elements to
auditedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
auditedOrganizationId(String element)
Adds one element to
auditedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
auditedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
auditedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
auditedSpaceId(String... elements)
Adds elements to
auditedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
auditedSpaceId(String element)
Adds one element to
auditedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
auditedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
auditedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
billingManagedOrganizationId(String... elements)
Adds elements to
billingManagedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
billingManagedOrganizationId(String element)
Adds one element to
billingManagedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
billingManagedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
billingManagedOrganizationIds list. |
ListSpaceAuditorsRequest |
build()
Builds a new
ListSpaceAuditorsRequest. |
ListSpaceAuditorsRequest.Builder |
from(ListSpaceAuditorsRequest instance)
Fill a builder with attribute values from the provided
ListSpaceAuditorsRequest instance. |
ListSpaceAuditorsRequest.Builder |
from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.PaginatedRequest instance. |
ListSpaceAuditorsRequest.Builder |
managedOrganizationId(String... elements)
Adds elements to
managedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
managedOrganizationId(String element)
Adds one element to
managedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
managedOrganizationIds(Iterable<String> elements)
Sets or replaces all elements for
managedOrganizationIds list. |
ListSpaceAuditorsRequest.Builder |
managedSpaceId(String... elements)
Adds elements to
managedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
managedSpaceId(String element)
Adds one element to
managedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
managedSpaceIds(Iterable<String> elements)
Sets or replaces all elements for
managedSpaceIds list. |
ListSpaceAuditorsRequest.Builder |
orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListSpaceAuditorsRequest.Builder |
organizationId(String... elements)
Adds elements to
organizationIds list. |
ListSpaceAuditorsRequest.Builder |
organizationId(String element)
Adds one element to
organizationIds list. |
ListSpaceAuditorsRequest.Builder |
organizationIds(Iterable<String> elements)
Sets or replaces all elements for
organizationIds list. |
ListSpaceAuditorsRequest.Builder |
page(Integer page)
Initializes the value for the
page attribute. |
ListSpaceAuditorsRequest.Builder |
resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListSpaceAuditorsRequest.Builder |
spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
public final ListSpaceAuditorsRequest.Builder from(ListSpaceAuditorsRequest instance)
ListSpaceAuditorsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.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 ListSpaceAuditorsRequest.Builder auditedOrganizationId(String element)
auditedOrganizationIds list.element - A auditedOrganizationIds elementthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder auditedOrganizationId(String... elements)
auditedOrganizationIds list.elements - An array of auditedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder auditedOrganizationIds(Iterable<String> elements)
auditedOrganizationIds list.elements - An iterable of auditedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder addAllAuditedOrganizationIds(Iterable<String> elements)
auditedOrganizationIds list.elements - An iterable of auditedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder auditedSpaceId(String element)
auditedSpaceIds list.element - A auditedSpaceIds elementthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder auditedSpaceId(String... elements)
auditedSpaceIds list.elements - An array of auditedSpaceIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder auditedSpaceIds(Iterable<String> elements)
auditedSpaceIds list.elements - An iterable of auditedSpaceIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder addAllAuditedSpaceIds(Iterable<String> elements)
auditedSpaceIds list.elements - An iterable of auditedSpaceIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder billingManagedOrganizationId(String element)
billingManagedOrganizationIds list.element - A billingManagedOrganizationIds elementthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder billingManagedOrganizationId(String... elements)
billingManagedOrganizationIds list.elements - An array of billingManagedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder billingManagedOrganizationIds(Iterable<String> elements)
billingManagedOrganizationIds list.elements - An iterable of billingManagedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder addAllBillingManagedOrganizationIds(Iterable<String> elements)
billingManagedOrganizationIds list.elements - An iterable of billingManagedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder managedOrganizationId(String element)
managedOrganizationIds list.element - A managedOrganizationIds elementthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder managedOrganizationId(String... elements)
managedOrganizationIds list.elements - An array of managedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder managedOrganizationIds(Iterable<String> elements)
managedOrganizationIds list.elements - An iterable of managedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder addAllManagedOrganizationIds(Iterable<String> elements)
managedOrganizationIds list.elements - An iterable of managedOrganizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder managedSpaceId(String element)
managedSpaceIds list.element - A managedSpaceIds elementthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder managedSpaceId(String... elements)
managedSpaceIds list.elements - An array of managedSpaceIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder managedSpaceIds(Iterable<String> elements)
managedSpaceIds list.elements - An iterable of managedSpaceIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder addAllManagedSpaceIds(Iterable<String> elements)
managedSpaceIds list.elements - An iterable of managedSpaceIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder organizationId(String element)
organizationIds list.element - A organizationIds elementthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder organizationId(String... elements)
organizationIds list.elements - An array of organizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder organizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder addAllOrganizationIds(Iterable<String> elements)
organizationIds list.elements - An iterable of organizationIds elementsthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder spaceId(String spaceId)
spaceId attribute.spaceId - The value for spaceIdthis builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListSpaceAuditorsRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic ListSpaceAuditorsRequest build()
ListSpaceAuditorsRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.