Uses of Class
net.interfax.rest.client.domain.SendFaxOptions
-
Packages that use SendFaxOptions Package Description net.interfax.rest.client net.interfax.rest.client.impl -
-
Uses of SendFaxOptions in net.interfax.rest.client
Method parameters in net.interfax.rest.client with type arguments of type SendFaxOptions Modifier and Type Method Description APIResponseInterFAX. 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[] mediaTypes, Optional<SendFaxOptions> options)Send an array of input streams as a fax with additionalSendFaxOptionsAPIResponseInterFAX. sendFax(String faxNumber, String urlOfDoc, Optional<SendFaxOptions> options)Send a pre-uploaded document, available on a HTTP url, as a fax with additionalSendFaxOptions -
Uses of SendFaxOptions in net.interfax.rest.client.impl
Method parameters in net.interfax.rest.client.impl with type arguments of type SendFaxOptions Modifier and Type Method Description protected URIAbstractInterFAXClient. getSendFaxUri(String faxNumber, Optional<SendFaxOptions> options)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[] mediaTypes, Optional<SendFaxOptions> options)APIResponseDefaultInterFAXClient. sendFax(String faxNumber, String urlOfDoc, Optional<SendFaxOptions> options)
-