Class FieldName.Builder (1.6.2)

public static class FieldName.Builder

Builder for FieldName.

Inheritance

java.lang.Object > FieldName.Builder

Methods

build()

public FieldName build()
Returns
TypeDescription
FieldName

getField()

public String getField()
Returns
TypeDescription
String

getLocation()

public String getLocation()
Returns
TypeDescription
String

getProject()

public String getProject()
Returns
TypeDescription
String

getTagTemplate()

public String getTagTemplate()
Returns
TypeDescription
String

setField(String field)

public FieldName.Builder setField(String field)
Parameter
NameDescription
fieldString
Returns
TypeDescription
FieldName.Builder

setLocation(String location)

public FieldName.Builder setLocation(String location)
Parameter
NameDescription
locationString
Returns
TypeDescription
FieldName.Builder

setProject(String project)

public FieldName.Builder setProject(String project)
Parameter
NameDescription
projectString
Returns
TypeDescription
FieldName.Builder

setTagTemplate(String tagTemplate)

public FieldName.Builder setTagTemplate(String tagTemplate)
Parameter
NameDescription
tagTemplateString
Returns
TypeDescription
FieldName.Builder