public class DriveRequestBuilder extends BaseDriveRequestBuilder implements IDriveRequestBuilder
| Constructor and Description |
|---|
DriveRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
The request builder for the Drive
|
| Modifier and Type | Method and Description |
|---|---|
IItemRequestBuilder |
getRoot()
Gets the root of the drive
|
buildRequest, buildRequest, getItems, getRecent, getShared, getSpecialgetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRequest, buildRequest, getItems, getRecent, getShared, getSpecialgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
requestUrl - The request urlclient - The service clientoptions - The options for this requestpublic IItemRequestBuilder getRoot()
getRoot in interface IDriveRequestBuilder