@Generated(value="org.immutables.processor.ProxyProcessor") public final class UpdateSpaceQuotaRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateSpaceQuotaRequest.Builder
Builds instances of type
UpdateSpaceQuotaRequest. |
| Modifier and Type | Method and Description |
|---|---|
static UpdateSpaceQuotaRequest.Builder |
builder()
Creates a builder for
UpdateSpaceQuotaRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
UpdateSpaceQuotaRequest that have equal attribute values. |
Apps |
getApps()
Quotas that affect applications and application sub-resources
|
String |
getName()
Name of the quota
|
Routes |
getRoutes()
Quotas that affect routes
|
Services |
getServices()
Quotas that affect services
|
String |
getSpaceQuotaId()
The space quota id
|
int |
hashCode()
Computes a hash code from attributes:
spaceQuotaId, name, apps, services, routes. |
String |
toString()
Prints the immutable value
UpdateSpaceQuotaRequest with attribute values. |
public String getSpaceQuotaId()
public String getName()
public Apps getApps()
public Services getServices()
public Routes getRoutes()
public boolean equals(Object another)
UpdateSpaceQuotaRequest that have equal attribute values.public int hashCode()
spaceQuotaId, name, apps, services, routes.public String toString()
UpdateSpaceQuotaRequest with attribute values.public static UpdateSpaceQuotaRequest.Builder builder()
UpdateSpaceQuotaRequest.
UpdateSpaceQuotaRequest.builder()
.spaceQuotaId(String) // required spaceQuotaId
.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
.build();
Copyright © 2026. All rights reserved.