public class BaseDriveCollectionRequestBuilder extends BaseRequestBuilder implements IBaseDriveCollectionRequestBuilder
| Constructor and Description |
|---|
BaseDriveCollectionRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
The request builder for this collection of Drive
|
| Modifier and Type | Method and Description |
|---|---|
IDriveCollectionRequest |
buildRequest() |
IDriveCollectionRequest |
buildRequest(java.util.List<Option> options) |
IDriveRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic BaseDriveCollectionRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
requestUrl - The request urlclient - The service clientoptions - The options for this requestpublic IDriveCollectionRequest buildRequest()
buildRequest in interface IBaseDriveCollectionRequestBuilderpublic IDriveCollectionRequest buildRequest(java.util.List<Option> options)
buildRequest in interface IBaseDriveCollectionRequestBuilderpublic IDriveRequestBuilder byId(java.lang.String id)
byId in interface IBaseDriveCollectionRequestBuilder