Class UserProfile


  • public class UserProfile
    extends Object
    UserProfile.
    • Constructor Detail

      • UserProfile

        public UserProfile()
    • Method Detail

      • getAddress

        public AddressInformation getAddress()
        The user's address..
        Returns:
        address
      • 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.
      • getTitle

        public String getTitle()
        .
        Returns:
        title
      • setTitle

        public void setTitle​(String title)
        setTitle.
      • 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.
      • 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.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

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

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