Package odata.msgraph.client.entity
Class WorkbookRangeView
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.WorkbookRangeView
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class WorkbookRangeView extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkbookRangeView.Builder
-
Field Summary
Fields Modifier and Type Field Description protected JsoncellAddressesprotected IntegercolumnCountprotected Jsonformulasprotected JsonformulasLocalprotected JsonformulasR1C1protected Integerindexprotected JsonnumberFormatprotected IntegerrowCountprotected List<WorkbookRangeView>rowsprotected Jsontextprotected Jsonvaluesprotected JsonvalueTypes-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkbookRangeView()
-
Method Summary
-
-
-
Field Detail
-
cellAddresses
protected Json cellAddresses
-
columnCount
protected Integer columnCount
-
formulas
protected Json formulas
-
formulasLocal
protected Json formulasLocal
-
formulasR1C1
protected Json formulasR1C1
-
index
protected Integer index
-
numberFormat
protected Json numberFormat
-
rowCount
protected Integer rowCount
-
text
protected Json text
-
values
protected Json values
-
valueTypes
protected Json valueTypes
-
rows
protected List<WorkbookRangeView> rows
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderWorkbookRangeView
public static WorkbookRangeView.Builder builderWorkbookRangeView()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withCellAddresses
public WorkbookRangeView withCellAddresses(Json cellAddresses)
-
withColumnCount
public WorkbookRangeView withColumnCount(Integer columnCount)
-
withFormulas
public WorkbookRangeView withFormulas(Json formulas)
-
withFormulasLocal
public WorkbookRangeView withFormulasLocal(Json formulasLocal)
-
withFormulasR1C1
public WorkbookRangeView withFormulasR1C1(Json formulasR1C1)
-
withIndex
public WorkbookRangeView withIndex(Integer index)
-
withNumberFormat
public WorkbookRangeView withNumberFormat(Json numberFormat)
-
withRowCount
public WorkbookRangeView withRowCount(Integer rowCount)
-
withText
public WorkbookRangeView withText(Json text)
-
withValues
public WorkbookRangeView withValues(Json values)
-
withValueTypes
public WorkbookRangeView withValueTypes(Json valueTypes)
-
withUnmappedField
public WorkbookRangeView withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getRows
public WorkbookRangeViewCollectionRequest getRows()
-
withRows
public WorkbookRangeView withRows(List<WorkbookRangeView> rows)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public WorkbookRangeView patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public WorkbookRangeView put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
range
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> range()
-
-