Uses of Enum
com.microsoft.graph.models.ChatMessagePolicyViolationVerdictDetailsTypes
Packages that use ChatMessagePolicyViolationVerdictDetailsTypes
-
Uses of ChatMessagePolicyViolationVerdictDetailsTypes in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return ChatMessagePolicyViolationVerdictDetailsTypesModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.ChatMessagePolicyViolationVerdictDetailsTypes.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type ChatMessagePolicyViolationVerdictDetailsTypesModifier and TypeMethodDescriptionChatMessagePolicyViolation.getVerdictDetails()Gets the verdictDetails property value.Method parameters in com.microsoft.graph.models with type arguments of type ChatMessagePolicyViolationVerdictDetailsTypesModifier and TypeMethodDescriptionvoidChatMessagePolicyViolation.setVerdictDetails(EnumSet<ChatMessagePolicyViolationVerdictDetailsTypes> value) Sets the verdictDetails property value.