public class BaseOneDriveClient extends BaseClient implements IBaseOneDriveClient
| Constructor and Description |
|---|
BaseOneDriveClient() |
| 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, setAuthenticator, setExecutors, setHttpProvider, setLogger, setSerializer, validateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAuthenticator, getExecutors, getHttpProvider, getLogger, getSerializer, getServiceRoot, validatepublic IDriveCollectionRequestBuilder getDrives()
getDrives in interface IBaseOneDriveClientpublic IDriveRequestBuilder getDrive(java.lang.String id)
getDrive in interface IBaseOneDriveClientid - The id of the Drive to retrieve.public IShareCollectionRequestBuilder getShares()
getShares in interface IBaseOneDriveClientpublic IShareRequestBuilder getShare(java.lang.String id)
getShare in interface IBaseOneDriveClientid - The id of the Share to retrieve.