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