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