public class WorkbookTableSort extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
WorkbookTableSort.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected List<WorkbookSortField> |
fields |
protected String |
fieldsNextLink |
protected Boolean |
matchCase |
protected String |
method |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
WorkbookTableSort() |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestNoReturn |
apply(List<WorkbookSortField> fields,
Boolean matchCase,
String method) |
static WorkbookTableSort.Builder |
builderWorkbookTableSort()
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.ActionRequestNoReturn |
clear() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
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.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
WorkbookTableSort |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
WorkbookTableSort |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
com.github.davidmoten.odata.client.ActionRequestNoReturn |
reapply() |
String |
toString() |
WorkbookTableSort |
withMatchCase(Boolean matchCase) |
WorkbookTableSort |
withMethod(String method) |
protected List<WorkbookSortField> fields
protected String fieldsNextLink
protected Boolean matchCase
protected String method
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static WorkbookTableSort.Builder builderWorkbookTableSort()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField> getFields()
public com.github.davidmoten.odata.client.CollectionPage<WorkbookSortField> getFields(com.github.davidmoten.odata.client.HttpRequestOptions options)
public WorkbookTableSort withMatchCase(Boolean matchCase)
public WorkbookTableSort withMethod(String method)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic WorkbookTableSort patch()
this with changed fields reset.public WorkbookTableSort put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestNoReturn apply(List<WorkbookSortField> fields, Boolean matchCase, String method)
public com.github.davidmoten.odata.client.ActionRequestNoReturn clear()
public com.github.davidmoten.odata.client.ActionRequestNoReturn reapply()
Copyright © 2018–2020. All rights reserved.