Uses of Enum Class
com.mypurecloud.sdk.v2.model.TouchpointResponse.MediaTypeEnum
Packages that use TouchpointResponse.MediaTypeEnum
-
Uses of TouchpointResponse.MediaTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TouchpointResponse.MediaTypeEnumModifier and TypeMethodDescriptionTouchpointResponse.MediaTypeEnum.fromString(String key) TouchpointResponse.getMediaType()Returns the enum constant of this class with the specified name.static TouchpointResponse.MediaTypeEnum[]TouchpointResponse.MediaTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mypurecloud.sdk.v2.model with parameters of type TouchpointResponse.MediaTypeEnumModifier and TypeMethodDescriptionTouchpointResponse.mediaType(TouchpointResponse.MediaTypeEnum mediaType) Media Type of the touchpoint; allowed values are Email, Message and Voice.voidTouchpointResponse.setMediaType(TouchpointResponse.MediaTypeEnum mediaType)