Uses of Record Class
io.a2a.spec.Artifact
Packages that use Artifact
-
Uses of Artifact in io.a2a.spec
Methods in io.a2a.spec that return ArtifactMethods in io.a2a.spec that return types with arguments of type ArtifactMethods in io.a2a.spec with parameters of type ArtifactModifier and TypeMethodDescriptionMethod parameters in io.a2a.spec with type arguments of type ArtifactConstructors in io.a2a.spec with parameters of type ArtifactModifierConstructorDescriptionTaskArtifactUpdateEvent(String taskId, Artifact artifact, String contextId, Boolean append, Boolean lastChunk, Map<String, Object> metadata) TaskArtifactUpdateEvent(String taskId, Artifact artifact, String contextId, Boolean append, Boolean lastChunk, Map<String, Object> metadata, String kind) Constructor parameters in io.a2a.spec with type arguments of type ArtifactModifierConstructorDescriptionTask(String id, String contextId, TaskStatus status, List<Artifact> artifacts, List<Message> history, Map<String, Object> metadata) Task(String id, String contextId, TaskStatus status, List<Artifact> artifacts, List<Message> history, Map<String, Object> metadata, String kind)