@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateOrganizationQuotaRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateOrganizationQuotaRequest.Builder
Builds instances of type
UpdateOrganizationQuotaRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateOrganizationQuotaRequest.Builder |
builder()
Creates a builder for
UpdateOrganizationQuotaRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateOrganizationQuotaRequest that have equal attribute values. |
Apps |
getApps()
Quotas that affect applications and application sub-resources
|
Domains |
getDomains()
Quotas that affect domains
|
String |
getName()
Name of the quota
|
String |
getOrganizationQuotaId()
The Organization Quota id
|
Routes |
getRoutes()
Quotas that affect routes
|
Services |
getServices()
Quotas that affect services
|
int |
hashCode()
Computes a hash code from attributes:
organizationQuotaId, name, apps, services, routes, domains. |
String |
toString()
Prints the immutable value
UpdateOrganizationQuotaRequest with attribute values. |
public String getOrganizationQuotaId()
public String getName()
public Apps getApps()
public Services getServices()
public Routes getRoutes()
public Domains getDomains()
public boolean equals(Object another)
UpdateOrganizationQuotaRequest that have equal attribute values.public int hashCode()
organizationQuotaId, name, apps, services, routes, domains.public String toString()
UpdateOrganizationQuotaRequest with attribute values.public static UpdateOrganizationQuotaRequest.Builder builder()
UpdateOrganizationQuotaRequest.
UpdateOrganizationQuotaRequest.builder()
.organizationQuotaId(String) // required organizationQuotaId
.name(String | null) // nullable name
.apps(org.cloudfoundry.client.v3.quotas.Apps | null) // nullable apps
.services(org.cloudfoundry.client.v3.quotas.Services | null) // nullable services
.routes(org.cloudfoundry.client.v3.quotas.Routes | null) // nullable routes
.domains(org.cloudfoundry.client.v3.quotas.organizations.Domains | null) // nullable domains
.build();
Copyright © 2026. All rights reserved.