Annotation.Builder |
Annotation.Builder.clearKey() |
Clears the value of the 'key' field.
|
Annotation.Builder |
Annotation.Builder.clearValue() |
Clears the value of the 'value' field.
|
static Annotation.Builder |
Annotation.newBuilder() |
Creates a new Annotation RecordBuilder.
|
static Annotation.Builder |
Annotation.newBuilder(Annotation other) |
Creates a new Annotation RecordBuilder by copying an existing Annotation instance.
|
static Annotation.Builder |
Annotation.newBuilder(Annotation.Builder other) |
Creates a new Annotation RecordBuilder by copying an existing Builder.
|
Annotation.Builder |
Annotation.Builder.setKey(String value) |
Sets the value of the 'key' field.
|
Annotation.Builder |
Annotation.Builder.setValue(String value) |
Sets the value of the 'value' field.
|