@Generated(value="org.immutables.processor.ProxyProcessor") public final class UserSpaceResource extends AbstractUserSpaceResource
| Modifier and Type | Class and Description |
|---|---|
static class |
UserSpaceResource.Builder
Builds instances of type
UserSpaceResource. |
| Modifier and Type | Method and Description |
|---|---|
static UserSpaceResource.Builder |
builder()
Creates a builder for
UserSpaceResource. |
boolean |
equals(Object another)
This instance is equal to all instances of
UserSpaceResource that have equal attribute values. |
UserSpaceEntity |
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
UserSpaceResource with attribute values. |
public UserSpaceEntity getEntity()
getEntity in class Resource<UserSpaceEntity>public Metadata getMetadata()
getMetadata in class Resource<UserSpaceEntity>public boolean equals(Object another)
UserSpaceResource that have equal attribute values.public int hashCode()
entity, metadata.public String toString()
UserSpaceResource with attribute values.public static UserSpaceResource.Builder builder()
UserSpaceResource.
UserSpaceResource.builder()
.entity(org.cloudfoundry.client.v2.users.UserSpaceEntity | null) // nullable entity
.metadata(org.cloudfoundry.client.v2.Metadata | null) // nullable metadata
.build();
Copyright © 2020. All rights reserved.