Uses of Class
net.interfax.rest.client.domain.APIResponse
-
Packages that use APIResponse Package Description net.interfax.rest.client net.interfax.rest.client.impl -
-
Uses of APIResponse in net.interfax.rest.client
Methods in net.interfax.rest.client that return APIResponse Modifier and Type Method Description APIResponseInterFAX. cancelDocumentUploadSession(String documentId)Cancel a document upload and tear down the upload session, or delete a previous uploadAPIResponseInterFAX. cancelFax(String id)Cancel a fax in progressAPIResponseInterFAX. hideFax(String id)Hide a fax from listing in queries (there is no way to unhide a fax)APIResponseInterFAX. markInboundFax(String id, Optional<Boolean> unread)Mark a transaction as read/unreadAPIResponseInterFAX. resendFax(String id, Optional<String> faxNumber)Resend a previously-submitted fax, without needing to re-upload the original documentAPIResponseInterFAX. resendInboundFax(String id, Optional<String> email)Resend an inbound fax to a specific email addressAPIResponseInterFAX. sendFax(String faxNumber, File fileToSendAsFax)Send a single file as faxAPIResponseInterFAX. sendFax(String faxNumber, File[] filesToSendAsFax)Send an array of files as a faxAPIResponseInterFAX. sendFax(String faxNumber, File[] filesToSendAsFax, Optional<SendFaxOptions> options)Send an array of files as a fax with additionalSendFaxOptionsAPIResponseInterFAX. sendFax(String faxNumber, File fileToSendAsFax, Optional<SendFaxOptions> options)Send a single file as fax with additionalSendFaxOptionsAPIResponseInterFAX. sendFax(String faxNumber, InputStream[] streamsToSendAsFax, String[] fileNames)Send an array of input streams as a faxAPIResponseInterFAX. sendFax(String faxNumber, InputStream[] streamsToSendAsFax, String[] mediaTypes, Optional<SendFaxOptions> options)Send an array of input streams as a fax with additionalSendFaxOptionsAPIResponseInterFAX. sendFax(String faxNumber, String urlOfDoc)Send a pre-uploaded document, available on a HTTP url, as a faxAPIResponseInterFAX. sendFax(String faxNumber, String urlOfDoc, Optional<SendFaxOptions> options)Send a pre-uploaded document, available on a HTTP url, as a fax with additionalSendFaxOptionsAPIResponseInterFAX. uploadChunk(String uploadChunkToDocumentEndpoint, byte[] bytesToUpload, int startByteRange, int endByteRange, boolean lastChunk)Upload chunks to an existing document upload sessionAPIResponseInterFAX. uploadDocument(File fileToUpload)Upload contents of file as a document to send later as a fax.APIResponseInterFAX. uploadDocument(File fileToUpload, Optional<DocumentUploadSessionOptions> options)Upload contents of file as a document to send later as a fax, withDocumentUploadSessionOptions. -
Uses of APIResponse in net.interfax.rest.client.impl
Methods in net.interfax.rest.client.impl that return APIResponse Modifier and Type Method Description APIResponseDefaultInterFAXClient. cancelDocumentUploadSession(String documentId)APIResponseDefaultInterFAXClient. cancelFax(String id)APIResponseDefaultInterFAXClient. hideFax(String id)APIResponseDefaultInterFAXClient. markInboundFax(String id, Optional<Boolean> unread)APIResponseDefaultInterFAXClient. resendFax(String id, Optional<String> faxNumber)APIResponseDefaultInterFAXClient. resendInboundFax(String id, Optional<String> email)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, File fileToSendAsFax)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, File[] filesToSendAsFax)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, File[] filesToSendAsFax, Optional<SendFaxOptions> options)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, File fileToSendAsFax, Optional<SendFaxOptions> options)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, InputStream[] streamsToSendAsFax, String[] fileNames)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, InputStream[] streamsToSendAsFax, String[] mediaTypes, Optional<SendFaxOptions> options)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, String urlOfDoc)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, String urlOfDoc, Optional<SendFaxOptions> options)APIResponseDefaultInterFAXClient. uploadChunk(String uploadChunkToDocumentEndpoint, byte[] bytesToUpload, int startByteRange, int endByteRange, boolean lastChunk)APIResponseDefaultInterFAXClient. uploadDocument(File fileToUpload)APIResponseDefaultInterFAXClient. uploadDocument(File fileToUpload, Optional<DocumentUploadSessionOptions> options)
-