Package com.docusign.esign.model
Class NewAccountSummary
- java.lang.Object
-
- com.docusign.esign.model.NewAccountSummary
-
public class NewAccountSummary extends java.lang.ObjectNewAccountSummary.
-
-
Constructor Summary
Constructors Constructor Description NewAccountSummary()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NewAccountSummaryaccountId(java.lang.String accountId)accountId.NewAccountSummaryaccountIdGuid(java.lang.String accountIdGuid)accountIdGuid.NewAccountSummaryaccountName(java.lang.String accountName)accountName.NewAccountSummaryapiPassword(java.lang.String apiPassword)apiPassword.NewAccountSummarybaseUrl(java.lang.String baseUrl)baseUrl.NewAccountSummarybillingPlanPreview(BillingPlanPreview billingPlanPreview)billingPlanPreview.booleanequals(java.lang.Object o)Compares objects.java.lang.StringgetAccountId()The account ID associated with the envelope..java.lang.StringgetAccountIdGuid()The GUID associated with the account ID..java.lang.StringgetAccountName()The account name for the new account..java.lang.StringgetApiPassword()Contains a token that can be used for authentication in API calls instead of using the user name and password..java.lang.StringgetBaseUrl()The URL that should be used for successive calls to this account.BillingPlanPreviewgetBillingPlanPreview()Get billingPlanPreview.java.lang.StringgetUserId()Specifies the user ID of the new user..inthashCode()Returns the HashCode.voidsetAccountId(java.lang.String accountId)setAccountId.voidsetAccountIdGuid(java.lang.String accountIdGuid)setAccountIdGuid.voidsetAccountName(java.lang.String accountName)setAccountName.voidsetApiPassword(java.lang.String apiPassword)setApiPassword.voidsetBaseUrl(java.lang.String baseUrl)setBaseUrl.voidsetBillingPlanPreview(BillingPlanPreview billingPlanPreview)setBillingPlanPreview.voidsetUserId(java.lang.String userId)setUserId.java.lang.StringtoString()Converts the given object to string.NewAccountSummaryuserId(java.lang.String userId)userId.
-
-
-
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.
-
billingPlanPreview
public NewAccountSummary billingPlanPreview(BillingPlanPreview billingPlanPreview)
billingPlanPreview.- Returns:
- NewAccountSummary
-
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:
equalsin classjava.lang.Object- Returns:
- true or false depending on comparison result.
-
hashCode
public int hashCode()
Returns the HashCode.- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
Converts the given object to string.- Overrides:
toStringin classjava.lang.Object
-
-