Uses of Enum Class
com.mypurecloud.sdk.v2.model.Video.DisconnectTypeEnum
Packages that use Video.DisconnectTypeEnum
-
Uses of Video.DisconnectTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Video.DisconnectTypeEnumModifier and TypeMethodDescriptionstatic Video.DisconnectTypeEnumVideo.DisconnectTypeEnum.fromString(String key) Video.getDisconnectType()static Video.DisconnectTypeEnumReturns the enum constant of this class with the specified name.static Video.DisconnectTypeEnum[]Video.DisconnectTypeEnum.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 Video.DisconnectTypeEnumModifier and TypeMethodDescriptionVideo.disconnectType(Video.DisconnectTypeEnum disconnectType) System defined string indicating what caused the communication to disconnect.voidVideo.setDisconnectType(Video.DisconnectTypeEnum disconnectType)