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 TypeClassDescriptionenumWhich channel supplied the effective enterprise managed settings (highest-authority present layer wins wholesale)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 failClosed, Boolean bypassPermissionsDisabled, List<String> managedKeys, Object settings) Creates an instance of aSessionManagedSettingsResolvedEventDatarecord class.