public class BoxSignTemplate.Info extends BoxResource.Info
Constructor and Description |
---|
Info()
Constructs an empty Info object.
|
Info(String json)
Constructs an Info object with the provided JSON string.
|
Modifier and Type | Method and Description |
---|---|
BoxSignTemplateAdditionalInfo |
getAdditionalInfo()
Gets the additional information about this Sign Template.
|
boolean |
getAreEmailSettingsLocked()
Gets whether the templates email settings are editable or not.
|
boolean |
getAreFieldsLocked()
Gets whether the templates input fields are editable or not.
|
boolean |
getAreFilesLocked()
Gets whether the template document options are editable or not,
for example renaming the document.
|
boolean |
getAreOptionsLocked()
Gets weather the templates input options are editable or not.
|
boolean |
getAreRecipientsLocked()
Gets whether the template signers are editable or not.
|
BoxSignTemplateCustomBranding |
getCustomBranding()
Gets the custom branding applied to notifications and signature requests.
|
Integer |
getDaysValid()
Gets the number of days after which the created signature request
will automatically expire if not completed.
|
String |
getEmailMessage()
Gets the email message that will be sent to all signers.
|
String |
getEmailSubject()
Gets the email subject that will be sent to all signers.
|
String |
getName()
Gets the name of this Sign Template.
|
BoxFolder.Info |
getParentFolder()
Gets the parent folder of this Sign Template.
|
BoxSignTemplateReadySignLink |
getReadySignLink()
Gets the ready sign link for this Sign Template.
|
BoxSignTemplate |
getResource()
Gets the resource associated with this Info.
|
List<BoxSignTemplateSigner> |
getSigners()
Gets the signers for this Sign Template.
|
List<BoxFile.Info> |
getSourceFiles()
Gets the source files for this Sign Template.
|
getID
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public Info()
public BoxSignTemplate getResource()
getResource
in class BoxResource.Info
public BoxSignTemplateAdditionalInfo getAdditionalInfo()
public boolean getAreEmailSettingsLocked()
public boolean getAreFieldsLocked()
public boolean getAreOptionsLocked()
public boolean getAreFilesLocked()
public boolean getAreRecipientsLocked()
public BoxSignTemplateCustomBranding getCustomBranding()
public Integer getDaysValid()
public String getEmailMessage()
public String getEmailSubject()
public String getName()
public BoxFolder.Info getParentFolder()
public BoxSignTemplateReadySignLink getReadySignLink()
public List<BoxSignTemplateSigner> getSigners()
public List<BoxFile.Info> getSourceFiles()