Uses of Class
net.interfax.rest.client.domain.DocumentUploadSessionOptions
-
Packages that use DocumentUploadSessionOptions Package Description net.interfax.rest.client net.interfax.rest.client.impl -
-
Uses of DocumentUploadSessionOptions in net.interfax.rest.client
Method parameters in net.interfax.rest.client with type arguments of type DocumentUploadSessionOptions Modifier and Type Method Description APIResponseInterFAX. uploadDocument(File fileToUpload, Optional<DocumentUploadSessionOptions> options)Upload contents of file as a document to send later as a fax, withDocumentUploadSessionOptions. -
Uses of DocumentUploadSessionOptions in net.interfax.rest.client.impl
Method parameters in net.interfax.rest.client.impl with type arguments of type DocumentUploadSessionOptions Modifier and Type Method Description protected URIAbstractInterFAXClient. getOutboundDocumentsUri(File fileToUpload, Optional<DocumentUploadSessionOptions> options)APIResponseDefaultInterFAXClient. uploadDocument(File fileToUpload, Optional<DocumentUploadSessionOptions> options)
-