A Java Bean containing information about a Confirmation. A confirmation contains information about when a file was downloaded by a recipient. Only the Getters should be used from this object, since the server will populate the object. Updating the setters will not change any state on the server and should be avoided.
Get the IPAddress from where the file was downloaded from.
|
Return Type: String |
Parameters: N/A
|
Set internally by the API.
|
||||||
Return Type: void | ||||||
Parameters:
|
Get the time when the file or message was downloaded.
|
Return Type: Date |
Parameters: N/A
|
Set internally by the API.
|
||||||
Return Type: void | ||||||
Parameters:
|
A File object referencing the file that was downloaded. Will be null if the confirmation refers to a message.
|
Return Type: File |
Parameters: N/A
|
Set internally by the API.
|
||||||
Return Type: void | ||||||
Parameters:
|
A flag indicating if the confirmation referes to a message. If true, the file object will be null.
|
Return Type: boolean |
Parameters: N/A
|
Set internally by the API.
|
||||||
Return Type: void | ||||||
Parameters:
|