Record Class McpResourceTemplate
java.lang.Object
java.lang.Record
com.github.copilot.generated.rpc.McpResourceTemplate
@Generated("copilot-sdk-codegen")
public record McpResourceTemplate(String uriTemplate, String name, String title, String description, String mimeType, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String,Object> meta, Map<String,Object> additionalProperties)
extends Record
An MCP resource template descriptor (spec `ResourceTemplate`): an RFC 6570 URI template, name, and optional title, description, MIME type, icons, annotations, and metadata. Server-provided fields outside the standard descriptor shape are exposed under `additionalProperties`.
- Since:
- 1.0.0
-
Constructor Summary
ConstructorsConstructorDescriptionMcpResourceTemplate(String uriTemplate, String name, String title, String description, String mimeType, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String, Object> meta, Map<String, Object> additionalProperties) Creates an instance of aMcpResourceTemplaterecord class. -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of theadditionalPropertiesrecord component.Returns the value of theannotationsrecord component.Returns the value of thedescriptionrecord component.final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.icons()Returns the value of theiconsrecord component.meta()Returns the value of themetarecord component.mimeType()Returns the value of themimeTyperecord component.name()Returns the value of thenamerecord component.title()Returns the value of thetitlerecord component.final StringtoString()Returns a string representation of this record class.Returns the value of theuriTemplaterecord component.
-
Constructor Details
-
McpResourceTemplate
public McpResourceTemplate(String uriTemplate, String name, String title, String description, String mimeType, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String, Object> meta, Map<String, Object> additionalProperties) Creates an instance of aMcpResourceTemplaterecord class.- Parameters:
uriTemplate- the value for theuriTemplaterecord componentname- the value for thenamerecord componenttitle- the value for thetitlerecord componentdescription- the value for thedescriptionrecord componentmimeType- the value for themimeTyperecord componenticons- the value for theiconsrecord componentannotations- the value for theannotationsrecord componentmeta- the value for themetarecord componentadditionalProperties- the value for theadditionalPropertiesrecord component
-
-
Method Details
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
uriTemplate
Returns the value of theuriTemplaterecord component.- Returns:
- the value of the
uriTemplaterecord component
-
name
Returns the value of thenamerecord component.- Returns:
- the value of the
namerecord component
-
title
Returns the value of thetitlerecord component.- Returns:
- the value of the
titlerecord component
-
description
Returns the value of thedescriptionrecord component.- Returns:
- the value of the
descriptionrecord component
-
mimeType
Returns the value of themimeTyperecord component.- Returns:
- the value of the
mimeTyperecord component
-
icons
Returns the value of theiconsrecord component.- Returns:
- the value of the
iconsrecord component
-
annotations
Returns the value of theannotationsrecord component.- Returns:
- the value of the
annotationsrecord component
-
meta
-
additionalProperties
-