@Generated(value="org.immutables.processor.ProxyProcessor") public final class AssociateUserSpaceRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AssociateUserSpaceRequest.Builder
Builds instances of type
AssociateUserSpaceRequest. |
| Modifier and Type | Method and Description |
|---|---|
static AssociateUserSpaceRequest.Builder |
builder()
Creates a builder for
AssociateUserSpaceRequest. |
boolean |
equals(Object another)
This instance is equal to all instances of
AssociateUserSpaceRequest 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
AssociateUserSpaceRequest with attribute values. |
public String getSpaceId()
public String getUserId()
public boolean equals(Object another)
AssociateUserSpaceRequest that have equal attribute values.public int hashCode()
spaceId, userId.public String toString()
AssociateUserSpaceRequest with attribute values.public static AssociateUserSpaceRequest.Builder builder()
AssociateUserSpaceRequest.
AssociateUserSpaceRequest.builder()
.spaceId(String) // required spaceId
.userId(String) // required userId
.build();
Copyright © 2020. All rights reserved.