public static final class ListOrganizationsRequest.Builder extends Object
ListOrganizationsRequest.
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 ListOrganizationsRequest.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 ListOrganizationsRequest.Builder from(ListOrganizationsRequest instance)
ListOrganizationsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder from(org.cloudfoundry.client.v2.organizations._ListOrganizationsRequest instance)
_ListOrganizationsRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder auditorId(String element)
auditorIds list.element - A auditorIds elementthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder auditorIds(String... elements)
auditorIds list.elements - An array of auditorIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder auditorIds(Iterable<String> elements)
auditorIds list.elements - An iterable of auditorIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder addAllAuditorIds(Iterable<String> elements)
auditorIds list.elements - An iterable of auditorIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder billingManagerId(String element)
billingManagerIds list.element - A billingManagerIds elementthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder billingManagerIds(String... elements)
billingManagerIds list.elements - An array of billingManagerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder billingManagerIds(Iterable<String> elements)
billingManagerIds list.elements - An iterable of billingManagerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder addAllBillingManagerIds(Iterable<String> elements)
billingManagerIds list.elements - An iterable of billingManagerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder managerId(String element)
managerIds list.element - A managerIds elementthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder managerIds(String... elements)
managerIds list.elements - An array of managerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder managerIds(Iterable<String> elements)
managerIds list.elements - An iterable of managerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder addAllManagerIds(Iterable<String> elements)
managerIds list.elements - An iterable of managerIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder name(String element)
names list.element - A names elementthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder names(String... elements)
names list.elements - An array of names elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder names(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder addAllNames(Iterable<String> elements)
names list.elements - An iterable of names elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder spaceId(String element)
spaceIds list.element - A spaceIds elementthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder spaceIds(String... elements)
spaceIds list.elements - An array of spaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder spaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder addAllSpaceIds(Iterable<String> elements)
spaceIds list.elements - An iterable of spaceIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder status(String element)
statuses list.element - A statuses elementthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder statuses(String... elements)
statuses list.elements - An array of statuses elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder statuses(Iterable<String> elements)
statuses list.elements - An iterable of statuses elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder addAllStatuses(Iterable<String> elements)
statuses list.elements - An iterable of statuses elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder userId(String element)
userIds list.element - A userIds elementthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder userIds(String... elements)
userIds list.elements - An array of userIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder userIds(Iterable<String> elements)
userIds list.elements - An iterable of userIds elementsthis builder for use in a chained invocationpublic final ListOrganizationsRequest.Builder addAllUserIds(Iterable<String> elements)
userIds list.elements - An iterable of userIds elementsthis builder for use in a chained invocationpublic ListOrganizationsRequest build()
ListOrganizationsRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.