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