@Generated(value="class io.swagger.codegen.languages.JavaClientCodegen", date="2017-03-06T16:42:36.211-08:00") public class UserProfile extends Object
| Constructor and Description |
|---|
UserProfile() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
AddressInformationV2 |
getAddress() |
List<AuthenticationMethod> |
getAuthenticationMethods()
These properties cannot be modified in the PUT.
|
String |
getCompanyName()
The name of the user’s Company.
|
String |
getDisplayOrganizationInfo()
When set to true, the user’s company and title information are shown on the ID card.
|
String |
getDisplayPersonalInfo()
When set to true, the user’s Address and Phone number are shown on the ID card.
|
String |
getDisplayProfile()
When set to true, the user’s ID card can be viewed from signed documents and envelope history.
|
String |
getDisplayUsageHistory()
When set to true, the user’s usage information is shown on the ID card.
|
String |
getProfileImageUri() |
String |
getTitle() |
UsageHistory |
getUsageHistory() |
UserInformation |
getUserDetails() |
String |
getUserProfileLastModifiedDate() |
int |
hashCode() |
void |
setAddress(AddressInformationV2 address) |
void |
setAuthenticationMethods(List<AuthenticationMethod> authenticationMethods) |
void |
setCompanyName(String companyName) |
void |
setDisplayOrganizationInfo(String displayOrganizationInfo) |
void |
setDisplayPersonalInfo(String displayPersonalInfo) |
void |
setDisplayProfile(String displayProfile) |
void |
setDisplayUsageHistory(String displayUsageHistory) |
void |
setProfileImageUri(String profileImageUri) |
void |
setTitle(String title) |
void |
setUsageHistory(UsageHistory usageHistory) |
void |
setUserDetails(UserInformation userDetails) |
void |
setUserProfileLastModifiedDate(String userProfileLastModifiedDate) |
String |
toString() |
public AddressInformationV2 getAddress()
public void setAddress(AddressInformationV2 address)
public List<AuthenticationMethod> getAuthenticationMethods()
These properties cannot be modified in the PUT. \n\nIndicates the authentication methods used by the user.
public void setAuthenticationMethods(List<AuthenticationMethod> authenticationMethods)
public String getCompanyName()
The name of the user’s Company.
public void setCompanyName(String companyName)
public String getDisplayOrganizationInfo()
When set to true, the user’s company and title information are shown on the ID card.
public void setDisplayOrganizationInfo(String displayOrganizationInfo)
public String getDisplayPersonalInfo()
When set to true, the user’s Address and Phone number are shown on the ID card.
public void setDisplayPersonalInfo(String displayPersonalInfo)
public String getDisplayProfile()
When set to true, the user’s ID card can be viewed from signed documents and envelope history.
public void setDisplayProfile(String displayProfile)
public String getDisplayUsageHistory()
When set to true, the user’s usage information is shown on the ID card.
public void setDisplayUsageHistory(String displayUsageHistory)
public String getProfileImageUri()
public void setProfileImageUri(String profileImageUri)
public String getTitle()
public void setTitle(String title)
public UsageHistory getUsageHistory()
public void setUsageHistory(UsageHistory usageHistory)
public UserInformation getUserDetails()
public void setUserDetails(UserInformation userDetails)
public String getUserProfileLastModifiedDate()
public void setUserProfileLastModifiedDate(String userProfileLastModifiedDate)
Copyright © 2017. All Rights Reserved.