Package com.hellosign.openapi.model
Class AccountResponse
- java.lang.Object
-
- com.hellosign.openapi.model.AccountResponse
-
@Generated("org.openapitools.codegen.languages.JavaClientCodegen") public class AccountResponse extends java.lang.Object
AccountResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
JSON_PROPERTY_ACCOUNT_ID
static java.lang.String
JSON_PROPERTY_CALLBACK_URL
static java.lang.String
JSON_PROPERTY_EMAIL_ADDRESS
static java.lang.String
JSON_PROPERTY_IS_LOCKED
static java.lang.String
JSON_PROPERTY_IS_PAID_HF
static java.lang.String
JSON_PROPERTY_IS_PAID_HS
static java.lang.String
JSON_PROPERTY_LOCALE
static java.lang.String
JSON_PROPERTY_QUOTAS
static java.lang.String
JSON_PROPERTY_ROLE_CODE
-
Constructor Summary
Constructors Constructor Description AccountResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AccountResponse
accountId(java.lang.String accountId)
AccountResponse
callbackUrl(java.lang.String callbackUrl)
java.util.Map<java.lang.String,java.lang.Object>
createFormData()
AccountResponse
emailAddress(java.lang.String emailAddress)
boolean
equals(java.lang.Object o)
Return true if this AccountResponse object is equal to o.java.lang.String
getAccountId()
The ID of the Accountjava.lang.String
getCallbackUrl()
The URL that HelloSign events will `POST` to.java.lang.String
getEmailAddress()
The email address associated with the Account.java.lang.Boolean
getIsLocked()
Returns `true` if the user has been locked out of their account by a team admin.java.lang.Boolean
getIsPaidHf()
Returns `true` if the user has a paid HelloFax account.java.lang.Boolean
getIsPaidHs()
Returns `true` if the user has a paid HelloSign account.java.lang.String
getLocale()
The locale used in this Account.AccountResponseQuotas
getQuotas()
Get quotasjava.lang.String
getRoleCode()
The membership role for the team.int
hashCode()
AccountResponse
isLocked(java.lang.Boolean isLocked)
AccountResponse
isPaidHf(java.lang.Boolean isPaidHf)
AccountResponse
isPaidHs(java.lang.Boolean isPaidHs)
AccountResponse
locale(java.lang.String locale)
AccountResponse
quotas(AccountResponseQuotas quotas)
AccountResponse
roleCode(java.lang.String roleCode)
void
setAccountId(java.lang.String accountId)
void
setCallbackUrl(java.lang.String callbackUrl)
void
setEmailAddress(java.lang.String emailAddress)
void
setIsLocked(java.lang.Boolean isLocked)
void
setIsPaidHf(java.lang.Boolean isPaidHf)
void
setIsPaidHs(java.lang.Boolean isPaidHs)
void
setLocale(java.lang.String locale)
void
setQuotas(AccountResponseQuotas quotas)
void
setRoleCode(java.lang.String roleCode)
java.lang.String
toString()
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT_ID
public static final java.lang.String JSON_PROPERTY_ACCOUNT_ID
- See Also:
- Constant Field Values
-
JSON_PROPERTY_EMAIL_ADDRESS
public static final java.lang.String JSON_PROPERTY_EMAIL_ADDRESS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_LOCKED
public static final java.lang.String JSON_PROPERTY_IS_LOCKED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_PAID_HS
public static final java.lang.String JSON_PROPERTY_IS_PAID_HS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_IS_PAID_HF
public static final java.lang.String JSON_PROPERTY_IS_PAID_HF
- See Also:
- Constant Field Values
-
JSON_PROPERTY_QUOTAS
public static final java.lang.String JSON_PROPERTY_QUOTAS
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CALLBACK_URL
public static final java.lang.String JSON_PROPERTY_CALLBACK_URL
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ROLE_CODE
public static final java.lang.String JSON_PROPERTY_ROLE_CODE
- See Also:
- Constant Field Values
-
JSON_PROPERTY_LOCALE
public static final java.lang.String JSON_PROPERTY_LOCALE
- See Also:
- Constant Field Values
-
-
Method Detail
-
accountId
public AccountResponse accountId(java.lang.String accountId)
-
getAccountId
@Nullable public java.lang.String getAccountId()
The ID of the Account- Returns:
- accountId
-
setAccountId
public void setAccountId(java.lang.String accountId)
-
emailAddress
public AccountResponse emailAddress(java.lang.String emailAddress)
-
getEmailAddress
@Nullable public java.lang.String getEmailAddress()
The email address associated with the Account.- Returns:
- emailAddress
-
setEmailAddress
public void setEmailAddress(java.lang.String emailAddress)
-
isLocked
public AccountResponse isLocked(java.lang.Boolean isLocked)
-
getIsLocked
@Nullable public java.lang.Boolean getIsLocked()
Returns `true` if the user has been locked out of their account by a team admin.- Returns:
- isLocked
-
setIsLocked
public void setIsLocked(java.lang.Boolean isLocked)
-
isPaidHs
public AccountResponse isPaidHs(java.lang.Boolean isPaidHs)
-
getIsPaidHs
@Nullable public java.lang.Boolean getIsPaidHs()
Returns `true` if the user has a paid HelloSign account.- Returns:
- isPaidHs
-
setIsPaidHs
public void setIsPaidHs(java.lang.Boolean isPaidHs)
-
isPaidHf
public AccountResponse isPaidHf(java.lang.Boolean isPaidHf)
-
getIsPaidHf
@Nullable public java.lang.Boolean getIsPaidHf()
Returns `true` if the user has a paid HelloFax account.- Returns:
- isPaidHf
-
setIsPaidHf
public void setIsPaidHf(java.lang.Boolean isPaidHf)
-
quotas
public AccountResponse quotas(AccountResponseQuotas quotas)
-
getQuotas
@Nullable public AccountResponseQuotas getQuotas()
Get quotas- Returns:
- quotas
-
setQuotas
public void setQuotas(AccountResponseQuotas quotas)
-
callbackUrl
public AccountResponse callbackUrl(java.lang.String callbackUrl)
-
getCallbackUrl
@Nullable public java.lang.String getCallbackUrl()
The URL that HelloSign events will `POST` to.- Returns:
- callbackUrl
-
setCallbackUrl
public void setCallbackUrl(java.lang.String callbackUrl)
-
roleCode
public AccountResponse roleCode(java.lang.String roleCode)
-
getRoleCode
@Nullable public java.lang.String getRoleCode()
The membership role for the team.- Returns:
- roleCode
-
setRoleCode
public void setRoleCode(java.lang.String roleCode)
-
locale
public AccountResponse locale(java.lang.String locale)
-
getLocale
@Nullable public java.lang.String getLocale()
The locale used in this Account. Check out the list of [supported locales](/api/reference/constants/#supported-locales) to learn more about the possible values.- Returns:
- locale
-
setLocale
public void setLocale(java.lang.String locale)
-
equals
public boolean equals(java.lang.Object o)
Return true if this AccountResponse object is equal to o.- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
createFormData
public java.util.Map<java.lang.String,java.lang.Object> createFormData() throws ApiException
- Throws:
ApiException
-
-