@Generated(value="org.immutables.processor.ProxyProcessor") public final class CreateSpaceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateSpaceRequest.Builder
Builds instances of type
CreateSpaceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static CreateSpaceRequest.Builder |
builder()
Creates a builder for
CreateSpaceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
CreateSpaceRequest that have equal attribute values. |
String |
getName()
The name
|
SpaceRelationships |
getRelationships()
The relationships
|
int |
hashCode()
Computes a hash code from attributes:
name, relationships. |
String |
toString()
Prints the immutable value
CreateSpaceRequest with attribute values. |
public String getName()
public SpaceRelationships getRelationships()
public boolean equals(Object another)
CreateSpaceRequest that have equal attribute values.public int hashCode()
name, relationships.public String toString()
CreateSpaceRequest with attribute values.public static CreateSpaceRequest.Builder builder()
CreateSpaceRequest.
CreateSpaceRequest.builder()
.name(String) // required name
.relationships(org.cloudfoundry.client.v3.spaces.SpaceRelationships) // required relationships
.build();
Copyright © 2020. All rights reserved.