Uses of Enum Class
com.mypurecloud.sdk.v2.model.Term.ParticipantTypeEnum
Packages that use Term.ParticipantTypeEnum
-
Uses of Term.ParticipantTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return Term.ParticipantTypeEnumModifier and TypeMethodDescriptionstatic Term.ParticipantTypeEnumTerm.ParticipantTypeEnum.fromString(String key) Term.getParticipantType()static Term.ParticipantTypeEnumReturns the enum constant of this class with the specified name.static Term.ParticipantTypeEnum[]Term.ParticipantTypeEnum.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 Term.ParticipantTypeEnumModifier and TypeMethodDescriptionTerm.participantType(Term.ParticipantTypeEnum participantType) Dictates if term operand must come from the internal, external or both participantsvoidTerm.setParticipantType(Term.ParticipantTypeEnum participantType)