Uses of Enum Class
com.github.copilot.generated.rpc.PermissionDecisionSurface
Packages that use PermissionDecisionSurface
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of PermissionDecisionSurface in com.github.copilot.generated.rpc
Subclasses with type arguments of type PermissionDecisionSurface in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumClient surface that submitted a permission response.Methods in com.github.copilot.generated.rpc that return PermissionDecisionSurfaceModifier and TypeMethodDescriptionstatic PermissionDecisionSurfacePermissionDecisionContext.surface()Returns the value of thesurfacerecord component.static PermissionDecisionSurfaceReturns the enum constant of this class with the specified name.static PermissionDecisionSurface[]PermissionDecisionSurface.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 PermissionDecisionSurfaceModifierConstructorDescriptionPermissionDecisionContext(PermissionDecisionOutcome outcome, PermissionDecisionSource source, PermissionDecisionSurface surface) Creates an instance of aPermissionDecisionContextrecord class.