@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateOrganizationQuotaRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateOrganizationQuotaRequest.Builder
Builds instances of type
CreateOrganizationQuotaRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateOrganizationQuotaRequest.Builder |
builder()
Creates a builder for
CreateOrganizationQuotaRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateOrganizationQuotaRequest 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
|
OrganizationQuotaRelationships |
getRelationships()
A relationship to the organizations where the quota is applied
|
Routes |
getRoutes()
Quotas that affect routes
|
Services |
getServices()
Quotas that affect services
|
int |
hashCode()
Computes a hash code from attributes:
name, apps, services, routes, domains, relationships. |
String |
toString()
Prints the immutable value
CreateOrganizationQuotaRequest with attribute values. |
public String getName()
public Apps getApps()
public Services getServices()
public Routes getRoutes()
public Domains getDomains()
public OrganizationQuotaRelationships getRelationships()
public boolean equals(Object another)
CreateOrganizationQuotaRequest that have equal attribute values.public int hashCode()
name, apps, services, routes, domains, relationships.public String toString()
CreateOrganizationQuotaRequest with attribute values.public static CreateOrganizationQuotaRequest.Builder builder()
CreateOrganizationQuotaRequest.
CreateOrganizationQuotaRequest.builder()
.name(String) // required 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
.relationships(org.cloudfoundry.client.v3.quotas.organizations.OrganizationQuotaRelationships | null) // nullable relationships
.build();
Copyright © 2026. All rights reserved.