Package com.hellosign.sdk.resource
Class Team
- java.lang.Object
-
- com.hellosign.sdk.resource.AbstractResource
-
- com.hellosign.sdk.resource.Team
-
public class Team extends AbstractResource
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
TEAM_ACCOUNTS
static java.lang.String
TEAM_INVITEES
static java.lang.String
TEAM_KEY
static java.lang.String
TEAM_NAME
-
Fields inherited from class com.hellosign.sdk.resource.AbstractResource
dataObj, warnings
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<Account>
getAccounts()
java.util.List<Account>
getInvitedAccounts()
java.lang.String
getName()
-
Methods inherited from class com.hellosign.sdk.resource.AbstractResource
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getString, getWarnings, has, hasString, set, toString, toString
-
-
-
-
Field Detail
-
TEAM_KEY
public static final java.lang.String TEAM_KEY
- See Also:
- Constant Field Values
-
TEAM_NAME
public static final java.lang.String TEAM_NAME
- See Also:
- Constant Field Values
-
TEAM_ACCOUNTS
public static final java.lang.String TEAM_ACCOUNTS
- See Also:
- Constant Field Values
-
TEAM_INVITEES
public static final java.lang.String TEAM_INVITEES
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Team
public Team()
-
Team
public Team(org.json.JSONObject json) throws HelloSignException
- Throws:
HelloSignException
-
-