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