Uses of Enum Class
com.github.copilot.generated.rpc.PermissionsAllowAllMode
Packages that use PermissionsAllowAllMode
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of PermissionsAllowAllMode in com.github.copilot.generated.rpc
Subclasses with type arguments of type PermissionsAllowAllMode in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumCurrent or requested allow-all mode.Methods in com.github.copilot.generated.rpc that return PermissionsAllowAllModeModifier and TypeMethodDescriptionstatic PermissionsAllowAllModeSessionPermissionsGetAllowAllResult.mode()Returns the value of themoderecord component.SessionPermissionsSetAllowAllParams.mode()Returns the value of themoderecord component.SessionPermissionsSetAllowAllResult.mode()Returns the value of themoderecord component.static PermissionsAllowAllModeReturns the enum constant of this class with the specified name.static PermissionsAllowAllMode[]PermissionsAllowAllMode.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type PermissionsAllowAllModeModifierConstructorDescriptionSessionPermissionsGetAllowAllResult(Boolean enabled, PermissionsAllowAllMode mode) Creates an instance of aSessionPermissionsGetAllowAllResultrecord class.SessionPermissionsSetAllowAllParams(String sessionId, PermissionsAllowAllMode mode, Boolean enabled, String model, PermissionsSetAllowAllSource source) Creates an instance of aSessionPermissionsSetAllowAllParamsrecord class.SessionPermissionsSetAllowAllResult(Boolean success, Boolean enabled, PermissionsAllowAllMode mode) Creates an instance of aSessionPermissionsSetAllowAllResultrecord class.