public class ItemRequestBuilder extends BaseItemRequestBuilder implements IItemRequestBuilder
| Constructor and Description |
|---|
ItemRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
The request builder for the Item
|
| Modifier and Type | Method and Description |
|---|---|
IItemRequestBuilder |
getItemWithPath(java.lang.String path)
Gets the item request builder for the specified item path.
|
buildRequest, buildRequest, getChildren, getChildren, getContent, getCopy, getCreateLink, getCreateSession, getDelta, getPermissions, getPermissions, getSearch, getThumbnails, getThumbnailsgetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildRequest, buildRequest, getChildren, getChildren, getContent, getCopy, getCreateLink, getCreateSession, getDelta, getPermissions, getPermissions, getSearch, getThumbnails, getThumbnailsgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic ItemRequestBuilder(java.lang.String requestUrl,
IOneDriveClient client,
java.util.List<Option> options)
requestUrl - The request urlclient - The service clientoptions - The options for this requestpublic IItemRequestBuilder getItemWithPath(java.lang.String path)
getItemWithPath in interface IItemRequestBuilderpath - The path to the item.