Uses of Class
ch.admin.bit.jeap.domainevent.avro.AvroDomainEventUser.Builder
Packages that use AvroDomainEventUser.Builder
-
Uses of AvroDomainEventUser.Builder in ch.admin.bit.jeap.domainevent.avro
Methods in ch.admin.bit.jeap.domainevent.avro that return AvroDomainEventUser.BuilderModifier and TypeMethodDescriptionAvroDomainEventUser.Builder.clearBusinessPartnerId()Clears the value of the 'businessPartnerId' field.AvroDomainEventUser.Builder.clearBusinessPartnerName()Clears the value of the 'businessPartnerName' field.AvroDomainEventUser.Builder.clearFamilyName()Clears the value of the 'familyName' field.AvroDomainEventUser.Builder.clearGivenName()Clears the value of the 'givenName' field.AvroDomainEventUser.Builder.clearId()Clears the value of the 'id' field.AvroDomainEventUser.Builder.clearPropertiesMap()Clears the value of the 'propertiesMap' field.static AvroDomainEventUser.BuilderAvroDomainEventUser.newBuilder()Creates a new AvroDomainEventUser RecordBuilder.static AvroDomainEventUser.BuilderAvroDomainEventUser.newBuilder(AvroDomainEventUser other) Creates a new AvroDomainEventUser RecordBuilder by copying an existing AvroDomainEventUser instance.static AvroDomainEventUser.BuilderAvroDomainEventUser.newBuilder(AvroDomainEventUser.Builder other) Creates a new AvroDomainEventUser RecordBuilder by copying an existing Builder.AvroDomainEventUser.Builder.setBusinessPartnerId(String value) Sets the value of the 'businessPartnerId' field.AvroDomainEventUser.Builder.setBusinessPartnerName(String value) Sets the value of the 'businessPartnerName' field.AvroDomainEventUser.Builder.setFamilyName(String value) Sets the value of the 'familyName' field.AvroDomainEventUser.Builder.setGivenName(String value) Sets the value of the 'givenName' field.Sets the value of the 'id' field.AvroDomainEventUser.Builder.setPropertiesMap(Map<String, String> value) Sets the value of the 'propertiesMap' field.Methods in ch.admin.bit.jeap.domainevent.avro with parameters of type AvroDomainEventUser.BuilderModifier and TypeMethodDescriptionstatic AvroDomainEventUser.BuilderAvroDomainEventUser.newBuilder(AvroDomainEventUser.Builder other) Creates a new AvroDomainEventUser RecordBuilder by copying an existing Builder.