public class DriveRequestBuilder extends BaseRequestBuilder implements IDriveRequestBuilder
| Constructor and Description |
|---|
DriveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Drive
|
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic DriveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic IDriveRequest buildRequest(Option... requestOptions)
buildRequest in interface IDriveRequestBuilderrequestOptions - the options for this requestpublic IDriveRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface IDriveRequestBuilderrequestOptions - the options for this requestpublic IUserWithReferenceRequestBuilder createdByUser()
createdByUser in interface IDriveRequestBuilderpublic IUserWithReferenceRequestBuilder lastModifiedByUser()
lastModifiedByUser in interface IDriveRequestBuilderpublic IDriveItemCollectionRequestBuilder following()
following in interface IDriveRequestBuilderpublic IDriveItemRequestBuilder following(java.lang.String id)
following in interface IDriveRequestBuilderpublic IDriveItemCollectionRequestBuilder items()
items in interface IDriveRequestBuilderpublic IDriveItemRequestBuilder items(java.lang.String id)
items in interface IDriveRequestBuilderpublic IListRequestBuilder list()
list in interface IDriveRequestBuilderpublic IDriveItemRequestBuilder root()
root in interface IDriveRequestBuilderpublic IDriveItemCollectionRequestBuilder special()
special in interface IDriveRequestBuilderpublic IDriveItemRequestBuilder special(java.lang.String id)
special in interface IDriveRequestBuilderpublic IDriveSearchCollectionRequestBuilder search(java.lang.String q)
search in interface IDriveRequestBuilderpublic IDriveRecentCollectionRequestBuilder recent()
recent in interface IDriveRequestBuilderpublic IDriveSharedWithMeCollectionRequestBuilder sharedWithMe()
sharedWithMe in interface IDriveRequestBuilder