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