Uses of Class
ch.admin.bit.jeap.domainevent.avro.AvroDomainEventIdentity.Builder
Packages that use AvroDomainEventIdentity.Builder
-
Uses of AvroDomainEventIdentity.Builder in ch.admin.bit.jeap.domainevent.avro
Methods in ch.admin.bit.jeap.domainevent.avro that return AvroDomainEventIdentity.BuilderModifier and TypeMethodDescriptionAvroDomainEventIdentity.Builder.clearCreated()Clears the value of the 'created' field.AvroDomainEventIdentity.Builder.clearEventId()Clears the value of the 'eventId' field.AvroDomainEventIdentity.Builder.clearIdempotenceId()Clears the value of the 'idempotenceId' field.AvroDomainEventIdentity.newBuilder()Creates a new AvroDomainEventIdentity RecordBuilder.AvroDomainEventIdentity.newBuilder(AvroDomainEventIdentity other) Creates a new AvroDomainEventIdentity RecordBuilder by copying an existing AvroDomainEventIdentity instance.AvroDomainEventIdentity.newBuilder(AvroDomainEventIdentity.Builder other) Creates a new AvroDomainEventIdentity RecordBuilder by copying an existing Builder.AvroDomainEventIdentity.Builder.setCreated(Instant value) Sets the value of the 'created' field.AvroDomainEventIdentity.Builder.setEventId(String value) Sets the value of the 'eventId' field.AvroDomainEventIdentity.Builder.setIdempotenceId(String value) Sets the value of the 'idempotenceId' field.Methods in ch.admin.bit.jeap.domainevent.avro with parameters of type AvroDomainEventIdentity.BuilderModifier and TypeMethodDescriptionAvroDomainEventIdentity.newBuilder(AvroDomainEventIdentity.Builder other) Creates a new AvroDomainEventIdentity RecordBuilder by copying an existing Builder.