Class NewAccountSummary


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

      • NewAccountSummary

        public NewAccountSummary()
    • Method Detail

      • accountId

        public NewAccountSummary accountId​(java.lang.String accountId)
        accountId.
        Returns:
        NewAccountSummary
      • getAccountId

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

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

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

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

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

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

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

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

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

        public java.lang.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​(java.lang.String apiPassword)
        setApiPassword.
      • baseUrl

        public NewAccountSummary baseUrl​(java.lang.String baseUrl)
        baseUrl.
        Returns:
        NewAccountSummary
      • getBaseUrl

        public java.lang.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​(java.lang.String baseUrl)
        setBaseUrl.
      • getBillingPlanPreview

        public BillingPlanPreview getBillingPlanPreview()
        Get billingPlanPreview.
        Returns:
        billingPlanPreview
      • setBillingPlanPreview

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

        public NewAccountSummary userId​(java.lang.String userId)
        userId.
        Returns:
        NewAccountSummary
      • getUserId

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

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