Package odata.msgraph.client.entity
Class WorkbookTableRow.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.WorkbookTableRow.Builder
-
- Enclosing class:
- WorkbookTableRow
public static final class WorkbookTableRow.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkbookTableRowbuild()WorkbookTableRow.Builderid(String id)WorkbookTableRow.Builderindex(Integer index)WorkbookTableRow.Buildervalues(Json values)
-
-
-
Method Detail
-
id
public WorkbookTableRow.Builder id(String id)
-
index
public WorkbookTableRow.Builder index(Integer index)
-
values
public WorkbookTableRow.Builder values(Json values)
-
build
public WorkbookTableRow build()
-
-