Class WorkbookTableCollectionRequest
- java.lang.Object
-
- com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkbookTable,WorkbookTableRequest>
-
- odata.msgraph.client.beta.entity.collection.request.WorkbookTableCollectionRequest
-
- All Implemented Interfaces:
Iterable<WorkbookTable>
public class WorkbookTableCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<WorkbookTable,WorkbookTableRequest>
-
-
Field Summary
Fields Modifier and Type Field Description protected com.github.davidmoten.odata.client.ContextPathcontextPath
-
Constructor Summary
Constructors Constructor Description WorkbookTableCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath, Optional<Object> value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookTable>add(String address, Boolean hasHeaders)WorkbookTableColumnCollectionRequestcolumns()WorkbookTableColumnRequestcolumns(String id)com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Integer>count()com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTable>itemAt(Integer index)WorkbookTableRowCollectionRequestrows()WorkbookTableRowRequestrows(String id)-
Methods inherited from class com.github.davidmoten.odata.client.CollectionPageEntityRequest
connectTimeout, deltaTokenLatest, expand, filter, filter, get, id, iterator, maxPageSize, metadataFull, metadataMinimal, metadataNone, orderBy, post, query, readTimeout, requestHeader, requestHeader, search, select, skip, stream, streamWithDeltaLink, to, toList, top, urlOverride
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Method Detail
-
columns
public WorkbookTableColumnRequest columns(String id)
-
columns
public WorkbookTableColumnCollectionRequest columns()
-
rows
public WorkbookTableRowRequest rows(String id)
-
rows
public WorkbookTableRowCollectionRequest rows()
-
add
public com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<WorkbookTable> add(String address, Boolean hasHeaders)
-
count
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollection<Integer> count()
-
itemAt
public com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<WorkbookTable> itemAt(Integer index)
-
-