Package com.docusign.esign.model
Class UserProfile
- java.lang.Object
-
- com.docusign.esign.model.UserProfile
-
public class UserProfile extends java.lang.ObjectUserProfile.
-
-
Constructor Summary
Constructors Constructor Description UserProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProfileaddAuthenticationMethodsItem(AuthenticationMethod authenticationMethodsItem)addAuthenticationMethodsItem.UserProfileaddress(AddressInformation address)address.UserProfileauthenticationMethods(java.util.List<AuthenticationMethod> authenticationMethods)authenticationMethods.UserProfilecompanyName(java.lang.String companyName)companyName.UserProfiledisplayOrganizationInfo(java.lang.String displayOrganizationInfo)displayOrganizationInfo.UserProfiledisplayPersonalInfo(java.lang.String displayPersonalInfo)displayPersonalInfo.UserProfiledisplayProfile(java.lang.String displayProfile)displayProfile.UserProfiledisplayUsageHistory(java.lang.String displayUsageHistory)displayUsageHistory.booleanequals(java.lang.Object o)Compares objects.AddressInformationgetAddress()Get address.java.util.List<AuthenticationMethod>getAuthenticationMethods()These properties cannot be modified in the PUT.java.lang.StringgetCompanyName()The name of the user's Company..java.lang.StringgetDisplayOrganizationInfo()When set to **true**, the user's company and title information are shown on the ID card.java.lang.StringgetDisplayPersonalInfo()When set to **true**, the user's Address and Phone number are shown on the ID card..java.lang.StringgetDisplayProfile()When set to **true**, the user's ID card can be viewed from signed documents and envelope history..java.lang.StringgetDisplayUsageHistory()When set to **true**, the user's usage information is shown on the ID card..java.lang.StringgetProfileImageUri().java.lang.StringgetTitle().UsageHistorygetUsageHistory()Get usageHistory.UserInformationgetUserDetails()Get userDetails.java.lang.StringgetUserProfileLastModifiedDate().inthashCode()Returns the HashCode.UserProfileprofileImageUri(java.lang.String profileImageUri)profileImageUri.voidsetAddress(AddressInformation address)setAddress.voidsetAuthenticationMethods(java.util.List<AuthenticationMethod> authenticationMethods)setAuthenticationMethods.voidsetCompanyName(java.lang.String companyName)setCompanyName.voidsetDisplayOrganizationInfo(java.lang.String displayOrganizationInfo)setDisplayOrganizationInfo.voidsetDisplayPersonalInfo(java.lang.String displayPersonalInfo)setDisplayPersonalInfo.voidsetDisplayProfile(java.lang.String displayProfile)setDisplayProfile.voidsetDisplayUsageHistory(java.lang.String displayUsageHistory)setDisplayUsageHistory.voidsetProfileImageUri(java.lang.String profileImageUri)setProfileImageUri.voidsetTitle(java.lang.String title)setTitle.voidsetUsageHistory(UsageHistory usageHistory)setUsageHistory.voidsetUserDetails(UserInformation userDetails)setUserDetails.voidsetUserProfileLastModifiedDate(java.lang.String userProfileLastModifiedDate)setUserProfileLastModifiedDate.UserProfiletitle(java.lang.String title)title.java.lang.StringtoString()Converts the given object to string.UserProfileusageHistory(UsageHistory usageHistory)usageHistory.UserProfileuserDetails(UserInformation userDetails)userDetails.UserProfileuserProfileLastModifiedDate(java.lang.String userProfileLastModifiedDate)userProfileLastModifiedDate.
-
-
-
Method Detail
-
address
public UserProfile address(AddressInformation address)
address.- Returns:
- UserProfile
-
getAddress
public AddressInformation getAddress()
Get address.- Returns:
- address
-
setAddress
public void setAddress(AddressInformation address)
setAddress.
-
authenticationMethods
public UserProfile authenticationMethods(java.util.List<AuthenticationMethod> authenticationMethods)
authenticationMethods.- Returns:
- UserProfile
-
addAuthenticationMethodsItem
public UserProfile addAuthenticationMethodsItem(AuthenticationMethod authenticationMethodsItem)
addAuthenticationMethodsItem.- Returns:
- UserProfile
-
getAuthenticationMethods
public java.util.List<AuthenticationMethod> getAuthenticationMethods()
These properties cannot be modified in the PUT. Indicates the authentication methods used by the user..- Returns:
- authenticationMethods
-
setAuthenticationMethods
public void setAuthenticationMethods(java.util.List<AuthenticationMethod> authenticationMethods)
setAuthenticationMethods.
-
companyName
public UserProfile companyName(java.lang.String companyName)
companyName.- Returns:
- UserProfile
-
getCompanyName
public java.lang.String getCompanyName()
The name of the user's Company..- Returns:
- companyName
-
setCompanyName
public void setCompanyName(java.lang.String companyName)
setCompanyName.
-
displayOrganizationInfo
public UserProfile displayOrganizationInfo(java.lang.String displayOrganizationInfo)
displayOrganizationInfo.- Returns:
- UserProfile
-
getDisplayOrganizationInfo
public java.lang.String getDisplayOrganizationInfo()
When set to **true**, the user's company and title information are shown on the ID card. .- Returns:
- displayOrganizationInfo
-
setDisplayOrganizationInfo
public void setDisplayOrganizationInfo(java.lang.String displayOrganizationInfo)
setDisplayOrganizationInfo.
-
displayPersonalInfo
public UserProfile displayPersonalInfo(java.lang.String displayPersonalInfo)
displayPersonalInfo.- Returns:
- UserProfile
-
getDisplayPersonalInfo
public java.lang.String getDisplayPersonalInfo()
When set to **true**, the user's Address and Phone number are shown on the ID card..- Returns:
- displayPersonalInfo
-
setDisplayPersonalInfo
public void setDisplayPersonalInfo(java.lang.String displayPersonalInfo)
setDisplayPersonalInfo.
-
displayProfile
public UserProfile displayProfile(java.lang.String displayProfile)
displayProfile.- Returns:
- UserProfile
-
getDisplayProfile
public java.lang.String getDisplayProfile()
When set to **true**, the user's ID card can be viewed from signed documents and envelope history..- Returns:
- displayProfile
-
setDisplayProfile
public void setDisplayProfile(java.lang.String displayProfile)
setDisplayProfile.
-
displayUsageHistory
public UserProfile displayUsageHistory(java.lang.String displayUsageHistory)
displayUsageHistory.- Returns:
- UserProfile
-
getDisplayUsageHistory
public java.lang.String getDisplayUsageHistory()
When set to **true**, the user's usage information is shown on the ID card..- Returns:
- displayUsageHistory
-
setDisplayUsageHistory
public void setDisplayUsageHistory(java.lang.String displayUsageHistory)
setDisplayUsageHistory.
-
profileImageUri
public UserProfile profileImageUri(java.lang.String profileImageUri)
profileImageUri.- Returns:
- UserProfile
-
getProfileImageUri
public java.lang.String getProfileImageUri()
.- Returns:
- profileImageUri
-
setProfileImageUri
public void setProfileImageUri(java.lang.String profileImageUri)
setProfileImageUri.
-
title
public UserProfile title(java.lang.String title)
title.- Returns:
- UserProfile
-
getTitle
public java.lang.String getTitle()
.- Returns:
- title
-
setTitle
public void setTitle(java.lang.String title)
setTitle.
-
usageHistory
public UserProfile usageHistory(UsageHistory usageHistory)
usageHistory.- Returns:
- UserProfile
-
getUsageHistory
public UsageHistory getUsageHistory()
Get usageHistory.- Returns:
- usageHistory
-
setUsageHistory
public void setUsageHistory(UsageHistory usageHistory)
setUsageHistory.
-
userDetails
public UserProfile userDetails(UserInformation userDetails)
userDetails.- Returns:
- UserProfile
-
getUserDetails
public UserInformation getUserDetails()
Get userDetails.- Returns:
- userDetails
-
setUserDetails
public void setUserDetails(UserInformation userDetails)
setUserDetails.
-
userProfileLastModifiedDate
public UserProfile userProfileLastModifiedDate(java.lang.String userProfileLastModifiedDate)
userProfileLastModifiedDate.- Returns:
- UserProfile
-
getUserProfileLastModifiedDate
public java.lang.String getUserProfileLastModifiedDate()
.- Returns:
- userProfileLastModifiedDate
-
setUserProfileLastModifiedDate
public void setUserProfileLastModifiedDate(java.lang.String userProfileLastModifiedDate)
setUserProfileLastModifiedDate.
-
equals
public boolean equals(java.lang.Object o)
Compares objects.- Overrides:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-