@Generated(value="org.immutables.processor.ProxyProcessor") public final class AssociateOrganizationUserResponse extends AbstractOrganizationResource
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateOrganizationUserResponse.Builder
Builds instances of type
AssociateOrganizationUserResponse. |
| Modifier and Type | Method and Description |
|---|---|
static AssociateOrganizationUserResponse.Builder |
builder()
Creates a builder for
AssociateOrganizationUserResponse. |
boolean |
equals(Object another)
This instance is equal to all instances of
AssociateOrganizationUserResponse that have equal attribute values. |
OrganizationEntity |
getEntity()
The resource's entity
|
Metadata |
getMetadata()
The resource's metadata
|
int |
hashCode()
Computes a hash code from attributes:
entity, metadata. |
String |
toString()
Prints the immutable value
AssociateOrganizationUserResponse with attribute values. |
public OrganizationEntity getEntity()
getEntity in class Resource<OrganizationEntity>public Metadata getMetadata()
getMetadata in class Resource<OrganizationEntity>public boolean equals(Object another)
AssociateOrganizationUserResponse that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
AssociateOrganizationUserResponse with attribute values.public static AssociateOrganizationUserResponse.Builder builder()
AssociateOrganizationUserResponse.
AssociateOrganizationUserResponse.builder()
.entity(org.cloudfoundry.client.v2.organizations.OrganizationEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.