public static class McpSchema.ResourceLink extends Object implements McpSchema.Annotated, McpSchema.Content, McpSchema.ResourceContent
| Modifier and Type | Class and Description |
|---|---|
static class |
McpSchema.ResourceLink.Builder |
| Constructor and Description |
|---|
ResourceLink(String name,
String uri,
String description,
String mimeType,
Long size,
McpSchema.Annotations annotations)
Deprecated.
Only exists for backwards-compatibility purposes. Use
ResourceLink#ResourceLink(String, String, String, String, String, Long, Annotations)
instead. |
ResourceLink(String name,
String title,
String uri,
String description,
String mimeType,
Long size,
McpSchema.Annotations annotations)
Deprecated.
Only exists for backwards-compatibility purposes. Use
ResourceLink#ResourceLink(String, String, String, String, String, Long, Annotations)
instead. |
| Modifier and Type | Method and Description |
|---|---|
static McpSchema.ResourceLink.Builder |
builder() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAnnotationsgetMeta, typegetAnnotations, getDescription, getMimeType, getSize, getUrigetName, getTitle@Deprecated public ResourceLink(String name, String title, String uri, String description, String mimeType, Long size, McpSchema.Annotations annotations)
ResourceLink#ResourceLink(String, String, String, String, String, Long, Annotations)
instead.@Deprecated public ResourceLink(String name, String uri, String description, String mimeType, Long size, McpSchema.Annotations annotations)
ResourceLink#ResourceLink(String, String, String, String, String, Long, Annotations)
instead.public static McpSchema.ResourceLink.Builder builder()
Copyright © 2025. All rights reserved.