Package com.mypurecloud.sdk.v2.model
Class FaxSendRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.FaxSendRequest
- All Implemented Interfaces:
Serializable
FaxSendRequest
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe content type that is going to be uploaded. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionA list of outbound fax dialing addresses.contentType(FaxSendRequest.ContentTypeEnum contentType) The content type that is going to be uploaded.coverSheet(CoverSheet coverSheet) Data for coversheet generation.documentId(String documentId) DocumentId of Content Management artifact.booleangetId()getName()inthashCode()voidsetAddresses(List<String> addresses) voidsetContentType(FaxSendRequest.ContentTypeEnum contentType) voidsetCoverSheet(CoverSheet coverSheet) voidsetDocumentId(String documentId) voidvoidsetTimeZoneOffsetMinutes(Integer timeZoneOffsetMinutes) voidsetWorkspace(Workspace workspace) timeZoneOffsetMinutes(Integer timeZoneOffsetMinutes) Time zone offset minutes from GMTtoString()Workspace in which the document should be stored.
-
Constructor Details
-
FaxSendRequest
public FaxSendRequest() -
FaxSendRequest
-
-
Method Details
-
getId
-
name
-
getName
-
setName
-
addresses
A list of outbound fax dialing addresses. E.g. +13175555555 or 3175555555 -
getAddresses
-
setAddresses
-
documentId
DocumentId of Content Management artifact. If Content Management document is not used for faxing, documentId should be null -
getDocumentId
-
setDocumentId
-
contentType
The content type that is going to be uploaded. If Content Management document is used for faxing, contentType will be ignored -
getContentType
-
setContentType
-
workspace
Workspace in which the document should be stored. If Content Management document is used for faxing, workspace will be ignored -
getWorkspace
-
setWorkspace
-
coverSheet
Data for coversheet generation. -
getCoverSheet
-
setCoverSheet
-
timeZoneOffsetMinutes
Time zone offset minutes from GMT -
getTimeZoneOffsetMinutes
-
setTimeZoneOffsetMinutes
-
getSelfUri
-
equals
-
hashCode
public int hashCode() -
toString
-