Package odata.msgraph.client.entity
Class WorkbookRangeView.Builder
- java.lang.Object
-
- odata.msgraph.client.entity.WorkbookRangeView.Builder
-
- Enclosing class:
- WorkbookRangeView
public static final class WorkbookRangeView.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WorkbookRangeViewbuild()WorkbookRangeView.BuildercellAddresses(Json cellAddresses)WorkbookRangeView.BuildercolumnCount(Integer columnCount)WorkbookRangeView.Builderformulas(Json formulas)WorkbookRangeView.BuilderformulasLocal(Json formulasLocal)WorkbookRangeView.BuilderformulasR1C1(Json formulasR1C1)WorkbookRangeView.Builderid(String id)WorkbookRangeView.Builderindex(Integer index)WorkbookRangeView.BuildernumberFormat(Json numberFormat)WorkbookRangeView.BuilderrowCount(Integer rowCount)WorkbookRangeView.Builderrows(List<WorkbookRangeView> rows)WorkbookRangeView.Builderrows(WorkbookRangeView... rows)WorkbookRangeView.Buildertext(Json text)WorkbookRangeView.Buildervalues(Json values)WorkbookRangeView.BuildervalueTypes(Json valueTypes)
-
-
-
Method Detail
-
id
public WorkbookRangeView.Builder id(String id)
-
cellAddresses
public WorkbookRangeView.Builder cellAddresses(Json cellAddresses)
-
columnCount
public WorkbookRangeView.Builder columnCount(Integer columnCount)
-
formulas
public WorkbookRangeView.Builder formulas(Json formulas)
-
formulasLocal
public WorkbookRangeView.Builder formulasLocal(Json formulasLocal)
-
formulasR1C1
public WorkbookRangeView.Builder formulasR1C1(Json formulasR1C1)
-
index
public WorkbookRangeView.Builder index(Integer index)
-
numberFormat
public WorkbookRangeView.Builder numberFormat(Json numberFormat)
-
rowCount
public WorkbookRangeView.Builder rowCount(Integer rowCount)
-
text
public WorkbookRangeView.Builder text(Json text)
-
values
public WorkbookRangeView.Builder values(Json values)
-
valueTypes
public WorkbookRangeView.Builder valueTypes(Json valueTypes)
-
rows
public WorkbookRangeView.Builder rows(List<WorkbookRangeView> rows)
-
rows
public WorkbookRangeView.Builder rows(WorkbookRangeView... rows)
-
build
public WorkbookRangeView build()
-
-