Class RowName.Builder (0.45.0)

public static class RowName.Builder

Builder for tables/{table}/rows/{row}.

Inheritance

java.lang.Object > RowName.Builder

Constructors

Builder()

protected Builder()

Methods

build()

public RowName build()
Returns
TypeDescription
RowName

getRow()

public String getRow()
Returns
TypeDescription
String

getTable()

public String getTable()
Returns
TypeDescription
String

setRow(String row)

public RowName.Builder setRow(String row)
Parameter
NameDescription
rowString
Returns
TypeDescription
RowName.Builder

setTable(String table)

public RowName.Builder setTable(String table)
Parameter
NameDescription
tableString
Returns
TypeDescription
RowName.Builder