Uses of Enum Class
com.mypurecloud.sdk.v2.model.TopicRequest.ParticipantsEnum
Packages that use TopicRequest.ParticipantsEnum
-
Uses of TopicRequest.ParticipantsEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return TopicRequest.ParticipantsEnumModifier and TypeMethodDescriptionTopicRequest.ParticipantsEnum.fromString(String key) TopicRequest.getParticipants()Returns the enum constant of this class with the specified name.static TopicRequest.ParticipantsEnum[]TopicRequest.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 TopicRequest.ParticipantsEnumModifier and TypeMethodDescriptionTopicRequest.participants(TopicRequest.ParticipantsEnum participants) The topic participants, default value is AllvoidTopicRequest.setParticipants(TopicRequest.ParticipantsEnum participants)