Uses of Record Class
io.modelcontextprotocol.spec.McpSchema.EnumSchemaOption
Packages that use McpSchema.EnumSchemaOption
-
Uses of McpSchema.EnumSchemaOption in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return types with arguments of type McpSchema.EnumSchemaOptionModifier and TypeMethodDescriptionMcpSchema.TitledMultiSelectItems.anyOf()Returns the value of theanyOfrecord component.McpSchema.TitledSingleSelectEnumSchema.oneOf()Returns the value of theoneOfrecord component.Methods in io.modelcontextprotocol.spec with parameters of type McpSchema.EnumSchemaOptionModifier and TypeMethodDescriptionMcpSchema.TitledMultiSelectItems.Builder.anyOf(McpSchema.EnumSchemaOption... anyOf) McpSchema.TitledSingleSelectEnumSchema.Builder.oneOf(McpSchema.EnumSchemaOption... oneOf) Method parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.EnumSchemaOptionModifier and TypeMethodDescriptionMcpSchema.TitledMultiSelectItems.Builder.anyOf(List<McpSchema.EnumSchemaOption> anyOf) McpSchema.TitledSingleSelectEnumSchema.Builder.oneOf(List<McpSchema.EnumSchemaOption> oneOf) Constructor parameters in io.modelcontextprotocol.spec with type arguments of type McpSchema.EnumSchemaOptionModifierConstructorDescriptionCreates an instance of aTitledMultiSelectItemsrecord class.TitledSingleSelectEnumSchema(String title, String description, List<McpSchema.EnumSchemaOption> oneOf, String defaultValue) Creates an instance of aTitledSingleSelectEnumSchemarecord class.