Uses of Enum Class
com.github.copilot.generated.rpc.McpSetEnvValueModeDetails
Packages that use McpSetEnvValueModeDetails
-
Uses of McpSetEnvValueModeDetails in com.github.copilot.generated.rpc
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.