Uses of Class
ch.admin.bit.jeap.domainevent.avro.AvroDomainEventType.Builder
Packages that use AvroDomainEventType.Builder
-
Uses of AvroDomainEventType.Builder in ch.admin.bit.jeap.domainevent.avro
Methods in ch.admin.bit.jeap.domainevent.avro that return AvroDomainEventType.BuilderModifier and TypeMethodDescriptionAvroDomainEventType.Builder.clearName()Clears the value of the 'name' field.AvroDomainEventType.Builder.clearVersion()Clears the value of the 'version' field.static AvroDomainEventType.BuilderAvroDomainEventType.newBuilder()Creates a new AvroDomainEventType RecordBuilder.static AvroDomainEventType.BuilderAvroDomainEventType.newBuilder(AvroDomainEventType other) Creates a new AvroDomainEventType RecordBuilder by copying an existing AvroDomainEventType instance.static AvroDomainEventType.BuilderAvroDomainEventType.newBuilder(AvroDomainEventType.Builder other) Creates a new AvroDomainEventType RecordBuilder by copying an existing Builder.Sets the value of the 'name' field.AvroDomainEventType.Builder.setVersion(String value) Sets the value of the 'version' field.Methods in ch.admin.bit.jeap.domainevent.avro with parameters of type AvroDomainEventType.BuilderModifier and TypeMethodDescriptionstatic AvroDomainEventType.BuilderAvroDomainEventType.newBuilder(AvroDomainEventType.Builder other) Creates a new AvroDomainEventType RecordBuilder by copying an existing Builder.