public class BoxSignRequestPrefillTag extends BoxJSONObject
Constructor and Description |
---|
BoxSignRequestPrefillTag(String json)
Constructs a BoxSignRequestPrefillTag from a JSON string.
|
BoxSignRequestPrefillTag(String documentTagId,
Boolean checkboxValue)
Constructs a BoxSignRequestPrefillTag with checkbox prefill value.
|
BoxSignRequestPrefillTag(String documentTagId,
Date dateValue)
Constructs a BoxSignRequestPrefillTag with date prefill value.
|
BoxSignRequestPrefillTag(String documentTagId,
String textValue)
Constructs a BoxSignRequestPrefillTag with text prefill value.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getCheckboxValue()
Gets the checkbox prefill value.
|
Date |
getDateValue()
Gets the date prefill value.
|
String |
getDocumentTagId()
Gets the reference id of a particular tag added to the content
of the files being used to create the sign request.
|
JsonObject |
getJSONObject()
Gets a JSON object representing this class.
|
String |
getTextValue()
Gets the text prefill value.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxSignRequestPrefillTag(String documentTagId, String textValue)
documentTagId
- if of the tag.textValue
- text prefill value.public BoxSignRequestPrefillTag(String documentTagId, Boolean checkboxValue)
documentTagId
- if of the tag.checkboxValue
- checkbox prefill value.public BoxSignRequestPrefillTag(String documentTagId, Date dateValue)
documentTagId
- if of the tag.dateValue
- date prefill value.public BoxSignRequestPrefillTag(String json)
json
- the JSON encoded enterprise.public String getDocumentTagId()
public String getTextValue()
public Boolean getCheckboxValue()
public Date getDateValue()
public JsonObject getJSONObject()