@Generated(value={"Immutables.generator","_CreateUserRequest"}) 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. |
Boolean |
getActive()
Whether the user is active
|
List<Email> |
getEmail()
The emails for the user
|
String |
getExternalId()
The external id
|
Name |
getName()
The user's name
|
String |
getOrigin()
The identity provider that authenticated this user
|
String |
getPassword()
The password
|
String |
getUserName()
The user name
|
Boolean |
getVerified()
Whether the user's email is verified
|
int |
hashCode()
Computes a hash code from attributes:
active, email, externalId, name, origin, password, userName, verified. |
String |
toString()
Prints the immutable value
CreateUserRequest with attribute values. |
public Boolean getActive()
public String getExternalId()
public Name getName()
public String getOrigin()
public String getPassword()
public String getUserName()
public Boolean getVerified()
public boolean equals(Object another)
CreateUserRequest that have equal attribute values.public int hashCode()
active, email, externalId, name, origin, password, userName, verified.public String toString()
CreateUserRequest with attribute values.public static CreateUserRequest.Builder builder()
CreateUserRequest.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.