Class RowName.Builder (0.46.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
Type Description
RowName

getRow()

public String getRow()
Returns
Type Description
String

getTable()

public String getTable()
Returns
Type Description
String

setRow(String row)

public RowName.Builder setRow(String row)
Parameter
Name Description
row String
Returns
Type Description
RowName.Builder

setTable(String table)

public RowName.Builder setTable(String table)
Parameter
Name Description
table String
Returns
Type Description
RowName.Builder