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