public interface IBaseOneDriveClient extends IBaseClient
| Modifier and Type | Method and Description |
|---|---|
IDriveRequestBuilder |
getDrive(java.lang.String id)
Gets a single Drive.
|
IDriveCollectionRequestBuilder |
getDrives()
Gets the collection of Drive objects.
|
IShareRequestBuilder |
getShare(java.lang.String id)
Gets a single Share.
|
IShareCollectionRequestBuilder |
getShares()
Gets the collection of Share objects.
|
getAuthenticator, getExecutors, getHttpProvider, getLogger, getSerializer, getServiceRoot, validateIDriveCollectionRequestBuilder getDrives()
IDriveRequestBuilder getDrive(java.lang.String id)
id - The id of the Drive to retrieve.IShareCollectionRequestBuilder getShares()
IShareRequestBuilder getShare(java.lang.String id)
id - The id of the Share to retrieve.