Class OAuth.Account

  • Enclosing class:
    OAuth

    public static class OAuth.Account
    extends Object
    Account model with the below properties.
    accountId: the account ID GUID.
    isDefault: whether this is the default account, when the user has access to multiple accounts.
    accountName: the human-readable name of the account.
    baseUri: the base URI associated with this account. It also tells which DocuSign data center the account is hosted on.
    organization: If DocuSign Org Admin is enabled on this account, this property contains the organization information.
    • Constructor Detail

      • Account

        public Account()
    • Method Detail

      • getAccountId

        public String getAccountId()
        Get accountId.
        Returns:
        accountId
      • setAccountId

        public void setAccountId​(String accountId)
      • getIsDefault

        public String getIsDefault()
        Get isDefault.
        Returns:
        isDefault
      • setIsDefault

        public void setIsDefault​(String isDefault)
      • getAccountName

        public String getAccountName()
        Get accountName.
        Returns:
        accountName
      • setAccountName

        public void setAccountName​(String accountName)
      • getBaseUri

        public String getBaseUri()
        Get baseUri.
        Returns:
        baseUri
      • setBaseUri

        public void setBaseUri​(String baseUri)
      • getOrganization

        public OAuth.Organization getOrganization()
        Get organization.
        Returns:
        organization
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object