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 ArtifactModifier and TypeMethodDescriptionTaskArtifactUpdateEvent.artifact()Returns the value of theartifactrecord component.Artifact.Builder.build()Builds a new immutableArtifactfrom the current builder state.Methods in io.a2a.spec that return types with arguments of type ArtifactModifier and TypeMethodDescriptionTask.artifacts()Returns the value of theartifactsrecord component.Methods in io.a2a.spec with parameters of type ArtifactModifier and TypeMethodDescriptionSets the artifact being updated.static Artifact.BuilderCreate a new Builder initialized with values from an existing Artifact.Method parameters in io.a2a.spec with type arguments of type ArtifactModifier and TypeMethodDescriptionSets the list of artifacts produced by the agent during task execution.Constructors in io.a2a.spec with parameters of type ArtifactModifierConstructorDescriptionTaskArtifactUpdateEvent(String taskId, Artifact artifact, String contextId, @Nullable Boolean append, @Nullable Boolean lastChunk, @Nullable Map<String, Object> metadata) Compact constructor with validation.Constructor parameters in io.a2a.spec with type arguments of type Artifact