Uses of Record Class
com.github.copilot.generated.rpc.McpResourceIcon
Packages that use McpResourceIcon
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of McpResourceIcon in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type McpResourceIconModifier and TypeMethodDescriptionMcpResource.icons()Returns the value of theiconsrecord component.McpResourceTemplate.icons()Returns the value of theiconsrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type McpResourceIconModifierConstructorDescriptionMcpResource(String uri, String name, String title, String description, String mimeType, Long size, List<McpResourceIcon> icons, McpResourceAnnotations annotations, Map<String, Object> meta, Map<String, Object> additionalProperties) Creates an instance of aMcpResourcerecord class.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.