Uses of Enum Class
com.github.copilot.generated.McpHeadersRefreshCompletedOutcome
Packages that use McpHeadersRefreshCompletedOutcome
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of McpHeadersRefreshCompletedOutcome in com.github.copilot.generated
Subclasses with type arguments of type McpHeadersRefreshCompletedOutcome in com.github.copilot.generatedModifier and TypeClassDescriptionenumHow the pending MCP headers refresh request resolved.Methods in com.github.copilot.generated that return McpHeadersRefreshCompletedOutcomeModifier and TypeMethodDescriptionMcpHeadersRefreshCompletedEvent.McpHeadersRefreshCompletedEventData.outcome()Returns the value of theoutcomerecord component.Returns the enum constant of this class with the specified name.static McpHeadersRefreshCompletedOutcome[]McpHeadersRefreshCompletedOutcome.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 McpHeadersRefreshCompletedOutcomeModifierConstructorDescriptionMcpHeadersRefreshCompletedEventData(String requestId, McpHeadersRefreshCompletedOutcome outcome) Creates an instance of aMcpHeadersRefreshCompletedEventDatarecord class.