Double |
InterFAX.getAccountCredits() |
Determine the remaining faxing credits in your account
|
OutboundFaxStructure[] |
InterFAX.getCompletedFaxList(String[] ids) |
Get details for a subset of completed faxes from a submitted list.
|
OutboundFaxStructure[] |
InterFAX.getFaxList() |
Get a list of recent outbound faxes (which does not include batch faxes)
|
OutboundFaxStructure[] |
InterFAX.getFaxList(Optional<GetFaxListOptions> options) |
Get a list of recent outbound faxes (which does not include batch faxes) with GetFaxListOptions
|
InboundFaxesEmailsStructure |
InterFAX.getInboundFaxForwardingEmails(String id) |
Retrieve the list of email addresses to which a fax was forwarded
|
byte[] |
InterFAX.getInboundFaxImage(long id) |
Retrieves a single fax's image
|
InboundFaxStructure[] |
InterFAX.getInboundFaxList() |
Retrieves a user's list of inbound faxes.
|
InboundFaxStructure[] |
InterFAX.getInboundFaxList(Optional<GetInboundFaxListOptions> options) |
Retrieves a user's list of inbound faxes.
|
InboundFaxStructure |
InterFAX.getInboundFaxRecord(String id) |
Retrieves a single fax's metadata (receive time, sender number, etc.)
|
byte[] |
InterFAX.getOutboundFaxImage(String id) |
Retrieve the fax image (TIFF file) of a submitted fax
|
OutboundFaxStructure |
InterFAX.getOutboundFaxRecord(String id) |
Retrieves information regarding a previously-submitted fax, including its current status
|
UploadedDocumentStatus[] |
InterFAX.getUploadedDocumentsList() |
Get a list of previous document uploads which are currently available
|
UploadedDocumentStatus[] |
InterFAX.getUploadedDocumentsList(Optional<GetUploadedDocumentsListOptions> options) |
|
UploadedDocumentStatus |
InterFAX.getUploadedDocumentStatus(String documentId) |
Get the current status of a specific document upload
|
OutboundFaxStructure[] |
InterFAX.searchFaxList() |
Search for outbound faxes
|
OutboundFaxStructure[] |
InterFAX.searchFaxList(Optional<SearchFaxOptions> options) |
|