Uses of Interface
io.a2a.spec.FileContent
Packages that use FileContent
-
Uses of FileContent in io.a2a.spec
Classes in io.a2a.spec that implement FileContentModifier and TypeClassDescriptionfinal classRepresents file content embedded directly as base64-encoded bytes.final recordRepresents file content referenced by a URI location.Methods in io.a2a.spec that return FileContentModifier and TypeMethodDescriptionFilePart.file()Returns the value of thefilerecord component.Constructors in io.a2a.spec with parameters of type FileContentModifierConstructorDescriptionFilePart(FileContent file) Constructor.FilePart(FileContent file, @Nullable Map<String, Object> metadata) Compact constructor with validation.