Online Help Center > SendSafely APIs

com.sendsafely

Class File

getFileId()
Get the unique file ID associated with the file.
Return Type: String
Parameters: N/A

setFileId(FileId)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
FileId String

getFileName()
Get the filename associated with the file.
Return Type: String
Parameters: N/A

setFileName(FileName)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
FileName String

getFileSize()
Get the file size for the unencrypted file.
Return Type: long
Parameters: N/A

setFileSize(FileSize)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
FileSize long

setParts(Parts)
Set internally by the API.
Return Type: void
Parameters:
NameTypeDescription
Parts int

getFileUploaded()
Returns the Date object representing when the file was uploaded
Return Type: Date
Parameters: N/A