public class BoxSignRequest.Info.BoxSignRequestSignFiles extends Object
| Constructor and Description |
|---|
BoxSignRequestSignFiles(List<BoxFile.Info> files,
boolean isReadyToDownload)
Constructs a BoxSignRequestSignFiles.
|
| Modifier and Type | Method and Description |
|---|---|
List<BoxFile.Info> |
getFiles()
Gets the list of files that signing events will occur on - these are copies of the original source files.
|
boolean |
getIsReadyToDownload()
Gets the flag indicating whether a change to the document is processing and the PDF may be out of date.
|
public BoxSignRequestSignFiles(List<BoxFile.Info> files, boolean isReadyToDownload)
files - list that signing events will occur on.isReadyToDownload - indicating whether a change to the document is processing.public List<BoxFile.Info> getFiles()
public boolean getIsReadyToDownload()