Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.TitledMultiSelectItems
Packages that use McpSchema.TitledMultiSelectItems
-
Uses of McpSchema.TitledMultiSelectItems in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.TitledMultiSelectItemsModifier and TypeMethodDescriptionMcpSchema.TitledMultiSelectItems.Builder.build()McpSchema.TitledMultiSelectEnumSchema.items()Returns the value of theitemsrecord component.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.TitledMultiSelectItemsModifier and TypeMethodDescriptionMcpSchema.TitledMultiSelectEnumSchema.builder(McpSchema.TitledMultiSelectItems items) McpSchema.TitledMultiSelectEnumSchema.Builder.items(McpSchema.TitledMultiSelectItems items) Constructors in io.modelcontextprotocol.spec with parameters of type McpSchema.TitledMultiSelectItemsModifierConstructorDescriptionTitledMultiSelectEnumSchema(String title, String description, McpSchema.TitledMultiSelectItems items, Integer minItems, Integer maxItems, List<String> defaultValue) Creates an instance of aTitledMultiSelectEnumSchemarecord class.