public class BoxSignRequestFile extends Object
Constructor and Description |
---|
BoxSignRequestFile(String fileId)
Constructs a BoxSignRequestFile to be used during sign request creation.
|
BoxSignRequestFile(String fileId,
String fileVersionId)
Constructs a BoxSignRequestFile with specific file version to be used during sign request creation.
|
Modifier and Type | Method and Description |
---|---|
String |
getFileId()
Gets the file id of the file.
|
String |
getFileVersionId()
Gets the file version id of the file.
|
JsonObject |
getJSONObject()
Gets a JSON object representing this class.
|
BoxSignRequestFile |
setFileId(String fileId)
Sets the file id.
|
BoxSignRequestFile |
setFileVersionId(String fileVersionId)
Sets the file version id.
|
public BoxSignRequestFile(String fileId, String fileVersionId)
fileId
- id of the file.fileVersionId
- id of the file versionm.public BoxSignRequestFile(String fileId)
fileId
- id of the file.public BoxSignRequestFile setFileId(String fileId)
fileId
- of the file.public String getFileVersionId()
public BoxSignRequestFile setFileVersionId(String fileVersionId)
fileVersionId
- of the file.public JsonObject getJSONObject()