@Generated(value="org.immutables.processor.ProxyProcessor") public final class DomainRelationships extends Object
_DomainRelationships.
Use the builder to create immutable instances:
DomainRelationships.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
DomainRelationships.Builder
Builds instances of type
DomainRelationships. |
| Modifier and Type | Method and Description |
|---|---|
static DomainRelationships.Builder |
builder()
Creates a builder for
DomainRelationships. |
boolean |
equals(Object another)
This instance is equal to all instances of
DomainRelationships that have equal attribute values. |
ToOneRelationship |
getOrganization()
The organization the domain is scoped to.
|
ToManyRelationship |
getSharedOrganizations()
Organizations the domain is shared with.
|
int |
hashCode()
Computes a hash code from attributes:
organization, sharedOrganizations. |
String |
toString()
Prints the immutable value
DomainRelationships with attribute values. |
public ToOneRelationship getOrganization()
public ToManyRelationship getSharedOrganizations()
public boolean equals(Object another)
DomainRelationships that have equal attribute values.public int hashCode()
organization, sharedOrganizations.public String toString()
DomainRelationships with attribute values.public static DomainRelationships.Builder builder()
DomainRelationships.
DomainRelationships.builder()
.organization(org.cloudfoundry.client.v3.ToOneRelationship) // required organization
.sharedOrganizations(org.cloudfoundry.client.v3.ToManyRelationship | null) // nullable sharedOrganizations
.build();
Copyright © 2020. All rights reserved.