Class FieldName.Builder (1.48.0)

public static class FieldName.Builder

Builder for FieldName.

Inheritance

java.lang.Object > FieldName.Builder

Methods

build()

public FieldName build()
Returns
Type Description
FieldName

getField()

public String getField()
Returns
Type Description
String

getLocation()

public String getLocation()
Returns
Type Description
String

getProject()

public String getProject()
Returns
Type Description
String

getTagTemplate()

public String getTagTemplate()
Returns
Type Description
String

setField(String field)

public FieldName.Builder setField(String field)
Parameter
Name Description
field String
Returns
Type Description
FieldName.Builder

setLocation(String location)

public FieldName.Builder setLocation(String location)
Parameter
Name Description
location String
Returns
Type Description
FieldName.Builder

setProject(String project)

public FieldName.Builder setProject(String project)
Parameter
Name Description
project String
Returns
Type Description
FieldName.Builder

setTagTemplate(String tagTemplate)

public FieldName.Builder setTagTemplate(String tagTemplate)
Parameter
Name Description
tagTemplate String
Returns
Type Description
FieldName.Builder