Package com.docusign.esign.model
Class UserProfile
- java.lang.Object
-
- com.docusign.esign.model.UserProfile
-
public class UserProfile extends Object
UserProfile.
-
-
Constructor Summary
Constructors Constructor Description UserProfile()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UserProfile
addAuthenticationMethodsItem(AuthenticationMethod authenticationMethodsItem)
addAuthenticationMethodsItem.UserProfile
address(AddressInformation address)
address.UserProfile
authenticationMethods(List<AuthenticationMethod> authenticationMethods)
authenticationMethods.UserProfile
companyName(String companyName)
companyName.UserProfile
displayOrganizationInfo(String displayOrganizationInfo)
displayOrganizationInfo.UserProfile
displayPersonalInfo(String displayPersonalInfo)
displayPersonalInfo.UserProfile
displayProfile(String displayProfile)
displayProfile.UserProfile
displayUsageHistory(String displayUsageHistory)
displayUsageHistory.boolean
equals(Object o)
Compares objects.AddressInformation
getAddress()
The user's address..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()
A complex element consisting of: - `lastSentDateTime`: The date and time the user last sent an envelope.UserInformation
getUserDetails()
.String
getUserProfileLastModifiedDate()
.int
hashCode()
Returns the HashCode.UserProfile
profileImageUri(String profileImageUri)
profileImageUri.void
setAddress(AddressInformation address)
setAddress.void
setAuthenticationMethods(List<AuthenticationMethod> authenticationMethods)
setAuthenticationMethods.void
setCompanyName(String companyName)
setCompanyName.void
setDisplayOrganizationInfo(String displayOrganizationInfo)
setDisplayOrganizationInfo.void
setDisplayPersonalInfo(String displayPersonalInfo)
setDisplayPersonalInfo.void
setDisplayProfile(String displayProfile)
setDisplayProfile.void
setDisplayUsageHistory(String displayUsageHistory)
setDisplayUsageHistory.void
setProfileImageUri(String profileImageUri)
setProfileImageUri.void
setTitle(String title)
setTitle.void
setUsageHistory(UsageHistory usageHistory)
setUsageHistory.void
setUserDetails(UserInformation userDetails)
setUserDetails.void
setUserProfileLastModifiedDate(String userProfileLastModifiedDate)
setUserProfileLastModifiedDate.UserProfile
title(String title)
title.String
toString()
Converts the given object to string.UserProfile
usageHistory(UsageHistory usageHistory)
usageHistory.UserProfile
userDetails(UserInformation userDetails)
userDetails.UserProfile
userProfileLastModifiedDate(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.
-
-