Uses of Class
example.avro.User.Builder
Packages that use User.Builder
-
Uses of User.Builder in example.avro
Methods in example.avro that return User.BuilderModifier and TypeMethodDescriptionUser.Builder.clearFavoriteColor()Clears the value of the 'favorite_color' field.User.Builder.clearFavoriteNumber()Clears the value of the 'favorite_number' field.User.Builder.clearName()Clears the value of the 'name' field.static User.BuilderUser.newBuilder()Creates a new User RecordBuilder.static User.BuilderUser.newBuilder(User other) Creates a new User RecordBuilder by copying an existing User instance.static User.BuilderUser.newBuilder(User.Builder other) Creates a new User RecordBuilder by copying an existing Builder.User.Builder.setFavoriteColor(CharSequence value) Sets the value of the 'favorite_color' field.User.Builder.setFavoriteNumber(Integer value) Sets the value of the 'favorite_number' field.User.Builder.setName(CharSequence value) Sets the value of the 'name' field.Methods in example.avro with parameters of type User.BuilderModifier and TypeMethodDescriptionstatic User.BuilderUser.newBuilder(User.Builder other) Creates a new User RecordBuilder by copying an existing Builder.