Uses of Class
org.projectbarbel.histo.model.BitemporalStamp.Builder
-
Packages that use BitemporalStamp.Builder Package Description org.projectbarbel.histo.model -
-
Uses of BitemporalStamp.Builder in org.projectbarbel.histo.model
Methods in org.projectbarbel.histo.model that return BitemporalStamp.Builder Modifier and Type Method Description static BitemporalStamp.Builder
BitemporalStamp. builder()
Creates builder to buildBitemporalStamp
.BitemporalStamp.Builder
BitemporalStamp.Builder. withActivity(String activity)
BitemporalStamp.Builder
BitemporalStamp.Builder. withDocumentId(Object documentId)
BitemporalStamp.Builder
BitemporalStamp.Builder. withEffectiveTime(EffectivePeriod effectiveTime)
BitemporalStamp.Builder
BitemporalStamp.Builder. withRecordTime(RecordPeriod recordTime)
BitemporalStamp.Builder
BitemporalStamp.Builder. withVersionId(String versionId)
-