Uses of Enum Class
com.github.copilot.generated.rpc.PermissionDecisionOutcome
Packages that use PermissionDecisionOutcome
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of PermissionDecisionOutcome in com.github.copilot.generated.rpc
Subclasses with type arguments of type PermissionDecisionOutcome in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumDisposition of a permission request as observed by the responding client.Methods in com.github.copilot.generated.rpc that return PermissionDecisionOutcomeModifier and TypeMethodDescriptionstatic PermissionDecisionOutcomePermissionDecisionContext.outcome()Returns the value of theoutcomerecord component.static PermissionDecisionOutcomeReturns the enum constant of this class with the specified name.static PermissionDecisionOutcome[]PermissionDecisionOutcome.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 PermissionDecisionOutcomeModifierConstructorDescriptionPermissionDecisionContext(PermissionDecisionOutcome outcome, PermissionDecisionSource source, PermissionDecisionSurface surface) Creates an instance of aPermissionDecisionContextrecord class.