Class WorkbookFilter

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

    public class WorkbookFilter
    extends Entity
    implements com.github.davidmoten.odata.client.ODataEntityType
    • Constructor Detail

      • WorkbookFilter

        protected WorkbookFilter()
    • Method Detail

      • odataTypeName

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

        public static WorkbookFilter.Builder builderWorkbookFilter()
        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
      • 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 WorkbookFilter 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 WorkbookFilter 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
      • apply

        public com.github.davidmoten.odata.client.ActionRequestNoReturn apply​(WorkbookFilterCriteria criteria)
      • applyBottomItemsFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyBottomItemsFilter​(Integer count)
      • applyBottomPercentFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyBottomPercentFilter​(Integer percent)
      • applyCellColorFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyCellColorFilter​(String color)
      • applyCustomFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyCustomFilter​(String criteria1,
                                                                                          String criteria2,
                                                                                          String oper)
      • applyDynamicFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyDynamicFilter​(String criteria)
      • applyFontColorFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyFontColorFilter​(String color)
      • applyIconFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyIconFilter​(WorkbookIcon icon)
      • applyTopItemsFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyTopItemsFilter​(Integer count)
      • applyTopPercentFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyTopPercentFilter​(Integer percent)
      • applyValuesFilter

        public com.github.davidmoten.odata.client.ActionRequestNoReturn applyValuesFilter​(Json values)
      • clear

        public com.github.davidmoten.odata.client.ActionRequestNoReturn clear()