Package odata.msgraph.client.entity
Class WorkbookTableSort
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.WorkbookTableSort
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class WorkbookTableSort extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classWorkbookTableSort.Builder
-
Field Summary
Fields Modifier and Type Field Description protected List<WorkbookSortField>fieldsprotected StringfieldsNextLinkprotected BooleanmatchCaseprotected Stringmethod-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedWorkbookTableSort()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestNoReturnapply(List<WorkbookSortField> fields, Boolean matchCase, String method)static WorkbookTableSort.BuilderbuilderWorkbookTableSort()Returns a builder which is used to create a new instance of this class (given that this class is immutable).com.github.davidmoten.odata.client.ActionRequestNoReturnclear()com.github.davidmoten.odata.client.internal.ChangedFieldsgetChangedFields()com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField>getFields()com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField>getFields(com.github.davidmoten.odata.client.HttpRequestOptions options)Optional<Boolean>getMatchCase()Optional<String>getMethod()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()WorkbookTableSortpatch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.voidpostInject(boolean addKeysToContextPath)WorkbookTableSortput()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).com.github.davidmoten.odata.client.ActionRequestNoReturnreapply()StringtoString()WorkbookTableSortwithFields(List<WorkbookSortField> fields)WorkbookTableSortwithMatchCase(Boolean matchCase)WorkbookTableSortwithMethod(String method)WorkbookTableSortwithUnmappedField(String name, String value)
-
-
-
Field Detail
-
fields
protected List<WorkbookSortField> fields
-
fieldsNextLink
protected String fieldsNextLink
-
matchCase
protected Boolean matchCase
-
method
protected String method
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
builderWorkbookTableSort
public static WorkbookTableSort.Builder builderWorkbookTableSort()
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
-
getFields
public com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField> getFields()
-
withFields
public WorkbookTableSort withFields(List<WorkbookSortField> fields)
-
getFields
public com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField> getFields(com.github.davidmoten.odata.client.HttpRequestOptions options)
-
withMatchCase
public WorkbookTableSort withMatchCase(Boolean matchCase)
-
withMethod
public WorkbookTableSort withMethod(String method)
-
withUnmappedField
public WorkbookTableSort withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classEntity
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public WorkbookTableSort patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public WorkbookTableSort put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
apply
public com.github.davidmoten.odata.client.ActionRequestNoReturn apply(List<WorkbookSortField> fields, Boolean matchCase, String method)
-
clear
public com.github.davidmoten.odata.client.ActionRequestNoReturn clear()
-
reapply
public com.github.davidmoten.odata.client.ActionRequestNoReturn reapply()
-
-