Uses of Enum Class
com.github.copilot.generated.ManagedSettingsResolvedSource
Packages that use ManagedSettingsResolvedSource
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of ManagedSettingsResolvedSource in com.github.copilot.generated
Subclasses with type arguments of type ManagedSettingsResolvedSource in com.github.copilot.generatedModifier and TypeClassDescriptionenumSummary of which managed-settings channels contributed to the effective session policy.Methods in com.github.copilot.generated that return ManagedSettingsResolvedSourceModifier and TypeMethodDescriptionSessionManagedSettingsResolvedEvent.SessionManagedSettingsResolvedEventData.source()Returns the value of thesourcerecord component.Returns the enum constant of this class with the specified name.static ManagedSettingsResolvedSource[]ManagedSettingsResolvedSource.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 ManagedSettingsResolvedSourceModifierConstructorDescriptionSessionManagedSettingsResolvedEventData(ManagedSettingsResolvedSource source, Boolean serverManaged, Boolean deviceManaged, Boolean clientManaged, Boolean failClosed, Boolean bypassPermissionsDisabled, Boolean permissionsAllowIntersected, List<String> managedKeys, Object settings) Creates an instance of aSessionManagedSettingsResolvedEventDatarecord class.