@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 |
getOrigin()
The identity provider that authenticated the new user
|
String |
getPassword()
The password of the new user
|
String |
getUsername()
The username of the new user
|
int |
hashCode()
Computes a hash code from attributes:
origin, password, username. |
String |
toString()
Prints the immutable value
CreateUserRequest with attribute values. |
public String getOrigin()
public String getPassword()
public String getUsername()
public boolean equals(Object another)
CreateUserRequest that have equal attribute values.public int hashCode()
origin, password, username.public String toString()
CreateUserRequest with attribute values.public static CreateUserRequest.Builder builder()
CreateUserRequest.Copyright © 2018. All rights reserved.