Package com.docusign.esign.model
Class UserProfile
- java.lang.Object
-
- com.docusign.esign.model.UserProfile
-
- All Implemented Interfaces:
Serializable
public class UserProfile extends Object implements Serializable
UserProfile.- See Also:
- Serialized Form
-
-
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(List<AuthenticationMethod> authenticationMethods)authenticationMethods.UserProfilecompanyName(String companyName)companyName.UserProfiledisplayOrganizationInfo(String displayOrganizationInfo)displayOrganizationInfo.UserProfiledisplayPersonalInfo(String displayPersonalInfo)displayPersonalInfo.UserProfiledisplayProfile(String displayProfile)displayProfile.UserProfiledisplayUsageHistory(String displayUsageHistory)displayUsageHistory.booleanequals(Object o)Compares objects.AddressInformationgetAddress()The user's address..List<AuthenticationMethod>getAuthenticationMethods()These properties cannot be modified in the PUT.StringgetCompanyName()The name of the user's Company..StringgetDisplayOrganizationInfo()When set to **true**, the user's company and title information are shown on the ID card.StringgetDisplayPersonalInfo()When set to **true**, the user's Address and Phone number are shown on the ID card..StringgetDisplayProfile()When set to **true**, the user's ID card can be viewed from signed documents and envelope history..StringgetDisplayUsageHistory()When set to **true**, the user's usage information is shown on the ID card..StringgetProfileImageUri().StringgetTitle().UsageHistorygetUsageHistory()A complex element consisting of: - `lastSentDateTime`: The date and time the user last sent an envelope.UserInformationgetUserDetails().StringgetUserProfileLastModifiedDate().inthashCode()Returns the HashCode.UserProfileprofileImageUri(String profileImageUri)profileImageUri.voidsetAddress(AddressInformation address)setAddress.voidsetAuthenticationMethods(List<AuthenticationMethod> authenticationMethods)setAuthenticationMethods.voidsetCompanyName(String companyName)setCompanyName.voidsetDisplayOrganizationInfo(String displayOrganizationInfo)setDisplayOrganizationInfo.voidsetDisplayPersonalInfo(String displayPersonalInfo)setDisplayPersonalInfo.voidsetDisplayProfile(String displayProfile)setDisplayProfile.voidsetDisplayUsageHistory(String displayUsageHistory)setDisplayUsageHistory.voidsetProfileImageUri(String profileImageUri)setProfileImageUri.voidsetTitle(String title)setTitle.voidsetUsageHistory(UsageHistory usageHistory)setUsageHistory.voidsetUserDetails(UserInformation userDetails)setUserDetails.voidsetUserProfileLastModifiedDate(String userProfileLastModifiedDate)setUserProfileLastModifiedDate.UserProfiletitle(String title)title.StringtoString()Converts the given object to string.UserProfileusageHistory(UsageHistory usageHistory)usageHistory.UserProfileuserDetails(UserInformation userDetails)userDetails.UserProfileuserProfileLastModifiedDate(String userProfileLastModifiedDate)userProfileLastModifiedDate.
-
-
-
Method Detail
-
address
public UserProfile address(AddressInformation address)
address.- Returns:
- UserProfile
-
getAddress
public AddressInformation getAddress()
The user's address..- Returns:
- address
-
setAddress
public void setAddress(AddressInformation address)
setAddress.
-
authenticationMethods
public UserProfile authenticationMethods(List<AuthenticationMethod> authenticationMethods)
authenticationMethods.- Returns:
- UserProfile
-
addAuthenticationMethodsItem
public UserProfile addAuthenticationMethodsItem(AuthenticationMethod authenticationMethodsItem)
addAuthenticationMethodsItem.- Returns:
- UserProfile
-
getAuthenticationMethods
public 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(List<AuthenticationMethod> authenticationMethods)
setAuthenticationMethods.
-
companyName
public UserProfile companyName(String companyName)
companyName.- Returns:
- UserProfile
-
getCompanyName
public String getCompanyName()
The name of the user's Company..- Returns:
- companyName
-
setCompanyName
public void setCompanyName(String companyName)
setCompanyName.
-
displayOrganizationInfo
public UserProfile displayOrganizationInfo(String displayOrganizationInfo)
displayOrganizationInfo.- Returns:
- UserProfile
-
getDisplayOrganizationInfo
public 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(String displayOrganizationInfo)
setDisplayOrganizationInfo.
-
displayPersonalInfo
public UserProfile displayPersonalInfo(String displayPersonalInfo)
displayPersonalInfo.- Returns:
- UserProfile
-
getDisplayPersonalInfo
public 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(String displayPersonalInfo)
setDisplayPersonalInfo.
-
displayProfile
public UserProfile displayProfile(String displayProfile)
displayProfile.- Returns:
- UserProfile
-
getDisplayProfile
public 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(String displayProfile)
setDisplayProfile.
-
displayUsageHistory
public UserProfile displayUsageHistory(String displayUsageHistory)
displayUsageHistory.- Returns:
- UserProfile
-
getDisplayUsageHistory
public String getDisplayUsageHistory()
When set to **true**, the user's usage information is shown on the ID card..- Returns:
- displayUsageHistory
-
setDisplayUsageHistory
public void setDisplayUsageHistory(String displayUsageHistory)
setDisplayUsageHistory.
-
profileImageUri
public UserProfile profileImageUri(String profileImageUri)
profileImageUri.- Returns:
- UserProfile
-
getProfileImageUri
public String getProfileImageUri()
.- Returns:
- profileImageUri
-
setProfileImageUri
public void setProfileImageUri(String profileImageUri)
setProfileImageUri.
-
title
public UserProfile title(String title)
title.- Returns:
- UserProfile
-
getTitle
public String getTitle()
.- Returns:
- title
-
setTitle
public void setTitle(String title)
setTitle.
-
usageHistory
public UserProfile usageHistory(UsageHistory usageHistory)
usageHistory.- Returns:
- UserProfile
-
getUsageHistory
public UsageHistory getUsageHistory()
A complex element consisting of: - `lastSentDateTime`: The date and time the user last sent an envelope. - `lastSignedDateTime`: The date and time the user last signed an envelope. - `sentCount`: The number of envelopes the user has sent. - `signedCount`: The number of envelopes the user has signed. .- Returns:
- usageHistory
-
setUsageHistory
public void setUsageHistory(UsageHistory usageHistory)
setUsageHistory.
-
userDetails
public UserProfile userDetails(UserInformation userDetails)
userDetails.- Returns:
- UserProfile
-
getUserDetails
public UserInformation getUserDetails()
.- Returns:
- userDetails
-
setUserDetails
public void setUserDetails(UserInformation userDetails)
setUserDetails.
-
userProfileLastModifiedDate
public UserProfile userProfileLastModifiedDate(String userProfileLastModifiedDate)
userProfileLastModifiedDate.- Returns:
- UserProfile
-
getUserProfileLastModifiedDate
public String getUserProfileLastModifiedDate()
.- Returns:
- userProfileLastModifiedDate
-
setUserProfileLastModifiedDate
public void setUserProfileLastModifiedDate(String userProfileLastModifiedDate)
setUserProfileLastModifiedDate.
-
equals
public boolean equals(Object o)
Compares objects.
-
-