public class Workbook extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Workbook.Builder |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Workbook() |
| Modifier and Type | Method and Description |
|---|---|
static Workbook.Builder |
builderWorkbook()
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 |
closeSession() |
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo> |
createSession(Boolean persistChanges) |
WorkbookApplicationRequest |
getApplication() |
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
WorkbookCommentCollectionRequest |
getComments() |
WorkbookFunctionsRequest |
getFunctions() |
WorkbookNamedItemCollectionRequest |
getNames() |
WorkbookOperationCollectionRequest |
getOperations()
Org.OData.Capabilities.V1.TopSupported
|
WorkbookTableCollectionRequest |
getTables() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
WorkbookWorksheetCollectionRequest |
getWorksheets() |
String |
odataTypeName() |
Workbook |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Workbook |
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 |
refreshSession() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo> |
sessionInfoResource(String key) |
String |
toString() |
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Workbook.Builder builderWorkbook()
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 WorkbookApplicationRequest getApplication()
public WorkbookNamedItemCollectionRequest getNames()
public WorkbookTableCollectionRequest getTables()
public WorkbookWorksheetCollectionRequest getWorksheets()
public WorkbookCommentCollectionRequest getComments()
public WorkbookFunctionsRequest getFunctions()
public WorkbookOperationCollectionRequest getOperations()
Org.OData.Capabilities.V1.TopSupported
false
Org.OData.Capabilities.V1.SkipSupported
false
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = false
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Workbook patch()
this with changed fields reset.public Workbook put()
this
with changed fields reset (they were ignored anyway).public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo> createSession(Boolean persistChanges)
public com.github.davidmoten.odata.client.ActionRequestNoReturn closeSession()
public com.github.davidmoten.odata.client.ActionRequestNoReturn refreshSession()
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookSessionInfo> sessionInfoResource(String key)
Copyright © 2018–2020. All rights reserved.