public static final class GetOrganizationQuotaResponse.Builder extends Object
GetOrganizationQuotaResponse.
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 |
|---|---|
GetOrganizationQuotaResponse.Builder |
apps(Apps apps)
Initializes the value for the
apps attribute. |
GetOrganizationQuotaResponse |
build()
Builds a new
GetOrganizationQuotaResponse. |
GetOrganizationQuotaResponse.Builder |
createdAt(String createdAt)
Initializes the value for the
createdAt attribute. |
GetOrganizationQuotaResponse.Builder |
domains(Domains domains)
Initializes the value for the
domains attribute. |
GetOrganizationQuotaResponse.Builder |
from(org.cloudfoundry.client.v3.quotas.organizations._GetOrganizationQuotaResponse instance)
Copy abstract value type
_GetOrganizationQuotaResponse instance into builder. |
GetOrganizationQuotaResponse.Builder |
from(GetOrganizationQuotaResponse instance)
Fill a builder with attribute values from the provided
GetOrganizationQuotaResponse instance. |
GetOrganizationQuotaResponse.Builder |
from(OrganizationQuota instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.quotas.organizations.OrganizationQuota instance. |
GetOrganizationQuotaResponse.Builder |
from(Resource instance)
Fill a builder with attribute values from the provided
org.cloudfoundry.client.v3.Resource instance. |
GetOrganizationQuotaResponse.Builder |
id(String id)
Initializes the value for the
id attribute. |
GetOrganizationQuotaResponse.Builder |
link(Map.Entry<String,? extends Link> entry)
Put one entry to the
links map. |
GetOrganizationQuotaResponse.Builder |
link(String key,
Link value)
Put one entry to the
links map. |
GetOrganizationQuotaResponse.Builder |
links(Map<String,? extends Link> entries)
Sets or replaces all mappings from the specified map as entries for the
links map. |
GetOrganizationQuotaResponse.Builder |
name(String name)
Initializes the value for the
name attribute. |
GetOrganizationQuotaResponse.Builder |
putAllLinks(Map<String,? extends Link> entries)
Put all mappings from the specified map as entries to
links map. |
GetOrganizationQuotaResponse.Builder |
relationships(OrganizationQuotaRelationships relationships)
Initializes the value for the
relationships attribute. |
GetOrganizationQuotaResponse.Builder |
routes(Routes routes)
Initializes the value for the
routes attribute. |
GetOrganizationQuotaResponse.Builder |
services(Services services)
Initializes the value for the
services attribute. |
GetOrganizationQuotaResponse.Builder |
updatedAt(String updatedAt)
Initializes the value for the
updatedAt attribute. |
public final GetOrganizationQuotaResponse.Builder from(Resource instance)
org.cloudfoundry.client.v3.Resource instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder from(GetOrganizationQuotaResponse instance)
GetOrganizationQuotaResponse instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder from(org.cloudfoundry.client.v3.quotas.organizations._GetOrganizationQuotaResponse instance)
_GetOrganizationQuotaResponse instance into builder.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder from(OrganizationQuota instance)
org.cloudfoundry.client.v3.quotas.organizations.OrganizationQuota instance.instance - The instance from which to copy valuesthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder createdAt(String createdAt)
createdAt attribute.createdAt - The value for createdAtthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder id(String id)
id attribute.id - The value for idthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder link(String key, Link value)
links map.key - The key in the links mapvalue - The associated value in the links mapthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder link(Map.Entry<String,? extends Link> entry)
links map. Nulls are not permittedentry - The key and value entrythis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder links(Map<String,? extends Link> entries)
links map. Nulls are not permittedentries - The entries that will be added to the links mapthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder putAllLinks(Map<String,? extends Link> entries)
links map. Nulls are not permittedentries - The entries that will be added to the links mapthis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder updatedAt(String updatedAt)
updatedAt attribute.updatedAt - The value for updatedAt (can be null)this builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder name(String name)
name attribute.name - The value for namethis builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder apps(Apps apps)
apps attribute.apps - The value for apps (can be null)this builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder services(Services services)
services attribute.services - The value for services (can be null)this builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder routes(Routes routes)
routes attribute.routes - The value for routes (can be null)this builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder domains(Domains domains)
domains attribute.domains - The value for domains (can be null)this builder for use in a chained invocationpublic final GetOrganizationQuotaResponse.Builder relationships(OrganizationQuotaRelationships relationships)
relationships attribute.relationships - The value for relationships (can be null)this builder for use in a chained invocationpublic GetOrganizationQuotaResponse build()
GetOrganizationQuotaResponse.IllegalStateException - if any required attributes are missingCopyright © 2026. All rights reserved.