Uses of Enum Class
com.mypurecloud.sdk.v2.model.Touchpoint.MediaTypeEnum
Packages that use Touchpoint.MediaTypeEnum
-
Uses of Touchpoint.MediaTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Touchpoint.MediaTypeEnumModifier and TypeMethodDescriptionstatic Touchpoint.MediaTypeEnumTouchpoint.MediaTypeEnum.fromString(String key) Touchpoint.getMediaType()static Touchpoint.MediaTypeEnumReturns the enum constant of this class with the specified name.static Touchpoint.MediaTypeEnum[]Touchpoint.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 Touchpoint.MediaTypeEnumModifier and TypeMethodDescriptionTouchpoint.mediaType(Touchpoint.MediaTypeEnum mediaType) Media Type of the touchpoint; allowed values are Email, Message and Voice.voidTouchpoint.setMediaType(Touchpoint.MediaTypeEnum mediaType)