public class AdminCreateUserResult extends Object implements Serializable
Represents the response from the server to the request to create the user.
Constructor and Description |
---|
AdminCreateUserResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
UserType |
getUser()
The newly created user.
|
int |
hashCode() |
void |
setUser(UserType user)
The newly created user.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
AdminCreateUserResult |
withUser(UserType user)
The newly created user.
|
public UserType getUser()
The newly created user.
The newly created user.
public void setUser(UserType user)
The newly created user.
user
- The newly created user.
public AdminCreateUserResult withUser(UserType user)
The newly created user.
Returns a reference to this object so that method calls can be chained together.
user
- The newly created user.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.