Uses of Enum Class
com.mypurecloud.sdk.v2.model.ChannelTopic.StateEnum
Packages that use ChannelTopic.StateEnum
-
Uses of ChannelTopic.StateEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ChannelTopic.StateEnumModifier and TypeMethodDescriptionstatic ChannelTopic.StateEnumChannelTopic.StateEnum.fromString(String key) ChannelTopic.getState()static ChannelTopic.StateEnumReturns the enum constant of this class with the specified name.static ChannelTopic.StateEnum[]ChannelTopic.StateEnum.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 ChannelTopic.StateEnumModifier and TypeMethodDescriptionvoidChannelTopic.setState(ChannelTopic.StateEnum state) ChannelTopic.state(ChannelTopic.StateEnum state)