Uses of Enum Class
com.github.copilot.generated.PermissionAllowAllMode
Packages that use PermissionAllowAllMode
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of PermissionAllowAllMode in com.github.copilot.generated
Subclasses with type arguments of type PermissionAllowAllMode in com.github.copilot.generatedMethods in com.github.copilot.generated that return PermissionAllowAllModeModifier and TypeMethodDescriptionSessionPermissionsChangedEvent.SessionPermissionsChangedEventData.allowAllPermissionMode()Returns the value of theallowAllPermissionModerecord component.static PermissionAllowAllModeSessionPermissionsChangedEvent.SessionPermissionsChangedEventData.previousAllowAllPermissionMode()Returns the value of thepreviousAllowAllPermissionModerecord component.static PermissionAllowAllModeReturns the enum constant of this class with the specified name.static PermissionAllowAllMode[]PermissionAllowAllMode.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 PermissionAllowAllModeModifierConstructorDescriptionSessionPermissionsChangedEventData(Boolean previousAllowAllPermissions, Boolean allowAllPermissions, PermissionAllowAllMode previousAllowAllPermissionMode, PermissionAllowAllMode allowAllPermissionMode) Creates an instance of aSessionPermissionsChangedEventDatarecord class.