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