| Modifier and Type | Method and Description |
|---|---|
Enums |
build() |
Enums.Builder |
clearEnum1()
Clears the value of the 'enum1' field
|
Enums.Builder |
clearEnum2()
Clears the value of the 'enum2' field
|
Enums.Builder |
clearEnum3()
Clears the value of the 'enum3' field
|
Enums.Builder |
clearEnum4()
Clears the value of the 'enum4' field
|
Enum1 |
getEnum1()
Gets the value of the 'enum1' field
|
Enum2 |
getEnum2()
Gets the value of the 'enum2' field
|
Enum3 |
getEnum3()
Gets the value of the 'enum3' field
|
java.util.List<Enum4> |
getEnum4()
Gets the value of the 'enum4' field
|
boolean |
hasEnum1()
Checks whether the 'enum1' field has been set
|
boolean |
hasEnum2()
Checks whether the 'enum2' field has been set
|
boolean |
hasEnum3()
Checks whether the 'enum3' field has been set
|
boolean |
hasEnum4()
Checks whether the 'enum4' field has been set
|
Enums.Builder |
setEnum1(Enum1 value)
Sets the value of the 'enum1' field
|
Enums.Builder |
setEnum2(Enum2 value)
Sets the value of the 'enum2' field
|
Enums.Builder |
setEnum3(Enum3 value)
Sets the value of the 'enum3' field
|
Enums.Builder |
setEnum4(java.util.List<Enum4> value)
Sets the value of the 'enum4' field
|
public Enum1 getEnum1()
public Enums.Builder setEnum1(Enum1 value)
public boolean hasEnum1()
public Enums.Builder clearEnum1()
public Enum2 getEnum2()
public Enums.Builder setEnum2(Enum2 value)
public boolean hasEnum2()
public Enums.Builder clearEnum2()
public Enum3 getEnum3()
public Enums.Builder setEnum3(Enum3 value)
public boolean hasEnum3()
public Enums.Builder clearEnum3()
public java.util.List<Enum4> getEnum4()
public Enums.Builder setEnum4(java.util.List<Enum4> value)
public boolean hasEnum4()
public Enums.Builder clearEnum4()