Uses of Enum Class
com.github.copilot.generated.McpOauthCompletionOutcome
Packages that use McpOauthCompletionOutcome
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of McpOauthCompletionOutcome in com.github.copilot.generated
Subclasses with type arguments of type McpOauthCompletionOutcome in com.github.copilot.generatedModifier and TypeClassDescriptionenumHow the pending MCP OAuth request was completedMethods in com.github.copilot.generated that return McpOauthCompletionOutcomeModifier and TypeMethodDescriptionstatic McpOauthCompletionOutcomeMcpOauthCompletedEvent.McpOauthCompletedEventData.outcome()Returns the value of theoutcomerecord component.static McpOauthCompletionOutcomeReturns the enum constant of this class with the specified name.static McpOauthCompletionOutcome[]McpOauthCompletionOutcome.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 McpOauthCompletionOutcomeModifierConstructorDescriptionMcpOauthCompletedEventData(String requestId, McpOauthCompletionOutcome outcome) Creates an instance of aMcpOauthCompletedEventDatarecord class.