| Package | Description |
|---|---|
| eu.stratosphere.api.java.record.io.avro.example |
| Modifier and Type | Method and Description |
|---|---|
User.Builder |
User.Builder.clearFavoriteColor()
Clears the value of the 'favorite_color' field
|
User.Builder |
User.Builder.clearFavoriteNumber()
Clears the value of the 'favorite_number' field
|
User.Builder |
User.Builder.clearName()
Clears the value of the 'name' field
|
static User.Builder |
User.newBuilder()
Creates a new User RecordBuilder
|
static User.Builder |
User.newBuilder(User.Builder other)
Creates a new User RecordBuilder by copying an existing Builder
|
static User.Builder |
User.newBuilder(User other)
Creates a new User RecordBuilder by copying an existing User instance
|
User.Builder |
User.Builder.setFavoriteColor(CharSequence value)
Sets the value of the 'favorite_color' field
|
User.Builder |
User.Builder.setFavoriteNumber(Integer value)
Sets the value of the 'favorite_number' field
|
User.Builder |
User.Builder.setName(CharSequence value)
Sets the value of the 'name' field
|
| Modifier and Type | Method and Description |
|---|---|
static User.Builder |
User.newBuilder(User.Builder other)
Creates a new User RecordBuilder by copying an existing Builder
|
Copyright © 2013–2014. All rights reserved.