Class NewAccountSummary


  • public class NewAccountSummary
    extends Object
    NewAccountSummary.
    • Constructor Detail

      • NewAccountSummary

        public NewAccountSummary()
    • Method Detail

      • getAccountId

        public String getAccountId()
        The account ID associated with the envelope..
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(String accountId)
        setAccountId.
      • accountIdGuid

        public NewAccountSummary accountIdGuid​(String accountIdGuid)
        accountIdGuid.
        Returns:
        NewAccountSummary
      • getAccountIdGuid

        public String getAccountIdGuid()
        The GUID associated with the account ID..
        Returns:
        accountIdGuid
      • setAccountIdGuid

        public void setAccountIdGuid​(String accountIdGuid)
        setAccountIdGuid.
      • accountName

        public NewAccountSummary accountName​(String accountName)
        accountName.
        Returns:
        NewAccountSummary
      • getAccountName

        public String getAccountName()
        The account name for the new account..
        Returns:
        accountName
      • setAccountName

        public void setAccountName​(String accountName)
        setAccountName.
      • apiPassword

        public NewAccountSummary apiPassword​(String apiPassword)
        apiPassword.
        Returns:
        NewAccountSummary
      • getApiPassword

        public String getApiPassword()
        Contains a token that can be used for authentication in API calls instead of using the user name and password..
        Returns:
        apiPassword
      • setApiPassword

        public void setApiPassword​(String apiPassword)
        setApiPassword.
      • getBaseUrl

        public String getBaseUrl()
        The URL that should be used for successive calls to this account. It includes the protocal (https), the DocuSign server where the account is located, and the account number. Use this Url to make API calls against this account. Many of the API calls provide Uri's that are relative to this baseUrl..
        Returns:
        baseUrl
      • setBaseUrl

        public void setBaseUrl​(String baseUrl)
        setBaseUrl.
      • getBillingPlanPreview

        public BillingPlanPreview getBillingPlanPreview()
        .
        Returns:
        billingPlanPreview
      • setBillingPlanPreview

        public void setBillingPlanPreview​(BillingPlanPreview billingPlanPreview)
        setBillingPlanPreview.
      • getUserId

        public String getUserId()
        Specifies the user ID of the new user..
        Returns:
        userId
      • setUserId

        public void setUserId​(String userId)
        setUserId.
      • 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