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