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