public static final class ListOrganizationSpaceQuotaDefinitionsRequest.Builder extends Object
ListOrganizationSpaceQuotaDefinitionsRequest.
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 |
|---|---|
ListOrganizationSpaceQuotaDefinitionsRequest |
build()
Builds a new
ListOrganizationSpaceQuotaDefinitionsRequest. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
from(org.cloudfoundry.client.v2.organizations._ListOrganizationSpaceQuotaDefinitionsRequest instance)
Copy abstract value type
_ListOrganizationSpaceQuotaDefinitionsRequest instance into builder. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
from(ListOrganizationSpaceQuotaDefinitionsRequest instance)
Fill a builder with attribute values from the provided
ListOrganizationSpaceQuotaDefinitionsRequest instance. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
from(PaginatedRequest instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v2.PaginatedRequest instance. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
orderDirection(OrderDirection orderDirection)
Initializes the value for the
orderDirection attribute. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
organizationId(String organizationId)
Initializes the value for the
organizationId attribute. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
page(Integer page)
Initializes the value for the
page attribute. |
ListOrganizationSpaceQuotaDefinitionsRequest.Builder |
resultsPerPage(Integer resultsPerPage)
Initializes the value for the
resultsPerPage attribute. |
public final ListOrganizationSpaceQuotaDefinitionsRequest.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 ListOrganizationSpaceQuotaDefinitionsRequest.Builder from(ListOrganizationSpaceQuotaDefinitionsRequest instance)
ListOrganizationSpaceQuotaDefinitionsRequest instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationSpaceQuotaDefinitionsRequest.Builder from(org.cloudfoundry.client.v2.organizations._ListOrganizationSpaceQuotaDefinitionsRequest instance)
_ListOrganizationSpaceQuotaDefinitionsRequest instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final ListOrganizationSpaceQuotaDefinitionsRequest.Builder orderDirection(OrderDirection orderDirection)
orderDirection attribute.orderDirection - The value for orderDirection (can be null)this builder for use in a chained invocationpublic final ListOrganizationSpaceQuotaDefinitionsRequest.Builder page(Integer page)
page attribute.page - The value for page (can be null)this builder for use in a chained invocationpublic final ListOrganizationSpaceQuotaDefinitionsRequest.Builder resultsPerPage(Integer resultsPerPage)
resultsPerPage attribute.resultsPerPage - The value for resultsPerPage (can be null)this builder for use in a chained invocationpublic final ListOrganizationSpaceQuotaDefinitionsRequest.Builder organizationId(String organizationId)
organizationId attribute.organizationId - The value for organizationIdthis builder for use in a chained invocationpublic ListOrganizationSpaceQuotaDefinitionsRequest build()
ListOrganizationSpaceQuotaDefinitionsRequest.IllegalStateException - if any required attributes are missingCopyright © 2020. All rights reserved.