public static final class ListUserManagedOrganizationsRequest.Builder extends Object
ListUserManagedOrganizationsRequest.
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 |
|---|---|
ListUserManagedOrganizationsRequest.Builder |
auditorId(String auditorId)
Initializes the value for the
auditorId attribute. |
ListUserManagedOrganizationsRequest.Builder |
billingManagerId(String billingManagerId)
Initializes the value for the
billingManagerId attribute. |
ListUserManagedOrganizationsRequest |
build()
Builds a new
ListUserManagedOrganizationsRequest. |
ListUserManagedOrganizationsRequest.Builder |
from(ListUserManagedOrganizationsRequest instance)
Fill a builder with attribute values from the provided
ListUserManagedOrganizationsRequest instance. |
ListUserManagedOrganizationsRequest.Builder |
from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.PaginatedRequest instance. |
ListUserManagedOrganizationsRequest.Builder |
managerId(String managerId)
Initializes the value for the
managerId attribute. |
ListUserManagedOrganizationsRequest.Builder |
name(String name)
Initializes the value for the
name attribute. |
ListUserManagedOrganizationsRequest.Builder |
orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListUserManagedOrganizationsRequest.Builder |
page(Integer page)
Initializes the value for the
page attribute. |
ListUserManagedOrganizationsRequest.Builder |
resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
ListUserManagedOrganizationsRequest.Builder |
spaceId(String spaceId)
Initializes the value for the
spaceId attribute. |
ListUserManagedOrganizationsRequest.Builder |
status(String status)
Initializes the value for the
status attribute. |
ListUserManagedOrganizationsRequest.Builder |
userId(String userId)
Initializes the value for the
userId attribute. |
public final ListUserManagedOrganizationsRequest.Builder from(ListUserManagedOrganizationsRequest instance)
ListUserManagedOrganizationsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.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 ListUserManagedOrganizationsRequest.Builder auditorId(String auditorId)
auditorId attribute.auditorId - The value for auditorId (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder billingManagerId(String billingManagerId)
billingManagerId attribute.billingManagerId - The value for billingManagerId (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder managerId(String managerId)
managerId attribute.managerId - The value for managerId (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder name(String name)
name attribute.name - The value for name (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder spaceId(String spaceId)
spaceId attribute.spaceId - The value for spaceId (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder status(String status)
status attribute.status - The value for status (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder userId(String userId)
userId attribute.userId - The value for userIdthis builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListUserManagedOrganizationsRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic ListUserManagedOrganizationsRequest build()
ListUserManagedOrganizationsRequest.IllegalStateException - if any required attributes are missingCopyright © 2017 Pivotal Software, Inc.. All rights reserved.