public class BoxSignRequestSigner.BoxSignerInput extends BoxJSONObject
Constructor and Description |
---|
BoxSignerInput(JsonObject jsonObject)
Constructs a BoxSignerInput object using an already parsed JSON object.
|
Modifier and Type | Method and Description |
---|---|
BoxSignRequestSigner.BoxSignRequestInputContentType |
getContentType()
Gets the content type of the input.
|
Date |
getDateValue()
Gets the date prefill value.
|
String |
getDocumentTagId()
Gets the reference of the id of a particular tag added to the content
of the files being used to create the sign request.
|
boolean |
getIsCheckboxValue()
Gets the checkbox prefill value.
|
int |
getPageIndex()
Gets the index of page that input is on.
|
String |
getTextValue()
Gets the text prefill value.
|
BoxSignRequestSigner.BoxSignRequestInputType |
getType()
Gets the type of input.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxSignerInput(JsonObject jsonObject)
jsonObject
- the parsed JSON object.public String getDocumentTagId()
public String getTextValue()
public boolean getIsCheckboxValue()
public BoxSignRequestSigner.BoxSignRequestInputContentType getContentType()
public Date getDateValue()
public BoxSignRequestSigner.BoxSignRequestInputType getType()
public int getPageIndex()