public class WorkbookTableCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkbookTable,WorkbookTableRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
WorkbookTableCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookTable> |
add(String address,
Boolean hasHeaders) |
WorkbookTableColumnCollectionRequest |
columns() |
WorkbookTableColumnRequest |
columns(String id) |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Integer> |
count() |
com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTable> |
itemAt(Integer index) |
WorkbookTableRowCollectionRequest |
rows() |
WorkbookTableRowRequest |
rows(String id) |
connectTimeout, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, readTimeout, requestHeader, requestHeader, search, select, skip, stream, to, toList, top, urlOverrideclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic WorkbookTableCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public WorkbookTableColumnCollectionRequest columns()
public WorkbookTableColumnRequest columns(String id)
public WorkbookTableRowCollectionRequest rows()
public WorkbookTableRowRequest rows(String id)
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookTable> add(String address, Boolean hasHeaders)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTable> itemAt(Integer index)
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Integer> count()
Copyright © 2018–2020. All rights reserved.