Uses of Class
ai.vectros.types.ExportRequestResponse.Builder
Packages that use ExportRequestResponse.Builder
-
Uses of ExportRequestResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return ExportRequestResponse.BuilderModifier and TypeMethodDescriptionExportRequestResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) ExportRequestResponse.Builder.additionalProperty(String key, Object value) ExportRequestResponse.builder()ExportRequestResponse.Builder.completedAt(String completedAt) ExportRequestResponse.Builder.completedAt(Optional<String> completedAt) When the export finished, as an ISO-8601 UTC timestamp.When the job was accepted, as an ISO-8601 UTC timestamp.ExportRequestResponse.Builder.downloadUrl(String downloadUrl) ExportRequestResponse.Builder.downloadUrl(Optional<String> downloadUrl) Short-lived presigned URL for downloading the serialized export payload.When the presigned download URL expires, as an ISO-8601 UTC timestamp.ExportRequestResponse.Builder.exportJobId(String exportJobId) ExportRequestResponse.Builder.exportJobId(Optional<String> exportJobId) Opaque identifier for the export job.ExportRequestResponse.Builder.failureReason(String failureReason) ExportRequestResponse.Builder.failureReason(Optional<String> failureReason) Reason the export failed, suitable for display or programmatic handling.ExportRequestResponse.Builder.from(ExportRequestResponse other) ExportRequestResponse.Builder.manifest(ExportManifest manifest) ExportRequestResponse.Builder.manifest(Optional<ExportManifest> manifest) ExportRequestResponse.Builder.scope(ExportRequestResponseScope scope) ExportRequestResponse.Builder.scope(Optional<ExportRequestResponseScope> scope) Echoes the scope you requested:tenantfor a full export of your account, orsubjectfor a single end-subject's data.ExportRequestResponse.Builder.status(ExportRequestResponseStatus status) ExportRequestResponse.Builder.status(Optional<ExportRequestResponseStatus> status) Current status of the job.For asubject-scoped export, the resolved platform id of the exported subject (echoed back).ExportRequestResponse.Builder.subjectType(ExportRequestResponseSubjectType subjectType) ExportRequestResponse.Builder.subjectType(Optional<ExportRequestResponseSubjectType> subjectType) For asubject-scoped export, the kind of subject that was exported (echoed back).