Sets the alias on the builder object. @param alias alias @return updated builder object
(String alias)
| 237 | * @return updated builder object |
| 238 | */ |
| 239 | public Builder setAlias(String alias) { |
| 240 | this.alias = alias; |
| 241 | return this; |
| 242 | } |
| 243 | |
| 244 | /** |
| 245 | * Adds a field to the existing definition object (initializing the object if it doesn't exist). |
no outgoing calls