Uses of Enum Class
com.mypurecloud.sdk.v2.model.MinerExecuteRequest.ParticipantTypeEnum
Packages that use MinerExecuteRequest.ParticipantTypeEnum
-
Uses of MinerExecuteRequest.ParticipantTypeEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return MinerExecuteRequest.ParticipantTypeEnumModifier and TypeMethodDescriptionMinerExecuteRequest.ParticipantTypeEnum.fromString(String key) MinerExecuteRequest.getParticipantType()Returns the enum constant of this class with the specified name.MinerExecuteRequest.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 MinerExecuteRequest.ParticipantTypeEnumModifier and TypeMethodDescriptionMinerExecuteRequest.participantType(MinerExecuteRequest.ParticipantTypeEnum participantType) Type of the participant, either agent, customer or both.voidMinerExecuteRequest.setParticipantType(MinerExecuteRequest.ParticipantTypeEnum participantType)