Uses of Class
io.modelcontextprotocol.spec.McpSchema.TitledSingleSelectEnumSchema.Builder
Packages that use McpSchema.TitledSingleSelectEnumSchema.Builder
-
Uses of McpSchema.TitledSingleSelectEnumSchema.Builder in io.modelcontextprotocol.spec
Methods in io.modelcontextprotocol.spec that return McpSchema.TitledSingleSelectEnumSchema.BuilderModifier and TypeMethodDescriptionMcpSchema.TitledSingleSelectEnumSchema.builder()McpSchema.TitledSingleSelectEnumSchema.Builder.defaultValue(String defaultValue) McpSchema.TitledSingleSelectEnumSchema.Builder.description(String description) McpSchema.TitledSingleSelectEnumSchema.Builder.oneOf(McpSchema.EnumSchemaOption... oneOf) McpSchema.TitledSingleSelectEnumSchema.Builder.oneOf(List<McpSchema.EnumSchemaOption> oneOf)