Class TemplateRole
- java.lang.Object
-
- com.hellosign.sdk.resource.AbstractResource
-
- com.hellosign.sdk.resource.support.TemplateRole
-
public class TemplateRole extends AbstractResource
Resource class that represents a signer or CC role for a Template. ("order" won't matter for the CC role, but we'll use this to represent it for now anyway).
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SIGNER_ROLE_NAME
static java.lang.String
SIGNER_ROLE_ORDER
-
Fields inherited from class com.hellosign.sdk.resource.AbstractResource
dataObj, warnings
-
-
Constructor Summary
Constructors Constructor Description TemplateRole(org.json.JSONObject json)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Integer
getOrder()
java.lang.String
getRole()
-
Methods inherited from class com.hellosign.sdk.resource.AbstractResource
add, addToList, clearList, get, getBoolean, getConstructor, getDate, getInteger, getJSONObject, getList, getList, getLong, getObject, getString, getWarnings, has, hasString, set, toString, toString
-
-
-
-
Field Detail
-
SIGNER_ROLE_NAME
public static final java.lang.String SIGNER_ROLE_NAME
- See Also:
- Constant Field Values
-
SIGNER_ROLE_ORDER
public static final java.lang.String SIGNER_ROLE_ORDER
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TemplateRole
public TemplateRole(org.json.JSONObject json) throws HelloSignException
- Throws:
HelloSignException
-
-