Class UserProfile


  • public class UserProfile
    extends java.lang.Object
    UserProfile.
    • Constructor Detail

      • UserProfile

        public UserProfile()
    • Method Detail

      • 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.
      • getUsageHistory

        public UsageHistory getUsageHistory()
        Get usageHistory.
        Returns:
        usageHistory
      • setUsageHistory

        public void setUsageHistory​(UsageHistory usageHistory)
        setUsageHistory.
      • 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:
        equals in class java.lang.Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Converts the given object to string.
        Overrides:
        toString in class java.lang.Object