Uses of Enum Class
com.github.copilot.generated.rpc.McpSamplingExecutionAction
Packages that use McpSamplingExecutionAction
-
Uses of McpSamplingExecutionAction in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return McpSamplingExecutionActionModifier and TypeMethodDescriptionSessionMcpExecuteSamplingResult.action()Returns the value of theactionrecord component.static McpSamplingExecutionActionstatic McpSamplingExecutionActionReturns the enum constant of this class with the specified name.static McpSamplingExecutionAction[]McpSamplingExecutionAction.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 McpSamplingExecutionActionModifierConstructorDescriptionSessionMcpExecuteSamplingResult(McpSamplingExecutionAction action, McpExecuteSamplingResult result, String error) Creates an instance of aSessionMcpExecuteSamplingResultrecord class.