| Modifier and Type | Method and Description |
|---|---|
Field |
build()
Creates a
Field object. |
Field.Builder |
description(String description)
Sets the field description.
|
Field.Builder |
mode(Field.Mode mode)
Sets the mode of the field.
|
Field.Builder |
name(String name)
Sets the field name.
|
Field.Builder |
type(Field.Type type)
Sets the value of the field.
|
public Field.Builder name(String name)
public Field.Builder type(Field.Type type)
public Field.Builder mode(Field.Mode mode)
Field.Mode.NULLABLE is used.public Field.Builder description(String description)
public Field build()
Field object.Copyright © 2016 Google. All rights reserved.