@Generated(value="org.immutables.processor.ProxyProcessor") public final class SpaceQuotaRelationships extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SpaceQuotaRelationships.Builder
Builds instances of type
SpaceQuotaRelationships. |
| Modifier and Type | Method and Description |
|---|---|
static SpaceQuotaRelationships.Builder |
builder()
Creates a builder for
SpaceQuotaRelationships. |
boolean |
equals(Object another)
This instance is equal to all instances of
SpaceQuotaRelationships that have equal attribute values. |
ToOneRelationship |
getOrganization()
A relationship to the organization where the quota belongs
|
ToManyRelationship |
getSpaces()
A relationship to the spaces where the quota is applied
|
int |
hashCode()
Computes a hash code from attributes:
organization, spaces. |
String |
toString()
Prints the immutable value
SpaceQuotaRelationships with attribute values. |
public ToOneRelationship getOrganization()
public ToManyRelationship getSpaces()
public boolean equals(Object another)
SpaceQuotaRelationships that have equal attribute values.public int hashCode()
organization, spaces.public String toString()
SpaceQuotaRelationships with attribute values.public static SpaceQuotaRelationships.Builder builder()
SpaceQuotaRelationships.
SpaceQuotaRelationships.builder()
.organization(org.cloudfoundry.client.v3.ToOneRelationship) // required organization
.spaces(org.cloudfoundry.client.v3.ToManyRelationship | null) // nullable spaces
.build();
Copyright © 2026. All rights reserved.