| Modifier and Type | Method and Description |
|---|---|
EnumValue._Builder |
EnumValue._Builder.addTo(int key,
Object value) |
static EnumValue._Builder |
EnumValue.builder()
Make a model.EnumValue builder.
|
EnumValue._Builder |
EnumValue._Builder.clear(int key) |
EnumValue._Builder |
EnumValue._Builder.clearAnnotations()
Clears the annotations field.
|
EnumValue._Builder |
EnumValue._Builder.clearComment()
Clears the comment field.
|
EnumValue._Builder |
EnumValue._Builder.clearName()
Clears the name field.
|
EnumValue._Builder |
EnumValue._Builder.clearValue()
Clears the value field.
|
EnumValue._Builder |
EnumValue.mutate() |
EnumValue._Builder |
EnumValue._Builder.putInAnnotations(String key,
String value)
Adds a mapping to annotations.
|
EnumValue._Builder |
EnumValue._Builder.set(int key,
Object value) |
EnumValue._Builder |
EnumValue._Builder.setAnnotations(Map<String,String> value)
Sets the value of annotations.
|
EnumValue._Builder |
EnumValue._Builder.setComment(String value)
Sets the value of comment.
|
EnumValue._Builder |
EnumValue._Builder.setName(String value)
Sets the value of name.
|
EnumValue._Builder |
EnumValue._Builder.setValue(int value)
Sets the value of value.
|
Copyright © 2016. All rights reserved.