Package ai.vectros.types
Class ErasureCertificate.Builder
java.lang.Object
ai.vectros.types.ErasureCertificate.Builder
- Enclosing class:
ErasureCertificate
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) auditDisposition(ErasureCertificateAuditDisposition auditDisposition) auditDisposition(Optional<ErasureCertificateAuditDisposition> auditDisposition) The audit-trail disposition that was applied, echoing the request.build()contextsSwept(List<String> contextsSwept) contextsSwept(Optional<List<String>> contextsSwept) The contexts that were actually swept.danglingReferences(Long danglingReferences) danglingReferences(Optional<Long> danglingReferences) Number of reference fields within your account that point at the erased subject and were left dangling.from(ErasureCertificate other) perContext(List<ErasureContextResult> perContext) perContext(Optional<List<ErasureContextResult>> perContext) Deletion counts broken down per context, one entry for each context that was swept.sharedRowsSkipped(Long sharedRowsSkipped) sharedRowsSkipped(Optional<Long> sharedRowsSkipped) Number of shared or ownerless rows that the subject did not solely own.
-
Method Details
-
from
-
contextsSwept
The contexts that were actually swept. When you omit or leave the request's context scope empty, this lists every context the subject had data in. Any context not listed here was not erased.
-
contextsSwept
-
perContext
Deletion counts broken down per context, one entry for each context that was swept.
-
perContext
-
danglingReferences
Number of reference fields within your account that point at the erased subject and were left dangling. These are reported for your own diagnosis and are never automatically cascaded into another subject's records.
-
danglingReferences
-
auditDisposition
public ErasureCertificate.Builder auditDisposition(Optional<ErasureCertificateAuditDisposition> auditDisposition) The audit-trail disposition that was applied, echoing the request.
-
auditDisposition
public ErasureCertificate.Builder auditDisposition(ErasureCertificateAuditDisposition auditDisposition) -
build
-
additionalProperty
-
additionalProperties
-