Class AccountResponse


  • @Generated("org.openapitools.codegen.languages.JavaClientCodegen")
    public class AccountResponse
    extends java.lang.Object
    AccountResponse
    • 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
    • Constructor Detail

      • AccountResponse

        public AccountResponse()
    • 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)
      • 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)
      • 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 class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • createFormData

        public java.util.Map<java.lang.String,​java.lang.Object> createFormData()
                                                                              throws ApiException
        Throws:
        ApiException