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