Uses of Enum Class
com.github.copilot.generated.McpHeadersRefreshRequiredReason
Packages that use McpHeadersRefreshRequiredReason
Package
Description
Auto-generated session event types for the GitHub Copilot SDK.
-
Uses of McpHeadersRefreshRequiredReason in com.github.copilot.generated
Subclasses with type arguments of type McpHeadersRefreshRequiredReason in com.github.copilot.generatedModifier and TypeClassDescriptionenumWhy dynamic headers are being requested.Methods in com.github.copilot.generated that return McpHeadersRefreshRequiredReasonModifier and TypeMethodDescriptionMcpHeadersRefreshRequiredEvent.McpHeadersRefreshRequiredEventData.reason()Returns the value of thereasonrecord component.Returns the enum constant of this class with the specified name.static McpHeadersRefreshRequiredReason[]McpHeadersRefreshRequiredReason.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 McpHeadersRefreshRequiredReasonModifierConstructorDescriptionMcpHeadersRefreshRequiredEventData(String requestId, String serverName, String serverUrl, McpHeadersRefreshRequiredReason reason) Creates an instance of aMcpHeadersRefreshRequiredEventDatarecord class.