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