Uses of Record Class
org.a2aproject.sdk.spec.Artifact
Packages that use Artifact
-
Uses of Artifact in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.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 org.a2aproject.sdk.spec that return types with arguments of type ArtifactModifier and TypeMethodDescriptionTask.artifacts()Returns the value of theartifactsrecord component.Methods in org.a2aproject.sdk.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 org.a2aproject.sdk.spec with type arguments of type ArtifactModifier and TypeMethodDescriptionSets the list of artifacts produced by the agent during task execution.Constructors in org.a2aproject.sdk.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 org.a2aproject.sdk.spec with type arguments of type Artifact