Uses of Enum Class
com.mypurecloud.sdk.v2.model.CallMediaParticipant.FlaggedReasonEnum
Packages that use CallMediaParticipant.FlaggedReasonEnum
-
Uses of CallMediaParticipant.FlaggedReasonEnum in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CallMediaParticipant.FlaggedReasonEnumModifier and TypeMethodDescriptionCallMediaParticipant.FlaggedReasonEnum.fromString(String key) CallMediaParticipant.getFlaggedReason()Returns the enum constant of this class with the specified name.CallMediaParticipant.FlaggedReasonEnum.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 CallMediaParticipant.FlaggedReasonEnumModifier and TypeMethodDescriptionCallMediaParticipant.flaggedReason(CallMediaParticipant.FlaggedReasonEnum flaggedReason) The reason specifying why participant flagged the conversation.voidCallMediaParticipant.setFlaggedReason(CallMediaParticipant.FlaggedReasonEnum flaggedReason)