@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class UserInformation extends Object
| Constructor and Description |
|---|
UserInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
UserAccountManagementGranularInformation |
getAccountManagementGranular() |
String |
getActivationAccessCode()
The activation code the new user must enter when activating their account.
|
String |
getCreatedDateTime()
Indicates the date and time the item was created.
|
List<NameValue> |
getCustomSettings()
The name/value pair information for the user custom setting.
|
String |
getEmail() |
String |
getEnableConnectForUser()
Specifies whether the user is enabled for updates from DocuSign Connect.
|
ErrorDetails |
getErrorDetails() |
String |
getFirstName()
The user’s first name.
|
ForgottenPasswordInformation |
getForgottenPasswordInfo() |
List<Group> |
getGroupList()
A list of the group information for groups to add the user to.
|
AddressInformationV2 |
getHomeAddress() |
String |
getInitialsImageUri()
Contains the URI for an endpoint that you can use to retrieve the initials image.
|
String |
getIsAdmin()
Determines if the feature set is actively set as part of the plan.
|
String |
getLastLogin()
Shows the date-time when the user last logged on to the system.
|
String |
getLastName()
The user’s last name.
|
String |
getLoginStatus()
Shows the current status of the user’s password.
|
String |
getMiddleName()
The user’s middle name.
|
String |
getPassword() |
String |
getPasswordExpiration() |
String |
getPermissionProfileId() |
String |
getPermissionProfileName() |
String |
getProfileImageUri() |
String |
getSendActivationOnInvalidLogin()
When set to true, specifies that an additional activation email is sent to the user if they fail a log on before activating their account.
|
String |
getSignatureImageUri()
Contains the URI for an endpoint that you can use to retrieve the signature image.
|
String |
getSuffixName()
The suffix for the user’s name.
|
String |
getTitle()
The title of the user.
|
String |
getUri() |
String |
getUserId() |
String |
getUserName() |
String |
getUserProfileLastModifiedDate() |
List<NameValue> |
getUserSettings()
The name/value pair information for user settings.
|
String |
getUserStatus() |
String |
getUserType() |
AddressInformationV2 |
getWorkAddress() |
int |
hashCode() |
void |
setAccountManagementGranular(UserAccountManagementGranularInformation accountManagementGranular) |
void |
setActivationAccessCode(String activationAccessCode) |
void |
setCreatedDateTime(String createdDateTime) |
void |
setCustomSettings(List<NameValue> customSettings) |
void |
setEmail(String email) |
void |
setEnableConnectForUser(String enableConnectForUser) |
void |
setErrorDetails(ErrorDetails errorDetails) |
void |
setFirstName(String firstName) |
void |
setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo) |
void |
setGroupList(List<Group> groupList) |
void |
setHomeAddress(AddressInformationV2 homeAddress) |
void |
setInitialsImageUri(String initialsImageUri) |
void |
setIsAdmin(String isAdmin) |
void |
setLastLogin(String lastLogin) |
void |
setLastName(String lastName) |
void |
setLoginStatus(String loginStatus) |
void |
setMiddleName(String middleName) |
void |
setPassword(String password) |
void |
setPasswordExpiration(String passwordExpiration) |
void |
setPermissionProfileId(String permissionProfileId) |
void |
setPermissionProfileName(String permissionProfileName) |
void |
setProfileImageUri(String profileImageUri) |
void |
setSendActivationOnInvalidLogin(String sendActivationOnInvalidLogin) |
void |
setSignatureImageUri(String signatureImageUri) |
void |
setSuffixName(String suffixName) |
void |
setTitle(String title) |
void |
setUri(String uri) |
void |
setUserId(String userId) |
void |
setUserName(String userName) |
void |
setUserProfileLastModifiedDate(String userProfileLastModifiedDate) |
void |
setUserSettings(List<NameValue> userSettings) |
void |
setUserStatus(String userStatus) |
void |
setUserType(String userType) |
void |
setWorkAddress(AddressInformationV2 workAddress) |
String |
toString() |
public UserAccountManagementGranularInformation getAccountManagementGranular()
public void setAccountManagementGranular(UserAccountManagementGranularInformation accountManagementGranular)
public String getActivationAccessCode()
The activation code the new user must enter when activating their account.
public void setActivationAccessCode(String activationAccessCode)
public String getCreatedDateTime()
Indicates the date and time the item was created.
public void setCreatedDateTime(String createdDateTime)
public List<NameValue> getCustomSettings()
The name/value pair information for the user custom setting.
public String getEmail()
public void setEmail(String email)
public String getEnableConnectForUser()
Specifies whether the user is enabled for updates from DocuSign Connect. Valid values: true or false.
public void setEnableConnectForUser(String enableConnectForUser)
public ErrorDetails getErrorDetails()
public void setErrorDetails(ErrorDetails errorDetails)
public String getFirstName()
The user’s first name. \nMaximum Length: 50 characters.
public void setFirstName(String firstName)
public ForgottenPasswordInformation getForgottenPasswordInfo()
public void setForgottenPasswordInfo(ForgottenPasswordInformation forgottenPasswordInfo)
public List<Group> getGroupList()
A list of the group information for groups to add the user to. Group information can be found by calling [ML:GET group information]. The only required parameter is groupId. \n\nThe parameters are:\n\n* groupId – The DocuSign group ID for the group.\n* groupName – The name of the group\n* permissionProfileId – The ID of the permission profile associated with the group.\n* groupType – The group type.
public AddressInformationV2 getHomeAddress()
public void setHomeAddress(AddressInformationV2 homeAddress)
public String getInitialsImageUri()
Contains the URI for an endpoint that you can use to retrieve the initials image.
public void setInitialsImageUri(String initialsImageUri)
public String getIsAdmin()
Determines if the feature set is actively set as part of the plan.
public void setIsAdmin(String isAdmin)
public String getLastLogin()
Shows the date-time when the user last logged on to the system.
public void setLastLogin(String lastLogin)
public String getLastName()
The user’s last name. \nMaximum Length: 50 characters.
public void setLastName(String lastName)
public String getLoginStatus()
Shows the current status of the user’s password. Possible values are: \n\n* password_reset\n* password_active\n* password_expired\n* password_locked\n* password_reset_failed
public void setLoginStatus(String loginStatus)
public String getMiddleName()
The user’s middle name. \nMaximum Length: 50 characters.
public void setMiddleName(String middleName)
public String getPassword()
public void setPassword(String password)
public String getPasswordExpiration()
public void setPasswordExpiration(String passwordExpiration)
public String getPermissionProfileId()
public void setPermissionProfileId(String permissionProfileId)
public String getPermissionProfileName()
public void setPermissionProfileName(String permissionProfileName)
public String getProfileImageUri()
public void setProfileImageUri(String profileImageUri)
public String getSendActivationOnInvalidLogin()
When set to true, specifies that an additional activation email is sent to the user if they fail a log on before activating their account.
public void setSendActivationOnInvalidLogin(String sendActivationOnInvalidLogin)
public String getSignatureImageUri()
Contains the URI for an endpoint that you can use to retrieve the signature image.
public void setSignatureImageUri(String signatureImageUri)
public String getSuffixName()
The suffix for the user’s name. \n\nMaximum Length: 50 characters.
public void setSuffixName(String suffixName)
public String getTitle()
The title of the user.
public void setTitle(String title)
public String getUri()
public void setUri(String uri)
public String getUserId()
public void setUserId(String userId)
public String getUserName()
public void setUserName(String userName)
public String getUserProfileLastModifiedDate()
public void setUserProfileLastModifiedDate(String userProfileLastModifiedDate)
public List<NameValue> getUserSettings()
The name/value pair information for user settings. These determine the actions that a user can take in the account. The [ML:userSettings] are listed and described below.
public String getUserStatus()
public void setUserStatus(String userStatus)
public String getUserType()
public void setUserType(String userType)
public AddressInformationV2 getWorkAddress()
public void setWorkAddress(AddressInformationV2 workAddress)
Copyright © 2017. All Rights Reserved.