Uses of Class
org.a2aproject.sdk.spec.Artifact.Builder
Packages that use Artifact.Builder
-
Uses of Artifact.Builder in org.a2aproject.sdk.spec
Methods in org.a2aproject.sdk.spec that return Artifact.BuilderModifier and TypeMethodDescriptionArtifact.Builder.artifactId(String artifactId) Sets the unique identifier for this artifact.static Artifact.BuilderArtifact.builder()Create a new Builderstatic Artifact.BuilderCreate a new Builder initialized with values from an existing Artifact.Artifact.Builder.description(@Nullable String description) Sets a brief description of the artifact's purpose or content.Artifact.Builder.extensions(@Nullable List<String> extensions) Sets the list of protocol extensions used in this artifact.Sets additional metadata for the artifact.Sets the human-readable name of the artifact.Sets the content parts comprising the artifact.Sets the content parts from varargs.