public class DriveCollectionRequest extends com.github.davidmoten.odata.client.CollectionPageEntityRequest<Drive,DriveRequest>
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
| Constructor and Description |
|---|
DriveCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath) |
| Modifier and Type | Method and Description |
|---|---|
ItemActivityOLDCollectionRequest |
activities() |
ItemActivityOLDRequest |
activities(String id) |
DriveItemCollectionRequest |
bundles() |
DriveItemRequest |
bundles(String id) |
DriveItemCollectionRequest |
following() |
DriveItemRequest |
following(String id) |
DriveItemCollectionRequest |
items() |
DriveItemRequest |
items(String id) |
DriveItemCollectionRequest |
special() |
DriveItemRequest |
special(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 DriveCollectionRequest(com.github.davidmoten.odata.client.ContextPath contextPath)
public ItemActivityOLDCollectionRequest activities()
public ItemActivityOLDRequest activities(String id)
public DriveItemCollectionRequest bundles()
public DriveItemRequest bundles(String id)
public DriveItemCollectionRequest following()
public DriveItemRequest following(String id)
public DriveItemCollectionRequest items()
public DriveItemRequest items(String id)
public DriveItemCollectionRequest special()
public DriveItemRequest special(String id)
Copyright © 2018–2020. All rights reserved.