public class DriveItemCollectionRequestBuilder extends BaseRequestBuilder implements IDriveItemCollectionRequestBuilder
Constructor and Description |
---|
DriveItemCollectionRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this collection of DriveItem
|
Modifier and Type | Method and Description |
---|---|
IDriveItemRequestBuilder |
appRoot() |
IDriveItemCollectionRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request
|
IDriveItemCollectionRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IDriveItemRequestBuilder |
byId(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public DriveItemCollectionRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic IDriveItemCollectionRequest buildRequest(Option... requestOptions)
buildRequest
in interface IDriveItemCollectionRequestBuilder
requestOptions
- the options for this requestpublic IDriveItemCollectionRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IDriveItemCollectionRequestBuilder
requestOptions
- the options for this requestpublic IDriveItemRequestBuilder byId(java.lang.String id)
byId
in interface IDriveItemCollectionRequestBuilder
public IDriveItemRequestBuilder appRoot()