Uses of Enum Class
com.github.copilot.generated.ManagedSettingsEnforcedAction
Packages that use ManagedSettingsEnforcedAction
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ManagedSettingsEnforcedAction in com.github.copilot.generated
Subclasses with type arguments of type ManagedSettingsEnforcedAction in com.github.copilot.generatedModifier and TypeClassDescriptionenumThe category of runtime action that enterprise managed settings governed (blocked or capped)Methods in com.github.copilot.generated that return ManagedSettingsEnforcedActionModifier and TypeMethodDescriptionSessionManagedSettingsEnforcedEvent.SessionManagedSettingsEnforcedEventData.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.static ManagedSettingsEnforcedAction[]ManagedSettingsEnforcedAction.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated with parameters of type ManagedSettingsEnforcedActionModifierConstructorDescriptionSessionManagedSettingsEnforcedEventData(ManagedSettingsEnforcedAction action, ManagedSettingsEnforcedEscalation escalation, String setting, Boolean failClosed, String message) Creates an instance of aSessionManagedSettingsEnforcedEventDatarecord class.