Class WorkbookRange

  • All Implemented Interfaces:
    com.github.davidmoten.odata.client.ODataEntityType, com.github.davidmoten.odata.client.ODataType

    public class WorkbookRange
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Field Detail

      • address

        protected String address
      • addressLocal

        protected String addressLocal
      • cellCount

        protected Integer cellCount
      • columnCount

        protected Integer columnCount
      • columnHidden

        protected Boolean columnHidden
      • columnIndex

        protected Integer columnIndex
      • formulas

        protected Json formulas
      • formulasLocal

        protected Json formulasLocal
      • formulasR1C1

        protected Json formulasR1C1
      • numberFormat

        protected Json numberFormat
      • rowCount

        protected Integer rowCount
      • rowHidden

        protected Boolean rowHidden
      • rowIndex

        protected Integer rowIndex
      • text

        protected Json text
      • values

        protected Json values
      • valueTypes

        protected Json valueTypes
    • Constructor Detail

      • WorkbookRange

        protected WorkbookRange()
    • Method Detail

      • odataTypeName

        public String odataTypeName()
        Specified by:
        odataTypeName in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        odataTypeName in class Entity
      • builderWorkbookRange

        public static WorkbookRange.Builder builderWorkbookRange()
        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:
        getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityType
        Overrides:
        getChangedFields in class Entity
      • postInject

        public void postInject​(boolean addKeysToContextPath)
        Specified by:
        postInject in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        postInject in class Entity
      • getFormulasLocal

        public Optional<Json> getFormulasLocal()
      • getUnmappedFields

        public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
        Specified by:
        getUnmappedFields in interface com.github.davidmoten.odata.client.ODataType
        Overrides:
        getUnmappedFields in class Entity
      • patch

        public WorkbookRange patch()
        Submits only changed fields for update and returns an immutable copy of this with changed fields reset.
        Overrides:
        patch in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • put

        public WorkbookRange put()
        Submits all fields for update and returns an immutable copy of this with changed fields reset (they were ignored anyway).
        Overrides:
        put in class Entity
        Returns:
        a copy of this with changed fields reset
        Throws:
        com.github.davidmoten.odata.client.ClientException - if HTTP response is not as expected
      • clear

        public com.github.davidmoten.odata.client.ActionRequestNoReturn clear​(String applyTo)
      • delete

        public com.github.davidmoten.odata.client.ActionRequestNoReturn delete​(String shift)
      • insert

        public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookRange> insert​(String shift)
      • merge

        public com.github.davidmoten.odata.client.ActionRequestNoReturn merge​(Boolean across)
      • unmerge

        public com.github.davidmoten.odata.client.ActionRequestNoReturn unmerge()
      • boundingRect

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> boundingRect​(String anotherRange)
      • cell

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> cell​(Integer row,
                                                                                                                     Integer column)
      • column

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> column​(Integer column)
      • columnsAfter

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> columnsAfter()
      • columnsAfter_Function

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> columnsAfter_Function​(Integer count)
      • columnsBefore

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> columnsBefore()
      • columnsBefore_Function

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> columnsBefore_Function​(Integer count)
      • entireColumn

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> entireColumn()
      • entireRow

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> entireRow()
      • intersection

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> intersection​(String anotherRange)
      • lastCell

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> lastCell()
      • lastColumn

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> lastColumn()
      • lastRow

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> lastRow()
      • offsetRange

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> offsetRange​(Integer rowOffset,
                                                                                                                            Integer columnOffset)
      • resizedRange

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> resizedRange​(Integer deltaRows,
                                                                                                                             Integer deltaColumns)
      • row

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> row​(Integer row)
      • rowsAbove

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> rowsAbove()
      • rowsAbove_Function

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> rowsAbove_Function​(Integer count)
      • rowsBelow

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> rowsBelow()
      • rowsBelow_Function

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> rowsBelow_Function​(Integer count)
      • usedRange

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> usedRange()
      • usedRange_Function

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRange> usedRange_Function​(Boolean valuesOnly)
      • visibleView

        public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookRangeView> visibleView()