Package com.mypurecloud.sdk.v2.model
Class FileUploadSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.FileUploadSettings
- All Implemented Interfaces:
Serializable
File upload settings for messenger
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionenableAttachments(Boolean enableAttachments) whether or not attachments are enabledbooleangetModes()inthashCode()modes(List<FileUploadMode> modes) The list of supported file upload modesvoidsetEnableAttachments(Boolean enableAttachments) voidsetModes(List<FileUploadMode> modes) toString()
-
Constructor Details
-
FileUploadSettings
public FileUploadSettings() -
FileUploadSettings
-
-
Method Details
-
enableAttachments
whether or not attachments are enabled -
getEnableAttachments
-
setEnableAttachments
-
modes
The list of supported file upload modes -
getModes
-
setModes
-
equals
-
hashCode
public int hashCode() -
toString
-