public class BoxSignTemplateSigner.BoxSignTemplateSignerInput extends BoxJSONObject
Constructor and Description |
---|
BoxSignTemplateSignerInput(BoxSignTemplateSigner.BoxSignTemplateSignerInputType type,
Boolean checkboxValue,
BoxSignTemplateSigner.BoxSignTemplateSignerInputContentType contentType,
BoxSignTemplateSigner.BoxSignTemplateSignerInputCoordinates coordinates,
Date dateValue,
BoxSignTemplateSigner.BoxSignTemplatesSignerInputDimensions dimensions,
String documentId,
String documentTagId,
List<String> dropdownChoices,
String groupId,
Boolean isRequired,
int pageIndex,
String textValue,
String label)
Constructs a BoxSignTemplateSignerInput object with the provided information.
|
BoxSignTemplateSignerInput(JsonObject jsonObject,
BoxAPIConnection api)
Constructs a BoxSignTemplateSignerInput object with the provided JSON object.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getCheckboxValue()
Gets the checkbox value.
|
BoxSignTemplateSigner.BoxSignTemplateSignerInputContentType |
getContentType()
Gets the content type.
|
BoxSignTemplateSigner.BoxSignTemplateSignerInputCoordinates |
getCoordinates()
Gets the coordinates.
|
Date |
getDateValue()
Gets the date value.
|
BoxSignTemplateSigner.BoxSignTemplatesSignerInputDimensions |
getDimensions()
Gets the dimensions.
|
String |
getDocumentId()
Gets the document ID.
|
String |
getDocumentTagId()
Gets the document tag ID.
|
List<String> |
getDropdownChoices()
Gets the dropdown choices.
|
String |
getGroupId()
Gets the group ID.
|
Boolean |
getIsRequired()
Gets whether the input is required or not.
|
String |
getLabel()
Gets the label.
|
int |
getPageIndex()
Gets the page index.
|
String |
getTextValue()
Gets the text value.
|
BoxSignTemplateSigner.BoxSignTemplateSignerInputType |
getType()
Gets the type of the input.
|
clearPendingChanges, getJson, getPendingChanges, getPendingChangesAsJsonObject, getPendingJSONObject
public BoxSignTemplateSignerInput(BoxSignTemplateSigner.BoxSignTemplateSignerInputType type, Boolean checkboxValue, BoxSignTemplateSigner.BoxSignTemplateSignerInputContentType contentType, BoxSignTemplateSigner.BoxSignTemplateSignerInputCoordinates coordinates, Date dateValue, BoxSignTemplateSigner.BoxSignTemplatesSignerInputDimensions dimensions, String documentId, String documentTagId, List<String> dropdownChoices, String groupId, Boolean isRequired, int pageIndex, String textValue, String label)
type
- the type.checkboxValue
- the checkbox value.contentType
- the content type.coordinates
- the coordinates.dateValue
- the date value.dimensions
- the dimensions.documentId
- the document ID.documentTagId
- the document tag ID.dropdownChoices
- the dropdown choices.groupId
- the group ID.isRequired
- whether the input is required or not.pageIndex
- the page index.textValue
- the text value.label
- the label.public BoxSignTemplateSignerInput(JsonObject jsonObject, BoxAPIConnection api)
jsonObject
- the JSON object representing the Sign Template Signer Input.public BoxSignTemplateSigner.BoxSignTemplateSignerInputType getType()
public Boolean getCheckboxValue()
public BoxSignTemplateSigner.BoxSignTemplateSignerInputContentType getContentType()
public BoxSignTemplateSigner.BoxSignTemplateSignerInputCoordinates getCoordinates()
public Date getDateValue()
public BoxSignTemplateSigner.BoxSignTemplatesSignerInputDimensions getDimensions()
public String getDocumentId()
public String getDocumentTagId()
public List<String> getDropdownChoices()
public String getGroupId()
public Boolean getIsRequired()
public int getPageIndex()
public String getTextValue()