Uses of Enum Class
com.mypurecloud.sdk.v2.model.Topic.ParticipantsEnum
Packages that use Topic.ParticipantsEnum
-
Uses of Topic.ParticipantsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Topic.ParticipantsEnumModifier and TypeMethodDescriptionstatic Topic.ParticipantsEnumTopic.ParticipantsEnum.fromString(String key) Topic.getParticipants()static Topic.ParticipantsEnumReturns the enum constant of this class with the specified name.static Topic.ParticipantsEnum[]Topic.ParticipantsEnum.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 Topic.ParticipantsEnumModifier and TypeMethodDescriptionTopic.participants(Topic.ParticipantsEnum participants) voidTopic.setParticipants(Topic.ParticipantsEnum participants)