Uses of Enum Class
io.modelcontextprotocol.spec.McpSchema.ElicitResult.Action
Packages that use McpSchema.ElicitResult.Action
-
Uses of McpSchema.ElicitResult.Action in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.ElicitResult.ActionModifier and TypeMethodDescriptionMcpSchema.ElicitResult.action()Returns the value of theactionrecord component.Returns the enum constant of this class with the specified name.static McpSchema.ElicitResult.Action[]McpSchema.ElicitResult.Action.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.ElicitResult.ActionModifier and TypeMethodDescriptionMcpSchema.ElicitResult.Builder.message(McpSchema.ElicitResult.Action action) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.ElicitResult.ActionModifierConstructorDescriptionElicitResult(McpSchema.ElicitResult.Action action, Map<String, Object> content) ElicitResult(McpSchema.ElicitResult.Action action, Map<String, Object> content, Map<String, Object> meta) Creates an instance of aElicitResultrecord class.