Uses of Enum Class
com.github.copilot.generated.rpc.McpSetEnvValueModeDetails
Packages that use McpSetEnvValueModeDetails
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of McpSetEnvValueModeDetails in com.github.copilot.generated.rpc
Subclasses with type arguments of type McpSetEnvValueModeDetails in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumHow environment-variable values supplied to MCP servers are resolved.Methods in com.github.copilot.generated.rpc that return McpSetEnvValueModeDetailsModifier and TypeMethodDescriptionstatic McpSetEnvValueModeDetailsSessionMcpSetEnvValueModeParams.mode()Returns the value of themoderecord component.SessionMcpSetEnvValueModeResult.mode()Returns the value of themoderecord component.static McpSetEnvValueModeDetailsReturns the enum constant of this class with the specified name.static McpSetEnvValueModeDetails[]McpSetEnvValueModeDetails.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 McpSetEnvValueModeDetailsModifierConstructorDescriptionSessionMcpSetEnvValueModeParams(String sessionId, McpSetEnvValueModeDetails mode) Creates an instance of aSessionMcpSetEnvValueModeParamsrecord class.Creates an instance of aSessionMcpSetEnvValueModeResultrecord class.