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