public class Account extends AbstractResource
| Modifier and Type | Field and Description |
|---|---|
static String |
ACCOUNT_CALLBACK_URL |
static String |
ACCOUNT_EMAIL_ADDRESS |
static String |
ACCOUNT_ID |
static String |
ACCOUNT_IS_PAID_HF |
static String |
ACCOUNT_IS_PAID_HS |
static String |
ACCOUNT_KEY |
static String |
ACCOUNT_PASSWORD |
static String |
ACCOUNT_ROLE_CODE |
static String |
OAUTH_DATA |
dataObj, warnings| Constructor and Description |
|---|
Account() |
Account(org.json.JSONObject json) |
Account(org.json.JSONObject json,
String custom_key) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getApiSignatureRequestsLeft() |
String |
getCallbackUrl() |
Integer |
getDocumentsLeft() |
String |
getEmail() |
String |
getId() |
OauthData |
getOauthData() |
Quotas |
getQuotas() |
RoleType |
getRoleCode() |
Integer |
getTemplatesLeft() |
boolean |
hasCallbackUrl() |
boolean |
hasEmail() |
boolean |
hasId() |
boolean |
hasRoleCode() |
boolean |
isPaidHF() |
boolean |
isPaidHS() |
void |
setOauthData(OauthData data) |
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getString, getWarnings, has, hasString, set, toString, toStringpublic static final String ACCOUNT_KEY
public static final String ACCOUNT_ID
public static final String ACCOUNT_EMAIL_ADDRESS
public static final String ACCOUNT_IS_PAID_HS
public static final String ACCOUNT_IS_PAID_HF
public static final String ACCOUNT_CALLBACK_URL
public static final String ACCOUNT_ROLE_CODE
public static final String OAUTH_DATA
public static final String ACCOUNT_PASSWORD
public Account()
public Account(org.json.JSONObject json)
throws HelloSignException
HelloSignExceptionpublic Account(org.json.JSONObject json,
String custom_key)
throws HelloSignException
HelloSignExceptionpublic String getId()
public boolean hasId()
public String getEmail()
public boolean hasEmail()
public boolean isPaidHS()
public boolean isPaidHF()
public Integer getTemplatesLeft()
public Integer getApiSignatureRequestsLeft()
public Integer getDocumentsLeft()
public String getCallbackUrl()
public boolean hasCallbackUrl()
public RoleType getRoleCode() throws HelloSignException
HelloSignExceptionpublic boolean hasRoleCode()
public Quotas getQuotas()
public OauthData getOauthData() throws HelloSignException
HelloSignExceptionpublic void setOauthData(OauthData data)
Copyright © 2019 HelloSign. All rights reserved.