public final class MultipleAssignmentResponse extends Object
Constructor and Description |
---|
MultipleAssignmentResponse(String email,
Boolean newUser,
String password) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getEmail()
Email of the user that was assigned.
|
Boolean |
getNewUser()
Indicates if the user that was assigned is a first time user.
|
String |
getPassword()
Will contain new password if it was set in the request or
it will contain the initial password for the first time user that was assigned.
|
int |
hashCode() |
String |
toString() |
public String getEmail()
public Boolean getNewUser()
public String getPassword()
Copyright © 2023 Cense Data Inc.. All rights reserved.