Uses of Class
example.avro.Email.Builder
Packages that use Email.Builder
-
Uses of Email.Builder in example.avro
Methods in example.avro that return Email.BuilderModifier and TypeMethodDescriptionEmail.Builder.clearAddressTo()Clears the value of the 'addressTo' field.Email.Builder.clearText()Clears the value of the 'text' field.Email.Builder.clearTitle()Clears the value of the 'title' field.static Email.BuilderEmail.newBuilder()Creates a new Email RecordBuilder.static Email.BuilderEmail.newBuilder(Email other) Creates a new Email RecordBuilder by copying an existing Email instance.static Email.BuilderEmail.newBuilder(Email.Builder other) Creates a new Email RecordBuilder by copying an existing Builder.Email.Builder.setAddressTo(CharSequence value) Sets the value of the 'addressTo' field.Email.Builder.setText(CharSequence value) Sets the value of the 'text' field.Email.Builder.setTitle(CharSequence value) Sets the value of the 'title' field.Methods in example.avro with parameters of type Email.BuilderModifier and TypeMethodDescriptionstatic Email.BuilderEmail.newBuilder(Email.Builder other) Creates a new Email RecordBuilder by copying an existing Builder.