A B C D E F G H I L M N O P Q R S T U V W X Y 

A

ACCOUNT_TYPE_KEY - Static variable in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
The key for the account type
AccountType - Enum in com.onedrive.sdk.authentication
The type of account.
ADALAccountInfo - Class in com.onedrive.sdk.authentication
Account information for an ADAL based account.
ADALAccountInfo(ADALAuthenticator, AuthenticationResult, ServiceInfo, ILogger) - Constructor for class com.onedrive.sdk.authentication.ADALAccountInfo
Creates an ADALAccountInfo object.
ADALAuthenticator - Class in com.onedrive.sdk.authentication
Wrapper for the ADAL authentication library: https://github.com/AzureAD/azure-activedirectory-library-for-android
ADALAuthenticator() - Constructor for class com.onedrive.sdk.authentication.ADALAuthenticator
 
addHeader(String, String) - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Adds a header to this request.
addHeader(String, String) - Method in class com.onedrive.sdk.http.BaseRequest
Adds a header to this request.
addHeader(String, String) - Method in class com.onedrive.sdk.http.BaseStreamRequest
Adds a header to this request.
addHeader(String, String) - Method in interface com.onedrive.sdk.http.IHttpRequest
Adds a header to this request.
addQueryOption(QueryOption) - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Adds a query option.
addRequestHeader(String, String) - Method in interface com.onedrive.sdk.http.IConnection
Adds a header to the connection (Must be done before reading/writing).
addRequestHeader(String, String) - Method in class com.onedrive.sdk.http.UrlConnection
 
album - Variable in class com.onedrive.sdk.generated.BaseAudio
The Album.
albumArtist - Variable in class com.onedrive.sdk.generated.BaseAudio
The Album Artist.
altitude - Variable in class com.onedrive.sdk.generated.BaseLocation
The Altitude.
app - Variable in class com.onedrive.sdk.generated.BaseOpenWithApp
The App.
application - Variable in class com.onedrive.sdk.generated.BaseIdentitySet
The Application.
application - Variable in class com.onedrive.sdk.generated.BaseSharingLink
The Application.
artist - Variable in class com.onedrive.sdk.generated.BaseAudio
The Artist.
AsyncMonitor<T> - Class in com.onedrive.sdk.concurrency
Monitors an asynchronous action from the service.
AsyncMonitor(IOneDriveClient, AsyncMonitorLocation, ResultGetter<T>) - Constructor for class com.onedrive.sdk.concurrency.AsyncMonitor
Create a new async monitor.
AsyncMonitorLocation - Class in com.onedrive.sdk.concurrency
The reference to an async monitor location.
AsyncMonitorLocation(String) - Constructor for class com.onedrive.sdk.concurrency.AsyncMonitorLocation
Creates a monitor location.
AsyncMonitorResponseHandler - Class in com.onedrive.sdk.concurrency
The handler class for async monitor response from server.
AsyncMonitorResponseHandler() - Constructor for class com.onedrive.sdk.concurrency.AsyncMonitorResponseHandler
 
AsyncOperationException - Exception in com.onedrive.sdk.concurrency
The exception raised when there was a async operation did not complete as expected.
AsyncOperationException(AsyncOperationStatus) - Constructor for exception com.onedrive.sdk.concurrency.AsyncOperationException
Creates a AsyncOperationException.
AsyncOperationStatus - Class in com.onedrive.sdk.extensions
The class for the Async Operation Status.
AsyncOperationStatus() - Constructor for class com.onedrive.sdk.extensions.AsyncOperationStatus
 
Audio - Class in com.onedrive.sdk.extensions
The class for the Audio.
Audio() - Constructor for class com.onedrive.sdk.extensions.Audio
 
audio - Variable in class com.onedrive.sdk.generated.BaseItem
The Audio.
authenticator(IAuthenticator) - Method in class com.onedrive.sdk.extensions.OneDriveClient.Builder
Sets the authenticator
AUTHORIZATION_HEADER_NAME - Static variable in class com.onedrive.sdk.authentication.AuthorizationInterceptor
The authorization header name.
AuthorizationInterceptor - Class in com.onedrive.sdk.authentication
Intercepts a request and adds authorization headers.
AuthorizationInterceptor(IAuthenticator, ILogger) - Constructor for class com.onedrive.sdk.authentication.AuthorizationInterceptor
Creates the authorization interceptor.

B

BaseAsyncOperationStatus - Class in com.onedrive.sdk.generated
The class for the Base Async Operation Status.
BaseAsyncOperationStatus() - Constructor for class com.onedrive.sdk.generated.BaseAsyncOperationStatus
 
BaseAudio - Class in com.onedrive.sdk.generated
The class for the Base Audio.
BaseAudio() - Constructor for class com.onedrive.sdk.generated.BaseAudio
 
BaseChunkedUploadSessionDescriptor - Class in com.onedrive.sdk.generated
The class for the Base Chunked Upload Session Descriptor.
BaseChunkedUploadSessionDescriptor() - Constructor for class com.onedrive.sdk.generated.BaseChunkedUploadSessionDescriptor
 
BaseClient - Class in com.onedrive.sdk.core
A client that communications with an OData service.
BaseClient() - Constructor for class com.onedrive.sdk.core.BaseClient
 
BaseCollectionPage<T1,T2 extends IRequestBuilder> - Class in com.onedrive.sdk.http
A page of results from a collection.
BaseCollectionPage(List<T1>, T2) - Constructor for class com.onedrive.sdk.http.BaseCollectionPage
Creates the collection page.
BaseCollectionRequest<T1,T2> - Class in com.onedrive.sdk.http
A request against a collection.
BaseCollectionRequest(String, IOneDriveClient, List<Option>, Class<T1>, Class<T2>) - Constructor for class com.onedrive.sdk.http.BaseCollectionRequest
Create the collection request.
BaseCopyBody - Class in com.onedrive.sdk.generated
The class for the Base Copy Body.
BaseCopyBody() - Constructor for class com.onedrive.sdk.generated.BaseCopyBody
 
BaseCopyRequest - Class in com.onedrive.sdk.generated
The class for the Base Copy Request.
BaseCopyRequest(String, IOneDriveClient, List<Option>, String, ItemReference) - Constructor for class com.onedrive.sdk.generated.BaseCopyRequest
The request for this Copy
BaseCopyRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Copy Request Builder.
BaseCopyRequestBuilder(String, IOneDriveClient, List<Option>, String, ItemReference) - Constructor for class com.onedrive.sdk.generated.BaseCopyRequestBuilder
The request builder for this Copy
BaseCreateLinkBody - Class in com.onedrive.sdk.generated
The class for the Base Create Link Body.
BaseCreateLinkBody() - Constructor for class com.onedrive.sdk.generated.BaseCreateLinkBody
 
BaseCreateLinkRequest - Class in com.onedrive.sdk.generated
The class for the Base Create Link Request.
BaseCreateLinkRequest(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.generated.BaseCreateLinkRequest
The request for this CreateLink
BaseCreateLinkRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Create Link Request Builder.
BaseCreateLinkRequestBuilder(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.generated.BaseCreateLinkRequestBuilder
The request builder for this CreateLink
BaseCreateSessionBody - Class in com.onedrive.sdk.generated
The class for the Base Create Session Body.
BaseCreateSessionBody() - Constructor for class com.onedrive.sdk.generated.BaseCreateSessionBody
 
BaseCreateSessionRequest - Class in com.onedrive.sdk.generated
The class for the Base Create Session Request.
BaseCreateSessionRequest(String, IOneDriveClient, List<Option>, ChunkedUploadSessionDescriptor) - Constructor for class com.onedrive.sdk.generated.BaseCreateSessionRequest
The request for this CreateSession
BaseCreateSessionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Create Session Request Builder.
BaseCreateSessionRequestBuilder(String, IOneDriveClient, List<Option>, ChunkedUploadSessionDescriptor) - Constructor for class com.onedrive.sdk.generated.BaseCreateSessionRequestBuilder
The request builder for this CreateSession
BaseDeleted - Class in com.onedrive.sdk.generated
The class for the Base Deleted.
BaseDeleted() - Constructor for class com.onedrive.sdk.generated.BaseDeleted
 
BaseDeltaCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Delta Collection Page.
BaseDeltaCollectionPage(BaseDeltaCollectionResponse, IDeltaRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseDeltaCollectionPage
A collection page for Delta.
BaseDeltaCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Delta Collection Response.
BaseDeltaCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseDeltaCollectionResponse
 
BaseDeltaRequest - Class in com.onedrive.sdk.generated
The class for the Base Delta Request.
BaseDeltaRequest(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.generated.BaseDeltaRequest
The request for this Delta
BaseDeltaRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Delta Request Builder.
BaseDeltaRequestBuilder(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.generated.BaseDeltaRequestBuilder
The request builder for this Delta
BaseDeltaResponse - Class in com.onedrive.sdk.generated
The class for the Base Delta Response.
BaseDeltaResponse() - Constructor for class com.onedrive.sdk.generated.BaseDeltaResponse
 
BaseDrive - Class in com.onedrive.sdk.generated
The class for the Base Drive.
BaseDrive() - Constructor for class com.onedrive.sdk.generated.BaseDrive
 
BaseDriveCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Drive Collection Page.
BaseDriveCollectionPage(BaseDriveCollectionResponse, IDriveCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseDriveCollectionPage
A collection page for Drive.
BaseDriveCollectionRequest - Class in com.onedrive.sdk.generated
The class for the Base Drive Collection Request.
BaseDriveCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseDriveCollectionRequest
The request builder for this collection of Drive
BaseDriveCollectionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Drive Collection Request Builder.
BaseDriveCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseDriveCollectionRequestBuilder
The request builder for this collection of Drive
BaseDriveCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Drive Collection Response.
BaseDriveCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseDriveCollectionResponse
 
BaseDriveRequest - Class in com.onedrive.sdk.generated
The class for the Base Drive Request.
BaseDriveRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseDriveRequest
The request for the Drive
BaseDriveRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Drive Request Builder.
BaseDriveRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseDriveRequestBuilder
The request builder for the Drive
BaseFile - Class in com.onedrive.sdk.generated
The class for the Base File.
BaseFile() - Constructor for class com.onedrive.sdk.generated.BaseFile
 
BaseFileSystemInfo - Class in com.onedrive.sdk.generated
The class for the Base File System Info.
BaseFileSystemInfo() - Constructor for class com.onedrive.sdk.generated.BaseFileSystemInfo
 
BaseFolder - Class in com.onedrive.sdk.generated
The class for the Base Folder.
BaseFolder() - Constructor for class com.onedrive.sdk.generated.BaseFolder
 
BaseHashes - Class in com.onedrive.sdk.generated
The class for the Base Hashes.
BaseHashes() - Constructor for class com.onedrive.sdk.generated.BaseHashes
 
BaseIdentity - Class in com.onedrive.sdk.generated
The class for the Base Identity.
BaseIdentity() - Constructor for class com.onedrive.sdk.generated.BaseIdentity
 
BaseIdentitySet - Class in com.onedrive.sdk.generated
The class for the Base Identity Set.
BaseIdentitySet() - Constructor for class com.onedrive.sdk.generated.BaseIdentitySet
 
BaseImage - Class in com.onedrive.sdk.generated
The class for the Base Image.
BaseImage() - Constructor for class com.onedrive.sdk.generated.BaseImage
 
BaseItem - Class in com.onedrive.sdk.generated
The class for the Base Item.
BaseItem() - Constructor for class com.onedrive.sdk.generated.BaseItem
 
BaseItemCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Item Collection Page.
BaseItemCollectionPage(BaseItemCollectionResponse, IItemCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseItemCollectionPage
A collection page for Item.
BaseItemCollectionRequest - Class in com.onedrive.sdk.generated
The class for the Base Item Collection Request.
BaseItemCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseItemCollectionRequest
The request builder for this collection of Item
BaseItemCollectionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Item Collection Request Builder.
BaseItemCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseItemCollectionRequestBuilder
The request builder for this collection of Item
BaseItemCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Item Collection Response.
BaseItemCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseItemCollectionResponse
 
BaseItemReference - Class in com.onedrive.sdk.generated
The class for the Base Item Reference.
BaseItemReference() - Constructor for class com.onedrive.sdk.generated.BaseItemReference
 
BaseItemRequest - Class in com.onedrive.sdk.generated
The class for the Base Item Request.
BaseItemRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseItemRequest
The request for the Item
BaseItemRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Item Request Builder.
BaseItemRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseItemRequestBuilder
The request builder for the Item
BaseItemStreamRequest - Class in com.onedrive.sdk.generated
The class for the Base Item Stream Request.
BaseItemStreamRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseItemStreamRequest
The request for this ItemStream
BaseItemStreamRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Item Stream Request Builder.
BaseItemStreamRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseItemStreamRequestBuilder
The request builder for the ItemStream
BaseLocation - Class in com.onedrive.sdk.generated
The class for the Base Location.
BaseLocation() - Constructor for class com.onedrive.sdk.generated.BaseLocation
 
BaseOneDriveClient - Class in com.onedrive.sdk.generated
The class for the Base One Drive Client.
BaseOneDriveClient() - Constructor for class com.onedrive.sdk.generated.BaseOneDriveClient
 
BaseOpenWithApp - Class in com.onedrive.sdk.generated
The class for the Base Open With App.
BaseOpenWithApp() - Constructor for class com.onedrive.sdk.generated.BaseOpenWithApp
 
BaseOpenWithSet - Class in com.onedrive.sdk.generated
The class for the Base Open With Set.
BaseOpenWithSet() - Constructor for class com.onedrive.sdk.generated.BaseOpenWithSet
 
BasePermission - Class in com.onedrive.sdk.generated
The class for the Base Permission.
BasePermission() - Constructor for class com.onedrive.sdk.generated.BasePermission
 
BasePermissionCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Permission Collection Page.
BasePermissionCollectionPage(BasePermissionCollectionResponse, IPermissionCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BasePermissionCollectionPage
A collection page for Permission.
BasePermissionCollectionRequest - Class in com.onedrive.sdk.generated
The class for the Base Permission Collection Request.
BasePermissionCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BasePermissionCollectionRequest
The request builder for this collection of Permission
BasePermissionCollectionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Permission Collection Request Builder.
BasePermissionCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BasePermissionCollectionRequestBuilder
The request builder for this collection of Item
BasePermissionCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Permission Collection Response.
BasePermissionCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BasePermissionCollectionResponse
 
BasePermissionRequest - Class in com.onedrive.sdk.generated
The class for the Base Permission Request.
BasePermissionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BasePermissionRequest
The request for the Permission
BasePermissionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Permission Request Builder.
BasePermissionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BasePermissionRequestBuilder
The request builder for the Permission
BasePhoto - Class in com.onedrive.sdk.generated
The class for the Base Photo.
BasePhoto() - Constructor for class com.onedrive.sdk.generated.BasePhoto
 
BaseQuota - Class in com.onedrive.sdk.generated
The class for the Base Quota.
BaseQuota() - Constructor for class com.onedrive.sdk.generated.BaseQuota
 
BaseRecentCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Recent Collection Page.
BaseRecentCollectionPage(BaseRecentCollectionResponse, IRecentRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseRecentCollectionPage
A collection page for Recent.
BaseRecentCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Recent Collection Response.
BaseRecentCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseRecentCollectionResponse
 
BaseRecentRequest - Class in com.onedrive.sdk.generated
The class for the Base Recent Request.
BaseRecentRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseRecentRequest
The request for this Recent
BaseRecentRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Recent Request Builder.
BaseRecentRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseRecentRequestBuilder
The request builder for this Recent
BaseRequest - Class in com.onedrive.sdk.http
An http request.
BaseRequest(String, IOneDriveClient, List<Option>, Class) - Constructor for class com.onedrive.sdk.http.BaseRequest
Create the request.
BaseRequestBuilder - Class in com.onedrive.sdk.http
A request builder.
BaseRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.http.BaseRequestBuilder
Creates the request builder.
BaseSearchCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Search Collection Page.
BaseSearchCollectionPage(BaseSearchCollectionResponse, ISearchRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseSearchCollectionPage
A collection page for Search.
BaseSearchCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Search Collection Response.
BaseSearchCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseSearchCollectionResponse
 
BaseSearchRequest - Class in com.onedrive.sdk.generated
The class for the Base Search Request.
BaseSearchRequest(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.generated.BaseSearchRequest
The request for this Search
BaseSearchRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Search Request Builder.
BaseSearchRequestBuilder(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.generated.BaseSearchRequestBuilder
The request builder for this Search
BaseSearchResult - Class in com.onedrive.sdk.generated
The class for the Base Search Result.
BaseSearchResult() - Constructor for class com.onedrive.sdk.generated.BaseSearchResult
 
BaseShare - Class in com.onedrive.sdk.generated
The class for the Base Share.
BaseShare() - Constructor for class com.onedrive.sdk.generated.BaseShare
 
BaseShareCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Share Collection Page.
BaseShareCollectionPage(BaseShareCollectionResponse, IShareCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseShareCollectionPage
A collection page for Share.
BaseShareCollectionRequest - Class in com.onedrive.sdk.generated
The class for the Base Share Collection Request.
BaseShareCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseShareCollectionRequest
The request builder for this collection of Share
BaseShareCollectionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Share Collection Request Builder.
BaseShareCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseShareCollectionRequestBuilder
The request builder for this collection of Share
BaseShareCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Share Collection Response.
BaseShareCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseShareCollectionResponse
 
BaseShared - Class in com.onedrive.sdk.generated
The class for the Base Shared.
BaseShared() - Constructor for class com.onedrive.sdk.generated.BaseShared
 
BaseShareRequest - Class in com.onedrive.sdk.generated
The class for the Base Share Request.
BaseShareRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseShareRequest
The request for the Share
BaseShareRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Share Request Builder.
BaseShareRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseShareRequestBuilder
The request builder for the Share
BaseSharingInvitation - Class in com.onedrive.sdk.generated
The class for the Base Sharing Invitation.
BaseSharingInvitation() - Constructor for class com.onedrive.sdk.generated.BaseSharingInvitation
 
BaseSharingLink - Class in com.onedrive.sdk.generated
The class for the Base Sharing Link.
BaseSharingLink() - Constructor for class com.onedrive.sdk.generated.BaseSharingLink
 
BaseSpecialFolder - Class in com.onedrive.sdk.generated
The class for the Base Special Folder.
BaseSpecialFolder() - Constructor for class com.onedrive.sdk.generated.BaseSpecialFolder
 
BaseStreamRequest<T> - Class in com.onedrive.sdk.http
A request for a binary stream.
BaseStreamRequest(String, IOneDriveClient, List<Option>, Class<T>) - Constructor for class com.onedrive.sdk.http.BaseStreamRequest
Creates the stream request.
BaseStringCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base String Collection Page.
BaseStringCollectionPage(BaseStringCollectionResponse, IStringCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseStringCollectionPage
A collection page for String.
BaseStringCollectionRequest - Class in com.onedrive.sdk.generated
The class for the Base String Collection Request.
BaseStringCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseStringCollectionRequest
The request builder for this collection of String
BaseStringCollectionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base String Collection Request Builder.
BaseStringCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseStringCollectionRequestBuilder
The request builder for this collection of Shared
BaseStringCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base String Collection Response.
BaseStringCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseStringCollectionResponse
 
BaseThumbnail - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail.
BaseThumbnail() - Constructor for class com.onedrive.sdk.generated.BaseThumbnail
 
BaseThumbnailRequest - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Request.
BaseThumbnailRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailRequest
The request for the Thumbnail
BaseThumbnailRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Request Builder.
BaseThumbnailRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailRequestBuilder
The request builder for the Thumbnail
BaseThumbnailSet - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Set.
BaseThumbnailSet() - Constructor for class com.onedrive.sdk.generated.BaseThumbnailSet
 
BaseThumbnailSetCollectionPage - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Set Collection Page.
BaseThumbnailSetCollectionPage(BaseThumbnailSetCollectionResponse, IThumbnailSetCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailSetCollectionPage
A collection page for ThumbnailSet.
BaseThumbnailSetCollectionRequest - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Set Collection Request.
BaseThumbnailSetCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequest
The request builder for this collection of ThumbnailSet
BaseThumbnailSetCollectionRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Set Collection Request Builder.
BaseThumbnailSetCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequestBuilder
The request builder for this collection of Item
BaseThumbnailSetCollectionResponse - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Set Collection Response.
BaseThumbnailSetCollectionResponse() - Constructor for class com.onedrive.sdk.generated.BaseThumbnailSetCollectionResponse
 
BaseThumbnailSetRequest - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Set Request.
BaseThumbnailSetRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailSetRequest
The request for the ThumbnailSet
BaseThumbnailSetRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Set Request Builder.
BaseThumbnailSetRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailSetRequestBuilder
The request builder for the ThumbnailSet
BaseThumbnailStreamRequest - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Stream Request.
BaseThumbnailStreamRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailStreamRequest
The request for this ThumbnailStream
BaseThumbnailStreamRequestBuilder - Class in com.onedrive.sdk.generated
The class for the Base Thumbnail Stream Request Builder.
BaseThumbnailStreamRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.generated.BaseThumbnailStreamRequestBuilder
The request builder for the ThumbnailStream
BaseUploadSession - Class in com.onedrive.sdk.generated
The class for the Base Upload Session.
BaseUploadSession() - Constructor for class com.onedrive.sdk.generated.BaseUploadSession
 
BaseVideo - Class in com.onedrive.sdk.generated
The class for the Base Video.
BaseVideo() - Constructor for class com.onedrive.sdk.generated.BaseVideo
 
bitrate - Variable in class com.onedrive.sdk.generated.BaseAudio
The Bitrate.
bitrate - Variable in class com.onedrive.sdk.generated.BaseVideo
The Bitrate.
BrokerPermissionsChecker - Class in com.onedrive.sdk.authentication.adal
Checks if the ADAL broker has the required permissions to be used
BrokerPermissionsChecker(Context, ILogger) - Constructor for class com.onedrive.sdk.authentication.adal.BrokerPermissionsChecker
Creates a BrokerPermissionsChecker
buildFromResponse(BaseDeltaCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseDeltaRequest
 
buildFromResponse(BaseDriveCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequest
 
buildFromResponse(BaseItemCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
buildFromResponse(BasePermissionCollectionResponse) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequest
 
buildFromResponse(BaseRecentCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseRecentRequest
 
buildFromResponse(BaseSearchCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseSearchRequest
 
buildFromResponse(BaseShareCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseShareCollectionRequest
 
buildFromResponse(BaseStringCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseStringCollectionRequest
 
buildFromResponse(BaseThumbnailSetCollectionResponse) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequest
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseCopyRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseCopyRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseDeltaRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseDeltaRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseDriveRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseDriveRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in class com.onedrive.sdk.generated.BaseItemStreamRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseItemStreamRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BasePermissionRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BasePermissionRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in class com.onedrive.sdk.generated.BaseRecentRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseRecentRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseSearchRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseSearchRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseShareCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseShareCollectionRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseShareRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseShareRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in class com.onedrive.sdk.generated.BaseStringCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseStringCollectionRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseThumbnailRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequestBuilder
 
buildRequest() - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in class com.onedrive.sdk.generated.BaseThumbnailStreamRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in class com.onedrive.sdk.generated.BaseThumbnailStreamRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseCopyRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseCopyRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseDeltaRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseDeltaRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseDriveRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseItemStreamRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseItemStreamRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBasePermissionRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseRecentRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseRecentRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseSearchRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseSearchRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseShareCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseShareCollectionRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseShareRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseShareRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseStringCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseStringCollectionRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequestBuilder
 
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequestBuilder
 
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequestBuilder
Creates the request with specific options instead of the existing options
buildRequest() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailStreamRequestBuilder
Creates the request
buildRequest(List<Option>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailStreamRequestBuilder
Creates the request with specific options instead of the existing options
byId(String) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequestBuilder
 
byId(String) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequestBuilder
 
byId(String) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequestBuilder
 
byId(String) - Method in class com.onedrive.sdk.generated.BaseShareCollectionRequestBuilder
 
byId(String) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequestBuilder
 
byId(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequestBuilder
 
byId(String) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequestBuilder
 
byId(String) - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequestBuilder
 
byId(String) - Method in interface com.onedrive.sdk.generated.IBaseShareCollectionRequestBuilder
 
byId(String) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequestBuilder
 

C

CalendarSerializer - Class in com.onedrive.sdk.serializer
Serializes and deserializes a string.
cameraMake - Variable in class com.onedrive.sdk.generated.BasePhoto
The Camera Make.
cameraModel - Variable in class com.onedrive.sdk.generated.BasePhoto
The Camera Model.
capability - Variable in class com.onedrive.sdk.authentication.ServiceInfo
 
check() - Method in class com.onedrive.sdk.authentication.adal.BrokerPermissionsChecker
Checks if the Broker has the permissions needed be used.
childCount - Variable in class com.onedrive.sdk.generated.BaseFolder
The Child Count.
children - Variable in class com.onedrive.sdk.generated.BaseItem
The Children.
chunkCompleted() - Method in class com.onedrive.sdk.extensions.ChunkedUploadResult
Checks the chunk upload is completed.
ChunkedUploadProvider<UploadType> - Class in com.onedrive.sdk.concurrency
ChunkedUpload service provider.
ChunkedUploadProvider(UploadSession, IOneDriveClient, InputStream, int, Class<UploadType>) - Constructor for class com.onedrive.sdk.concurrency.ChunkedUploadProvider
Create the ChunkedUploadProvider
ChunkedUploadRequest - Class in com.onedrive.sdk.concurrency
The chunk upload request.
ChunkedUploadRequest(String, IOneDriveClient, List<Option>, byte[], int, int, int, int) - Constructor for class com.onedrive.sdk.concurrency.ChunkedUploadRequest
Construct the ChunkedUploadRequest
ChunkedUploadResponseHandler<UploadType> - Class in com.onedrive.sdk.concurrency
The class handles the stateful response from OneDrive upload session.
ChunkedUploadResponseHandler(Class<UploadType>) - Constructor for class com.onedrive.sdk.concurrency.ChunkedUploadResponseHandler
Create a chunked upload response handler.
ChunkedUploadResult<UploadType> - Class in com.onedrive.sdk.extensions
Wrapper class for different upload response from server.
ChunkedUploadResult(UploadType) - Constructor for class com.onedrive.sdk.extensions.ChunkedUploadResult
Construct result with item created.
ChunkedUploadResult(UploadSession) - Constructor for class com.onedrive.sdk.extensions.ChunkedUploadResult
Construct result with next session.
ChunkedUploadResult(ClientException) - Constructor for class com.onedrive.sdk.extensions.ChunkedUploadResult
Construct result with error.
ChunkedUploadResult(OneDriveServiceException) - Constructor for class com.onedrive.sdk.extensions.ChunkedUploadResult
Construct result with server exception.
ChunkedUploadSessionDescriptor - Class in com.onedrive.sdk.extensions
The class for the Chunked Upload Session Descriptor.
ChunkedUploadSessionDescriptor() - Constructor for class com.onedrive.sdk.extensions.ChunkedUploadSessionDescriptor
 
ClientAuthenticatorException - Exception in com.onedrive.sdk.authentication
An exception from the client that is specifically authentication related.
ClientAuthenticatorException(String, Throwable, OneDriveErrorCodes) - Constructor for exception com.onedrive.sdk.authentication.ClientAuthenticatorException
Creates a client authentication message.
ClientAuthenticatorException(String, OneDriveErrorCodes) - Constructor for exception com.onedrive.sdk.authentication.ClientAuthenticatorException
Creates a client authentication message.
ClientException - Exception in com.onedrive.sdk.core
An exception from the client.
ClientException(String, Throwable, OneDriveErrorCodes) - Constructor for exception com.onedrive.sdk.core.ClientException
Creates the client exception.
close() - Method in interface com.onedrive.sdk.http.IConnection
Closes this connection, and all streams become inaccessible.
close() - Method in class com.onedrive.sdk.http.UrlConnection
 
code - Variable in class com.onedrive.sdk.http.OneDriveError
 
code - Variable in class com.onedrive.sdk.http.OneDriveInnerError
 
com.onedrive.sdk.authentication - package com.onedrive.sdk.authentication
 
com.onedrive.sdk.authentication.adal - package com.onedrive.sdk.authentication.adal
 
com.onedrive.sdk.concurrency - package com.onedrive.sdk.concurrency
 
com.onedrive.sdk.core - package com.onedrive.sdk.core
 
com.onedrive.sdk.extensions - package com.onedrive.sdk.extensions
 
com.onedrive.sdk.generated - package com.onedrive.sdk.generated
 
com.onedrive.sdk.http - package com.onedrive.sdk.http
 
com.onedrive.sdk.logger - package com.onedrive.sdk.logger
 
com.onedrive.sdk.options - package com.onedrive.sdk.options
 
com.onedrive.sdk.serializer - package com.onedrive.sdk.serializer
 
composers - Variable in class com.onedrive.sdk.generated.BaseAudio
The Composers.
configConnection(IConnection) - Method in class com.onedrive.sdk.concurrency.AsyncMonitorResponseHandler
Configure the connection before get response.
configConnection(IConnection) - Method in class com.onedrive.sdk.concurrency.ChunkedUploadResponseHandler
Do nothing before get response.
configConnection(IConnection) - Method in interface com.onedrive.sdk.http.IStatefulResponseHandler
Configure the connection before get response.
configuratorUrl - Variable in class com.onedrive.sdk.generated.BaseSharingLink
The Configurator Url.
CopyBody - Class in com.onedrive.sdk.extensions
The class for the Copy Body.
CopyBody() - Constructor for class com.onedrive.sdk.extensions.CopyBody
 
CopyRequest - Class in com.onedrive.sdk.extensions
The class for the Copy Request.
CopyRequest(String, IOneDriveClient, List<Option>, String, ItemReference) - Constructor for class com.onedrive.sdk.extensions.CopyRequest
The request for this Copy
CopyRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Copy Request Builder.
CopyRequestBuilder(String, IOneDriveClient, List<Option>, String, ItemReference) - Constructor for class com.onedrive.sdk.extensions.CopyRequestBuilder
The request builder for this Copy
copyright - Variable in class com.onedrive.sdk.generated.BaseAudio
The Copyright.
crc32Hash - Variable in class com.onedrive.sdk.generated.BaseHashes
The Crc32Hash.
create(ICallback<AsyncMonitor<Item>>) - Method in class com.onedrive.sdk.generated.BaseCopyRequest
Deprecated.
As of release 1.1.3, replaced by BaseCopyRequest.post(ICallback)
create() - Method in class com.onedrive.sdk.generated.BaseCopyRequest
Deprecated.
As of release 1.1.3, replaced by BaseCopyRequest.post()
create(ICallback<Permission>) - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequest
Deprecated.
As of release 1.1.3, replaced by BaseCreateLinkRequest.post(ICallback)
create() - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequest
Deprecated.
As of release 1.1.3, replaced by BaseCreateLinkRequest.post()
create(ICallback<UploadSession>) - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequest
Deprecated.
As of release 1.1.3, replaced by BaseCreateSessionRequest.post(ICallback)
create() - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequest
Deprecated.
As of release 1.1.3, replaced by BaseCreateSessionRequest.post()
create(Drive, ICallback<Drive>) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by BaseDriveRequest.post(Drive, ICallback)
create(Drive) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by BaseDriveRequest.post(Drive)
create(Item, ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
Deprecated.
As of release 1.1.3, replaced by BaseItemCollectionRequest.post(Item, ICallback)
create(Item) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
Deprecated.
As of release 1.1.3, replaced by BaseItemCollectionRequest.post(Item)
create(Item, ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemRequest
Deprecated.
As of release 1.1.3, replaced by BaseItemRequest.post(Item, ICallback)
create(Item) - Method in class com.onedrive.sdk.generated.BaseItemRequest
Deprecated.
As of release 1.1.3, replaced by BaseItemRequest.post(Item)
create(Permission, ICallback<Permission>) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
Deprecated.
As of release 1.1.3, replaced by BasePermissionRequest.post(Permission, ICallback)
create(Permission) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
Deprecated.
As of release 1.1.3, replaced by BasePermissionRequest.post(Permission)
create(Share, ICallback<Share>) - Method in class com.onedrive.sdk.generated.BaseShareRequest
Deprecated.
As of release 1.1.3, replaced by BaseShareRequest.post(Share, ICallback)
create(Share) - Method in class com.onedrive.sdk.generated.BaseShareRequest
Deprecated.
As of release 1.1.3, replaced by BaseShareRequest.post(Share)
create(Thumbnail, ICallback<Thumbnail>) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by BaseThumbnailRequest.post(Thumbnail, ICallback)
create(Thumbnail) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by BaseThumbnailRequest.post(Thumbnail)
create(ThumbnailSet, ICallback<ThumbnailSet>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
Deprecated.
create(ThumbnailSet) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
Deprecated.
As of release 1.1.3, replaced by BaseThumbnailSetRequest.post(ThumbnailSet)
create(ICallback<AsyncMonitor<Item>>) - Method in interface com.onedrive.sdk.generated.IBaseCopyRequest
Deprecated.
As of release 1.1.3, replaced by IBaseCopyRequest.post(ICallback)
create() - Method in interface com.onedrive.sdk.generated.IBaseCopyRequest
Deprecated.
As of release 1.1.3, replaced by IBaseCopyRequest.post()
create(ICallback<Permission>) - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequest
Deprecated.
As of release 1.1.3, replaced by IBaseCreateLinkRequest.post(ICallback)
create() - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequest
Deprecated.
As of release 1.1.3, replaced by IBaseCreateLinkRequest.post()
create(ICallback<UploadSession>) - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequest
Deprecated.
As of release 1.1.3, replaced by IBaseCreateSessionRequest.post(ICallback)
create() - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequest
Deprecated.
As of release 1.1.3, replaced by IBaseCreateSessionRequest.post()
create(Drive, ICallback<Drive>) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by IBaseDriveRequest.post(Drive, ICallback)
create(Drive) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by IBaseDriveRequest.post(Drive)
create(Item, ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
Deprecated.
As of release 1.1.3, replaced by IBaseItemCollectionRequest.post(Item, ICallback)
create(Item) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
Deprecated.
As of release 1.1.3, replaced by IBaseItemCollectionRequest.post(Item)
create(Item, ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
Deprecated.
As of release 1.1.3, replaced by IBaseItemRequest.post(Item, ICallback)
create(Item) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
Deprecated.
As of release 1.1.3, replaced by IBaseItemRequest.post(Item)
create(Permission, ICallback<Permission>) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
Deprecated.
create(Permission) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
Deprecated.
As of release 1.1.3, replaced by IBasePermissionRequest.post(Permission)
create(Share, ICallback<Share>) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
Deprecated.
As of release 1.1.3, replaced by IBaseShareRequest.post(Share, ICallback)
create(Share) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
Deprecated.
As of release 1.1.3, replaced by IBaseShareRequest.post(Share)
create(Thumbnail, ICallback<Thumbnail>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by IBaseThumbnailRequest.post(Thumbnail, ICallback)
create(Thumbnail) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by IBaseThumbnailRequest.post(Thumbnail)
create(ThumbnailSet, ICallback<ThumbnailSet>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
Deprecated.
create(ThumbnailSet) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
Deprecated.
As of release 1.1.3, replaced by IBaseThumbnailSetRequest.post(ThumbnailSet)
createdBy - Variable in class com.onedrive.sdk.generated.BaseItem
The Created By.
createdCompleted(String) - Static method in class com.onedrive.sdk.extensions.AsyncOperationStatus
Creates a completed operation from a see other location
createdDateTime - Variable in class com.onedrive.sdk.generated.BaseFileSystemInfo
The Created Date Time.
createdDateTime - Variable in class com.onedrive.sdk.generated.BaseItem
The Created Date Time.
createFromConnection(IHttpRequest, T, ISerializer, IConnection) - Static method in exception com.onedrive.sdk.http.OneDriveServiceException
Creates a OneDrive service exception from a given failed http request.
createFromRequest(IHttpRequest) - Method in class com.onedrive.sdk.http.DefaultConnectionFactory
Creates a connection from an IHttpRequest.
createFromRequest(IHttpRequest) - Method in interface com.onedrive.sdk.http.IConnectionFactory
Create a connection from an IHttpRequest.
CreateLinkBody - Class in com.onedrive.sdk.extensions
The class for the Create Link Body.
CreateLinkBody() - Constructor for class com.onedrive.sdk.extensions.CreateLinkBody
 
CreateLinkRequest - Class in com.onedrive.sdk.extensions
The class for the Create Link Request.
CreateLinkRequest(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.extensions.CreateLinkRequest
The request for this CreateLink
CreateLinkRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Create Link Request Builder.
CreateLinkRequestBuilder(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.extensions.CreateLinkRequestBuilder
The request builder for this CreateLink
CreateSessionBody - Class in com.onedrive.sdk.extensions
The class for the Create Session Body.
CreateSessionBody() - Constructor for class com.onedrive.sdk.extensions.CreateSessionBody
 
CreateSessionRequest - Class in com.onedrive.sdk.extensions
The class for the Create Session Request.
CreateSessionRequest(String, IOneDriveClient, List<Option>, ChunkedUploadSessionDescriptor) - Constructor for class com.onedrive.sdk.extensions.CreateSessionRequest
The request for this CreateSession
CreateSessionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Create Session Request Builder.
CreateSessionRequestBuilder(String, IOneDriveClient, List<Option>, ChunkedUploadSessionDescriptor) - Constructor for class com.onedrive.sdk.extensions.CreateSessionRequestBuilder
The request builder for this CreateSession
createUploadProvider(IOneDriveClient, InputStream, int, Class<UploadType>) - Method in class com.onedrive.sdk.extensions.UploadSession
Create the upload session service provider.
createWithAuthenticator(IAuthenticator) - Static method in class com.onedrive.sdk.core.DefaultClientConfig
Creates an instance of this OneDrive config with an authenticator.
createWithAuthenticators(MSAAuthenticator, ADALAuthenticator) - Static method in class com.onedrive.sdk.core.DefaultClientConfig
Creates an instance of this OneDrive config that can disambiguate between MSA and ADAL accounts.
cTag - Variable in class com.onedrive.sdk.generated.BaseItem
The CTag.

D

debugMessage - Variable in class com.onedrive.sdk.http.OneDriveInnerError
 
DefaultClientConfig - Class in com.onedrive.sdk.core
The default configuration for a OneDrive client.
DefaultClientConfig() - Constructor for class com.onedrive.sdk.core.DefaultClientConfig
 
DefaultConnectionFactory - Class in com.onedrive.sdk.http
Creates connections to remove servers.
DefaultConnectionFactory() - Constructor for class com.onedrive.sdk.http.DefaultConnectionFactory
 
DefaultExecutors - Class in com.onedrive.sdk.concurrency
The default executors implementation for the OneDrive SDK.
DefaultExecutors(ILogger) - Constructor for class com.onedrive.sdk.concurrency.DefaultExecutors
Creates a new instance of the DefaultExecutors.
DefaultHttpProvider - Class in com.onedrive.sdk.http
Http provider based off of URLConnection.
DefaultHttpProvider(ISerializer, IRequestInterceptor, IExecutors, ILogger) - Constructor for class com.onedrive.sdk.http.DefaultHttpProvider
Creates the DefaultHttpProvider.
DefaultLogger - Class in com.onedrive.sdk.logger
The default logger for the service client, which writes to logcat.
DefaultLogger() - Constructor for class com.onedrive.sdk.logger.DefaultLogger
 
DefaultSerializer - Class in com.onedrive.sdk.serializer
The default serializer implementation for the OneDrive SDK.
DefaultSerializer(ILogger) - Constructor for class com.onedrive.sdk.serializer.DefaultSerializer
Creates a DefaultSerializer.
delete(ICallback<Void>) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
delete() - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
delete(ICallback<Void>) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
delete() - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
delete(ICallback<Void>) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
delete() - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
delete(ICallback<Void>) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
delete() - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
delete(ICallback<Void>) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
delete() - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
delete(ICallback<Void>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
delete() - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
delete(ICallback<Void>) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
delete() - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
delete(ICallback<Void>) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
delete() - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
delete(ICallback<Void>) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
delete() - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
delete(ICallback<Void>) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
delete() - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
delete(ICallback<Void>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
delete() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
delete(ICallback<Void>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
delete() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
Deleted - Class in com.onedrive.sdk.extensions
The class for the Deleted.
Deleted() - Constructor for class com.onedrive.sdk.extensions.Deleted
 
deleted - Variable in class com.onedrive.sdk.generated.BaseItem
The Deleted.
deleted - Variable in class com.onedrive.sdk.generated.BaseQuota
The Deleted.
delta_token - Variable in class com.onedrive.sdk.generated.BaseDeltaResponse
The @delta.token.
DeltaCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Delta Collection Page.
DeltaCollectionPage(BaseDeltaCollectionResponse, IDeltaRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.DeltaCollectionPage
A collection page for Item.
DeltaRequest - Class in com.onedrive.sdk.extensions
The class for the Delta Request.
DeltaRequest(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.extensions.DeltaRequest
The request for this Delta
DeltaRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Delta Request Builder.
DeltaRequestBuilder(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.extensions.DeltaRequestBuilder
The request builder for this Delta
DeltaResponse - Class in com.onedrive.sdk.extensions
The class for the Delta Response.
DeltaResponse() - Constructor for class com.onedrive.sdk.extensions.DeltaResponse
 
description - Variable in class com.onedrive.sdk.generated.BaseItem
The Description.
deserialize(String) - Static method in class com.onedrive.sdk.serializer.CalendarSerializer
Deserializes an ISO-8601 formatted date.
deserializeObject(String, Class<T>) - Method in class com.onedrive.sdk.serializer.DefaultSerializer
Deserialize an object from the input string.
deserializeObject(String, Class<T>) - Method in interface com.onedrive.sdk.serializer.ISerializer
Deserialize an object from the input string.
device - Variable in class com.onedrive.sdk.generated.BaseIdentitySet
The Device.
DisambiguationAuthenticator - Class in com.onedrive.sdk.authentication
Wrapper around the ADAL and MSA authenticators which can disambiguate between them.
DisambiguationAuthenticator(MSAAuthenticator, ADALAuthenticator) - Constructor for class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Creates a disambiguation authenticator.
disc - Variable in class com.onedrive.sdk.generated.BaseAudio
The Disc.
discCount - Variable in class com.onedrive.sdk.generated.BaseAudio
The Disc Count.
DiscoveryServiceResponse - Class in com.onedrive.sdk.authentication
 
DiscoveryServiceResponse() - Constructor for class com.onedrive.sdk.authentication.DiscoveryServiceResponse
 
displayName - Variable in class com.onedrive.sdk.generated.BaseIdentity
The Display Name.
Drive - Class in com.onedrive.sdk.extensions
The class for the Drive.
Drive() - Constructor for class com.onedrive.sdk.extensions.Drive
 
DriveCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Drive Collection Page.
DriveCollectionPage(BaseDriveCollectionResponse, IDriveCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.DriveCollectionPage
A collection page for Drive.
DriveCollectionRequest - Class in com.onedrive.sdk.extensions
The class for the Drive Collection Request.
DriveCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.DriveCollectionRequest
The request for this collection of Drive
DriveCollectionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Drive Collection Request Builder.
DriveCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.DriveCollectionRequestBuilder
The request builder for this collection of Drive
driveId - Variable in class com.onedrive.sdk.generated.BaseItemReference
The Drive Id.
DriveRequest - Class in com.onedrive.sdk.extensions
The class for the Drive Request.
DriveRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.DriveRequest
The request for the Drive
DriveRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Drive Request Builder.
DriveRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.DriveRequestBuilder
The request builder for the Drive
driveType - Variable in class com.onedrive.sdk.generated.BaseDrive
The Drive Type.
duration - Variable in class com.onedrive.sdk.generated.BaseAudio
The Duration.
duration - Variable in class com.onedrive.sdk.generated.BaseVideo
The Duration.

E

editPostParameters - Variable in class com.onedrive.sdk.generated.BaseOpenWithApp
The Edit Post Parameters.
editUrl - Variable in class com.onedrive.sdk.generated.BaseOpenWithApp
The Edit Url.
effectiveRoles - Variable in class com.onedrive.sdk.generated.BaseShared
The Effective Roles.
email - Variable in class com.onedrive.sdk.generated.BaseSharingInvitation
The Email.
error - Variable in class com.onedrive.sdk.http.OneDriveErrorResponse
 
errorType - Variable in class com.onedrive.sdk.http.OneDriveInnerError
 
eTag - Variable in class com.onedrive.sdk.generated.BaseItem
The ETag.
execute(Runnable) - Method in class com.onedrive.sdk.concurrency.SynchronousExecutor
Executes the given Runnable task.
executors(IExecutors) - Method in class com.onedrive.sdk.extensions.OneDriveClient.Builder
Sets the executors
expand(String) - Method in class com.onedrive.sdk.generated.BaseCopyRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseDeltaRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseRecentRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseSearchRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseShareCollectionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseStringCollectionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequest
 
expand(String) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseCopyRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseDeltaRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseRecentRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseSearchRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseShareCollectionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseStringCollectionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequest
 
expand(String) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
expirationDateTime - Variable in class com.onedrive.sdk.generated.BaseUploadSession
The Expiration Date Time.
exposureDenominator - Variable in class com.onedrive.sdk.generated.BasePhoto
The Exposure Denominator.
exposureNumerator - Variable in class com.onedrive.sdk.generated.BasePhoto
The Exposure Numerator.

F

failure(ClientException) - Method in interface com.onedrive.sdk.concurrency.ICallback
How failures are handled.
File - Class in com.onedrive.sdk.extensions
The class for the File.
File() - Constructor for class com.onedrive.sdk.extensions.File
 
file - Variable in class com.onedrive.sdk.generated.BaseItem
The File.
FileSystemInfo - Class in com.onedrive.sdk.extensions
The class for the File System Info.
FileSystemInfo() - Constructor for class com.onedrive.sdk.extensions.FileSystemInfo
 
fileSystemInfo - Variable in class com.onedrive.sdk.generated.BaseItem
The File System Info.
fNumber - Variable in class com.onedrive.sdk.generated.BasePhoto
The FNumber.
focalLength - Variable in class com.onedrive.sdk.generated.BasePhoto
The Focal Length.
Folder - Class in com.onedrive.sdk.extensions
The class for the Folder.
Folder() - Constructor for class com.onedrive.sdk.extensions.Folder
 
folder - Variable in class com.onedrive.sdk.generated.BaseItem
The Folder.
fromConfig(IClientConfig) - Method in class com.onedrive.sdk.extensions.OneDriveClient.Builder
Set this builder based on the client configuration
fromRepresentation(String) - Static method in enum com.onedrive.sdk.authentication.AccountType
Gets an AccountType object from a string representation.

G

generateResult(IHttpRequest, IConnection, ISerializer, ILogger) - Method in class com.onedrive.sdk.concurrency.AsyncMonitorResponseHandler
Generate the async operation result based on server response.
generateResult(IHttpRequest, IConnection, ISerializer, ILogger) - Method in class com.onedrive.sdk.concurrency.ChunkedUploadResponseHandler
Generate the chunked upload response result.
generateResult(IHttpRequest, IConnection, ISerializer, ILogger) - Method in interface com.onedrive.sdk.http.IStatefulResponseHandler
Generate result after receiving response.
genre - Variable in class com.onedrive.sdk.generated.BaseAudio
The Genre.
get(ICallback<IDeltaCollectionPage>) - Method in class com.onedrive.sdk.generated.BaseDeltaRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseDeltaRequest
 
get(ICallback<IDriveCollectionPage>) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequest
 
get(ICallback<Drive>) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
get(ICallback<IItemCollectionPage>) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
get(ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
get(ICallback<InputStream>) - Method in class com.onedrive.sdk.generated.BaseItemStreamRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseItemStreamRequest
 
get(ICallback<IPermissionCollectionPage>) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequest
 
get() - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequest
 
get(ICallback<Permission>) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
get() - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
get(ICallback<IRecentCollectionPage>) - Method in class com.onedrive.sdk.generated.BaseRecentRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseRecentRequest
 
get(ICallback<ISearchCollectionPage>) - Method in class com.onedrive.sdk.generated.BaseSearchRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseSearchRequest
 
get(ICallback<Share>) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
get(ICallback<Thumbnail>) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
get(ICallback<IThumbnailSetCollectionPage>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequest
 
get(ICallback<ThumbnailSet>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
get(ICallback<InputStream>) - Method in class com.onedrive.sdk.generated.BaseThumbnailStreamRequest
 
get() - Method in class com.onedrive.sdk.generated.BaseThumbnailStreamRequest
 
get(ICallback<IDeltaCollectionPage>) - Method in interface com.onedrive.sdk.generated.IBaseDeltaRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseDeltaRequest
 
get(ICallback<IDriveCollectionPage>) - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequest
 
get(ICallback<Drive>) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
get(ICallback<IItemCollectionPage>) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
 
get(ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
get(ICallback<InputStream>) - Method in interface com.onedrive.sdk.generated.IBaseItemStreamRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseItemStreamRequest
 
get(ICallback<IPermissionCollectionPage>) - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequest
 
get(ICallback<Permission>) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
get(ICallback<IRecentCollectionPage>) - Method in interface com.onedrive.sdk.generated.IBaseRecentRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseRecentRequest
 
get(ICallback<ISearchCollectionPage>) - Method in interface com.onedrive.sdk.generated.IBaseSearchRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseSearchRequest
 
get(ICallback<Share>) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
get(ICallback<Thumbnail>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
get(ICallback<IThumbnailSetCollectionPage>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequest
 
get(ICallback<ThumbnailSet>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
get(ICallback<InputStream>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailStreamRequest
 
get() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailStreamRequest
 
getAccessToken() - Method in class com.onedrive.sdk.authentication.ADALAccountInfo
Get the access token for requests against the service root.
getAccessToken() - Method in interface com.onedrive.sdk.authentication.IAccountInfo
Gets the access token for requests against the service root.
getAccessToken() - Method in class com.onedrive.sdk.authentication.MSAAccountInfo
Get the access token for requests against the service root.
getAccountInfo() - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Gets the current account info for this authenticator.
getAccountInfo() - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Gets the current account info for this authenticator.
getAccountInfo() - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Gets the current account info for this authenticator.
getAccountInfo() - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Gets the current account info for this authenticator.
getAccountType() - Method in class com.onedrive.sdk.authentication.ADALAccountInfo
Get the type of the account.
getAccountType() - Method in interface com.onedrive.sdk.authentication.IAccountInfo
Gets the type of the account.
getAccountType() - Method in class com.onedrive.sdk.authentication.MSAAccountInfo
Get the type of the account.
getActiveCount() - Method in class com.onedrive.sdk.concurrency.SynchronousExecutor
Get the account number of executing actions.
getAuthenticator() - Method in class com.onedrive.sdk.core.BaseClient
Gets the authenticator.
getAuthenticator() - Method in class com.onedrive.sdk.core.DefaultClientConfig
Gets the authenticator.
getAuthenticator() - Method in interface com.onedrive.sdk.core.IBaseClient
Gets the authenticator.
getAuthenticator() - Method in interface com.onedrive.sdk.core.IClientConfig
Gets the authenticator.
getBaseRequest() - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Gets the base request for this collection request.
getChildren() - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getChildren(String) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getChildren() - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getChildren(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getClient() - Method in class com.onedrive.sdk.http.BaseRequest
Gets the client.
getClient() - Method in class com.onedrive.sdk.http.BaseRequestBuilder
Gets the client.
getClient() - Method in interface com.onedrive.sdk.http.IRequestBuilder
Gets the client for this request builder.
getClientId() - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
The client id for this authenticator.
getClientId() - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
The client id for this authenticator.
getCollectionPageClass() - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Gets the class for the collection page.
getContent() - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getContent() - Method in class com.onedrive.sdk.generated.BaseThumbnailRequestBuilder
 
getContent() - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getContent() - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequestBuilder
 
getCopy(String, ItemReference) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getCopy(String, ItemReference) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getCreateLink(String) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getCreateLink(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getCreateSession(ChunkedUploadSessionDescriptor) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getCreateSession(ChunkedUploadSessionDescriptor) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getCurrentPage() - Method in class com.onedrive.sdk.http.BaseCollectionPage
Gets the current page.
getCurrentPage() - Method in interface com.onedrive.sdk.http.IBaseCollectionPage
Gets the current page.
getCustomThumbnail(String) - Method in class com.onedrive.sdk.extensions.ThumbnailSet
Gets a custom thumbnail
getDelta(String) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getDelta(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getDrive() - Method in interface com.onedrive.sdk.extensions.IOneDriveClient
Gets a request builder for the default drive.
getDrive() - Method in class com.onedrive.sdk.extensions.OneDriveClient
Gets a request builder for the default drive
getDrive(String) - Method in class com.onedrive.sdk.generated.BaseOneDriveClient
Gets a single Drive.
getDrive(String) - Method in interface com.onedrive.sdk.generated.IBaseOneDriveClient
Gets a single Drive.
getDrives() - Method in class com.onedrive.sdk.generated.BaseOneDriveClient
Gets the collection of Drive objects.
getDrives() - Method in interface com.onedrive.sdk.generated.IBaseOneDriveClient
Gets the collection of Drive objects.
getError() - Method in class com.onedrive.sdk.extensions.ChunkedUploadResult
Get the error.
getExecutors() - Method in class com.onedrive.sdk.core.BaseClient
Gets the executors.
getExecutors() - Method in class com.onedrive.sdk.core.DefaultClientConfig
Gets the executors.
getExecutors() - Method in interface com.onedrive.sdk.core.IBaseClient
Gets the executors.
getExecutors() - Method in interface com.onedrive.sdk.core.IClientConfig
Gets the executors.
getHeaders() - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Gets the headers.
getHeaders() - Method in class com.onedrive.sdk.http.BaseRequest
Gets the headers.
getHeaders() - Method in class com.onedrive.sdk.http.BaseStreamRequest
Gets the headers.
getHeaders() - Method in interface com.onedrive.sdk.http.IConnection
Gets the response headers for this connection.
getHeaders() - Method in interface com.onedrive.sdk.http.IHttpRequest
Gets the headers.
getHeaders() - Method in class com.onedrive.sdk.http.UrlConnection
 
getHttpMethod() - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Gets the http method.
getHttpMethod() - Method in class com.onedrive.sdk.http.BaseRequest
Gets the http method.
getHttpMethod() - Method in class com.onedrive.sdk.http.BaseStreamRequest
Gets the http method.
getHttpMethod() - Method in interface com.onedrive.sdk.http.IHttpRequest
Gets the http method.
getHttpProvider() - Method in class com.onedrive.sdk.core.BaseClient
Gets the http provider.
getHttpProvider() - Method in class com.onedrive.sdk.core.DefaultClientConfig
Gets the http provider.
getHttpProvider() - Method in interface com.onedrive.sdk.core.IBaseClient
Gets the http provider.
getHttpProvider() - Method in interface com.onedrive.sdk.core.IClientConfig
Gets the http provider.
getInputStream() - Method in interface com.onedrive.sdk.http.IConnection
Gets the stream to read to the response.
getInputStream() - Method in class com.onedrive.sdk.http.UrlConnection
 
getItem() - Method in class com.onedrive.sdk.extensions.ChunkedUploadResult
Get the uploaded item.
getItems(String) - Method in class com.onedrive.sdk.generated.BaseDriveRequestBuilder
 
getItems(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequestBuilder
 
getItemWithPath(String) - Method in interface com.onedrive.sdk.extensions.IItemRequestBuilder
Gets the item request builder for the specified item path
getItemWithPath(String) - Method in class com.onedrive.sdk.extensions.ItemRequestBuilder
Gets the item request builder for the specified item path.
getLocation() - Method in class com.onedrive.sdk.concurrency.AsyncMonitorLocation
Get the location.
getLogger() - Method in class com.onedrive.sdk.core.BaseClient
Gets the logger.
getLogger() - Method in class com.onedrive.sdk.core.DefaultClientConfig
Gets the logger.
getLogger() - Method in interface com.onedrive.sdk.core.IBaseClient
Gets the logger.
getLogger() - Method in interface com.onedrive.sdk.core.IClientConfig
Gets the logger.
getLoggingLevel() - Method in class com.onedrive.sdk.logger.DefaultLogger
Gets the logging level of this logger.
getLoggingLevel() - Method in interface com.onedrive.sdk.logger.ILogger
Gets the logging level of this logger.
getMessage(boolean) - Method in exception com.onedrive.sdk.http.OneDriveFatalServiceException
 
getMessage() - Method in exception com.onedrive.sdk.http.OneDriveServiceException
 
getMessage(boolean) - Method in exception com.onedrive.sdk.http.OneDriveServiceException
Gets the message for this exception.
getName() - Method in class com.onedrive.sdk.options.Option
Gets the name of the option.
getNextPage() - Method in class com.onedrive.sdk.http.BaseCollectionPage
Gets the next page request builder.
getNextPage() - Method in interface com.onedrive.sdk.http.IBaseCollectionPage
Gets the next page request builder.
getOptions() - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Gets the full list of options for this request.
getOptions() - Method in class com.onedrive.sdk.http.BaseRequest
Gets the full list of options for this request.
getOptions() - Method in class com.onedrive.sdk.http.BaseRequestBuilder
Get the full list of options for this request.
getOptions() - Method in class com.onedrive.sdk.http.BaseStreamRequest
Gets the query options for this request.
getOptions() - Method in interface com.onedrive.sdk.http.IHttpRequest
Gets the options.
getOutputStream() - Method in interface com.onedrive.sdk.http.IConnection
Gets the stream to write to the request.
getOutputStream() - Method in class com.onedrive.sdk.http.UrlConnection
 
getPermissions() - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getPermissions(String) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getPermissions() - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getPermissions(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getQueryOptions() - Method in class com.onedrive.sdk.http.BaseRequest
Gets the query options for this request.
getRawObject() - Method in class com.onedrive.sdk.generated.BaseAsyncOperationStatus
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseAudio
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseChunkedUploadSessionDescriptor
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseCopyBody
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseCreateLinkBody
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseCreateSessionBody
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseDeleted
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseDeltaCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseDeltaResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseDrive
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseDriveCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseFile
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseFileSystemInfo
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseFolder
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseHashes
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseIdentity
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseIdentitySet
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseImage
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseItem
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseItemCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseItemReference
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseLocation
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseOpenWithApp
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseOpenWithSet
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BasePermission
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BasePermissionCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BasePhoto
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseQuota
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseRecentCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseSearchCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseSearchResult
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseShare
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseShareCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseShared
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseSharingInvitation
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseSharingLink
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseSpecialFolder
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseStringCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseThumbnail
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseThumbnailSet
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionResponse
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseUploadSession
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.generated.BaseVideo
Gets the raw representation of this class
getRawObject() - Method in class com.onedrive.sdk.http.BaseCollectionPage
Gets the raw representation of this class.
getRawObject() - Method in interface com.onedrive.sdk.http.IBaseCollectionPage
Gets the raw representation of this class.
getRecent() - Method in class com.onedrive.sdk.generated.BaseDriveRequestBuilder
 
getRecent() - Method in interface com.onedrive.sdk.generated.IBaseDriveRequestBuilder
 
getRedirectUrl() - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
The redirect url that corresponds with this client id.
getRequestMethod() - Method in interface com.onedrive.sdk.http.IConnection
Gets the http request method.
getRequestMethod() - Method in class com.onedrive.sdk.http.UrlConnection
 
getRequestUrl() - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Gets the request url.
getRequestUrl() - Method in class com.onedrive.sdk.http.BaseRequest
Gets the request url.
getRequestUrl() - Method in class com.onedrive.sdk.http.BaseRequestBuilder
Gets the request url.
getRequestUrl() - Method in class com.onedrive.sdk.http.BaseStreamRequest
Gets the request url.
getRequestUrl() - Method in interface com.onedrive.sdk.http.IHttpRequest
Gets the request url.
getRequestUrl() - Method in interface com.onedrive.sdk.http.IRequestBuilder
Gets the request url.
getRequestUrlWithAdditionalSegment(String) - Method in class com.onedrive.sdk.http.BaseRequestBuilder
Gets the request url with an extra segment added to it.
getRequestUrlWithAdditionalSegment(String) - Method in interface com.onedrive.sdk.http.IRequestBuilder
Gets the request url with an additional segment.
getResponseCode() - Method in interface com.onedrive.sdk.http.IConnection
Gets the response code for the request.
getResponseCode() - Method in class com.onedrive.sdk.http.UrlConnection
 
getResponseHeaders() - Method in exception com.onedrive.sdk.http.OneDriveServiceException
The response headers.
getResponseMessage() - Method in interface com.onedrive.sdk.http.IConnection
Get the response message.
getResponseMessage() - Method in class com.onedrive.sdk.http.UrlConnection
 
getResponseType() - Method in class com.onedrive.sdk.http.BaseRequest
Gets the response type.
getResult(ICallback<T>) - Method in class com.onedrive.sdk.concurrency.AsyncMonitor
Gets the result from the service asynchronously.
getResult() - Method in class com.onedrive.sdk.concurrency.AsyncMonitor
Gets the result from the service.
getResultFrom(String, IOneDriveClient) - Method in interface com.onedrive.sdk.concurrency.ResultGetter
Gets a result from a location with a client.
getRoot() - Method in class com.onedrive.sdk.extensions.DriveRequestBuilder
Gets the root of the drive
getRoot() - Method in interface com.onedrive.sdk.extensions.IDriveRequestBuilder
Gets the root of the drive.
getScopes() - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
The scopes for this application.
getSearch(String) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getSearch(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getSerializer() - Method in class com.onedrive.sdk.core.BaseClient
Gets the serializer.
getSerializer() - Method in class com.onedrive.sdk.core.DefaultClientConfig
Gets the serializer.
getSerializer() - Method in interface com.onedrive.sdk.core.IBaseClient
Gets the serializer.
getSerializer() - Method in interface com.onedrive.sdk.core.IClientConfig
Gets the serializer.
getSerializer() - Method in class com.onedrive.sdk.generated.BaseAsyncOperationStatus
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseAudio
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseChunkedUploadSessionDescriptor
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseCopyBody
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseCreateLinkBody
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseCreateSessionBody
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseDeleted
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseDeltaCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseDeltaResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseDrive
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseDriveCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseFile
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseFileSystemInfo
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseFolder
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseHashes
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseIdentity
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseIdentitySet
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseImage
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseItem
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseItemCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseItemReference
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseLocation
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseOpenWithApp
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseOpenWithSet
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BasePermission
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BasePermissionCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BasePhoto
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseQuota
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseRecentCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseSearchCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseSearchResult
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseShare
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseShareCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseShared
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseSharingInvitation
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseSharingLink
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseSpecialFolder
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseStringCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseThumbnail
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseThumbnailSet
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionResponse
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseUploadSession
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.generated.BaseVideo
Gets serializer
getSerializer() - Method in class com.onedrive.sdk.http.BaseCollectionPage
Gets the serializer.
getSerializer() - Method in class com.onedrive.sdk.http.DefaultHttpProvider
Gets the serializer for this http provider.
getSerializer() - Method in interface com.onedrive.sdk.http.IHttpProvider
Get the serializer for this http provider.
getServiceError() - Method in exception com.onedrive.sdk.http.OneDriveServiceException
Gets the error message from the OneDrive service object.
getServiceRoot() - Method in class com.onedrive.sdk.authentication.ADALAccountInfo
Get the OneDrive service root for this account.
getServiceRoot() - Method in interface com.onedrive.sdk.authentication.IAccountInfo
Gets the OneDrive service root for this account.
getServiceRoot() - Method in class com.onedrive.sdk.authentication.MSAAccountInfo
Get the OneDrive service root for this account.
getServiceRoot() - Method in class com.onedrive.sdk.core.BaseClient
Gets the service root.
getServiceRoot() - Method in interface com.onedrive.sdk.core.IBaseClient
Gets the service root.
getSession() - Method in class com.onedrive.sdk.extensions.ChunkedUploadResult
Get the next session.
getShare(String) - Method in class com.onedrive.sdk.generated.BaseOneDriveClient
Gets a single Share.
getShare(String) - Method in interface com.onedrive.sdk.generated.IBaseOneDriveClient
Gets a single Share.
getShared(String) - Method in class com.onedrive.sdk.generated.BaseDriveRequestBuilder
 
getShared(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequestBuilder
 
getShares() - Method in class com.onedrive.sdk.generated.BaseOneDriveClient
Gets the collection of Share objects.
getShares() - Method in interface com.onedrive.sdk.generated.IBaseOneDriveClient
Gets the collection of Share objects.
getSpecial(String) - Method in class com.onedrive.sdk.generated.BaseDriveRequestBuilder
 
getSpecial(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequestBuilder
 
getStatus(ICallback<AsyncOperationStatus>) - Method in class com.onedrive.sdk.concurrency.AsyncMonitor
Gets the status of the monitor from the service asynchronously.
getStatus() - Method in class com.onedrive.sdk.concurrency.AsyncMonitor
Gets the status of the monitor from the service.
getStatus() - Method in exception com.onedrive.sdk.concurrency.AsyncOperationException
Gets the status for this exception.
getThumbnails() - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getThumbnails(String) - Method in class com.onedrive.sdk.generated.BaseItemRequestBuilder
 
getThumbnails() - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getThumbnails(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequestBuilder
 
getThumbnailSize(String) - Method in interface com.onedrive.sdk.extensions.IThumbnailSetRequestBuilder
Gets a request for a thumbnail of a specific size
getThumbnailSize(String) - Method in class com.onedrive.sdk.extensions.ThumbnailSetRequestBuilder
 
getValue() - Method in class com.onedrive.sdk.options.Option
Gets the value of the option.
grantedTo - Variable in class com.onedrive.sdk.generated.BasePermission
The Granted To.

H

hasDrm - Variable in class com.onedrive.sdk.generated.BaseAudio
The Has Drm.
hasError() - Method in class com.onedrive.sdk.extensions.ChunkedUploadResult
Checks if error happened.
Hashes - Class in com.onedrive.sdk.extensions
The class for the Hashes.
Hashes() - Constructor for class com.onedrive.sdk.extensions.Hashes
 
hashes - Variable in class com.onedrive.sdk.generated.BaseFile
The Hashes.
HeaderOption - Class in com.onedrive.sdk.options
A header value.
HeaderOption(String, String) - Constructor for class com.onedrive.sdk.options.HeaderOption
Creates a header option object.
height - Variable in class com.onedrive.sdk.generated.BaseImage
The Height.
height - Variable in class com.onedrive.sdk.generated.BaseThumbnail
The Height.
height - Variable in class com.onedrive.sdk.generated.BaseVideo
The Height.
HTTP_ACCEPTED - Static variable in class com.onedrive.sdk.http.HttpResponseCode
Http response code for accepted.
HTTP_CLIENT_ERROR - Static variable in class com.onedrive.sdk.http.HttpResponseCode
Http response code for error response.
HTTP_CREATED - Static variable in class com.onedrive.sdk.http.HttpResponseCode
Http response code for created.
HTTP_NOBODY - Static variable in class com.onedrive.sdk.http.HttpResponseCode
Http response code for nobody.
HTTP_NOT_MODIFIED - Static variable in class com.onedrive.sdk.http.HttpResponseCode
Http response code for not modified.
HTTP_OK - Static variable in class com.onedrive.sdk.http.HttpResponseCode
Http response code OK.
HTTP_SEE_OTHER - Static variable in class com.onedrive.sdk.http.HttpResponseCode
Http response code for see other.
HttpMethod - Enum in com.onedrive.sdk.http
The http method for a request.
httpProvider(IHttpProvider) - Method in class com.onedrive.sdk.extensions.OneDriveClient.Builder
Sets the httpProvider
HttpResponseCode - Class in com.onedrive.sdk.http
The http code for http request.

I

IAccountInfo - Interface in com.onedrive.sdk.authentication
Represents account information used to communicate with the OneDrive service.
IAuthenticator - Interface in com.onedrive.sdk.authentication
Authenticates a user interactively and silently.
IBaseClient - Interface in com.onedrive.sdk.core
A client that communications with an OData service.
IBaseCollectionPage<T1,T2 extends IRequestBuilder> - Interface in com.onedrive.sdk.http
A page of results from a collection.
IBaseCopyRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Copy Request.
IBaseCopyRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Copy Request Builder.
IBaseCreateLinkRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Create Link Request.
IBaseCreateLinkRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Create Link Request Builder.
IBaseCreateSessionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Create Session Request.
IBaseCreateSessionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Create Session Request Builder.
IBaseDeltaCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Delta Collection Page.
IBaseDeltaRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Delta Request.
IBaseDeltaRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Delta Request Builder.
IBaseDriveCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Drive Collection Page.
IBaseDriveCollectionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Drive Collection Request.
IBaseDriveCollectionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Drive Collection Request Builder.
IBaseDriveRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Drive Request.
IBaseDriveRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Drive Request Builder.
IBaseItemCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Item Collection Page.
IBaseItemCollectionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Item Collection Request.
IBaseItemCollectionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Item Collection Request Builder.
IBaseItemRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Item Request.
IBaseItemRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Item Request Builder.
IBaseItemStreamRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Item Stream Request.
IBaseItemStreamRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Item Stream Request Builder.
IBaseOneDriveClient - Interface in com.onedrive.sdk.generated
The interface for the Base One Drive Client.
IBasePermissionCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Permission Collection Page.
IBasePermissionCollectionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Permission Collection Request.
IBasePermissionCollectionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Permission Collection Request Builder.
IBasePermissionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Permission Request.
IBasePermissionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Permission Request Builder.
IBaseRecentCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Recent Collection Page.
IBaseRecentRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Recent Request.
IBaseRecentRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Recent Request Builder.
IBaseSearchCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Search Collection Page.
IBaseSearchRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Search Request.
IBaseSearchRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Search Request Builder.
IBaseShareCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Share Collection Page.
IBaseShareCollectionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Share Collection Request.
IBaseShareCollectionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Share Collection Request Builder.
IBaseShareRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Share Request.
IBaseShareRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Share Request Builder.
IBaseStringCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base String Collection Page.
IBaseStringCollectionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base String Collection Request.
IBaseStringCollectionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base String Collection Request Builder.
IBaseThumbnailRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Request.
IBaseThumbnailRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Request Builder.
IBaseThumbnailSetCollectionPage - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Set Collection Page.
IBaseThumbnailSetCollectionRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Set Collection Request.
IBaseThumbnailSetCollectionRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Set Collection Request Builder.
IBaseThumbnailSetRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Set Request.
IBaseThumbnailSetRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Set Request Builder.
IBaseThumbnailStreamRequest - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Stream Request.
IBaseThumbnailStreamRequestBuilder - Interface in com.onedrive.sdk.generated
The interface for the Base Thumbnail Stream Request Builder.
ICallback<Result> - Interface in com.onedrive.sdk.concurrency
A callback that describes how to deal with success and failure.
IClientConfig - Interface in com.onedrive.sdk.core
The default configuration for a OneDrive client.
IConnection - Interface in com.onedrive.sdk.http
An http connection with a remote server.
IConnectionFactory - Interface in com.onedrive.sdk.http
Creates connections to remove servers.
ICopyRequest - Interface in com.onedrive.sdk.extensions
The interface for the Copy Request.
ICopyRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Copy Request Builder.
ICreateLinkRequest - Interface in com.onedrive.sdk.extensions
The interface for the Create Link Request.
ICreateLinkRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Create Link Request Builder.
ICreateSessionRequest - Interface in com.onedrive.sdk.extensions
The interface for the Create Session Request.
ICreateSessionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Create Session Request Builder.
id - Variable in class com.onedrive.sdk.generated.BaseDrive
The Id.
id - Variable in class com.onedrive.sdk.generated.BaseIdentity
The Id.
id - Variable in class com.onedrive.sdk.generated.BaseItem
The Id.
id - Variable in class com.onedrive.sdk.generated.BaseItemReference
The Id.
id - Variable in class com.onedrive.sdk.generated.BasePermission
The Id.
id - Variable in class com.onedrive.sdk.generated.BaseShare
The Id.
id - Variable in class com.onedrive.sdk.generated.BaseThumbnailSet
The Id.
IDeltaCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Delta Collection Page.
IDeltaRequest - Interface in com.onedrive.sdk.extensions
The interface for the Delta Request.
IDeltaRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Delta Request Builder.
Identity - Class in com.onedrive.sdk.extensions
The class for the Identity.
Identity() - Constructor for class com.onedrive.sdk.extensions.Identity
 
IdentitySet - Class in com.onedrive.sdk.extensions
The class for the Identity Set.
IdentitySet() - Constructor for class com.onedrive.sdk.extensions.IdentitySet
 
IDriveCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Drive Collection Page.
IDriveCollectionRequest - Interface in com.onedrive.sdk.extensions
The interface for the Drive Collection Request.
IDriveCollectionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Drive Collection Request Builder.
IDriveRequest - Interface in com.onedrive.sdk.extensions
The interface for the Drive Request.
IDriveRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Drive Request Builder.
IExecutors - Interface in com.onedrive.sdk.concurrency
A way to manage scheduled actions that are run in the foreground or background threading environments.
IHttpProvider - Interface in com.onedrive.sdk.http
Sends http requests.
IHttpRequest - Interface in com.onedrive.sdk.http
An http request.
IHttpStreamRequest - Interface in com.onedrive.sdk.http
A request for a binary stream.
IItemCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Item Collection Page.
IItemCollectionRequest - Interface in com.onedrive.sdk.extensions
The interface for the Item Collection Request.
IItemCollectionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Item Collection Request Builder.
IItemRequest - Interface in com.onedrive.sdk.extensions
The interface for the Item Request.
IItemRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Item Request Builder.
IItemStreamRequest - Interface in com.onedrive.sdk.extensions
The interface for the Item Stream Request.
IItemStreamRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Item Stream Request Builder.
IJsonBackedObject - Interface in com.onedrive.sdk.serializer
An object was parsed from json.
ILogger - Interface in com.onedrive.sdk.logger
The logger for the service client.
Image - Class in com.onedrive.sdk.extensions
The class for the Image.
Image() - Constructor for class com.onedrive.sdk.extensions.Image
 
image - Variable in class com.onedrive.sdk.generated.BaseItem
The Image.
INDENT_SPACES - Static variable in exception com.onedrive.sdk.http.OneDriveServiceException
The intent spacing on json based responses.
inheritedFrom - Variable in class com.onedrive.sdk.generated.BasePermission
The Inherited From.
init(IExecutors, IHttpProvider, Activity, ILogger) - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Initializes the authenticator.
init(IExecutors, IHttpProvider, Activity, ILogger) - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Initializes the authenticator.
init(IExecutors, IHttpProvider, Activity, ILogger) - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Initializes the authenticator.
init(IExecutors, IHttpProvider, Activity, ILogger) - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Initializes the authenticator.
innererror - Variable in class com.onedrive.sdk.http.OneDriveError
 
innererror - Variable in class com.onedrive.sdk.http.OneDriveInnerError
 
intercept(IHttpRequest) - Method in class com.onedrive.sdk.authentication.AuthorizationInterceptor
Intercepts the request.
intercept(IHttpRequest) - Method in interface com.onedrive.sdk.http.IRequestInterceptor
Intercepts the request.
INTERNAL_SERVER_ERROR - Static variable in exception com.onedrive.sdk.http.OneDriveServiceException
The internal server error threshold defined by http protocol.
invitation - Variable in class com.onedrive.sdk.generated.BasePermission
The Invitation.
invitedBy - Variable in class com.onedrive.sdk.generated.BaseSharingInvitation
The Invited By.
inviteErrorResolveUrl - Variable in class com.onedrive.sdk.generated.BaseSharingInvitation
The Invite Error Resolve Url.
IOneDriveClient - Interface in com.onedrive.sdk.extensions
The interface for the One Drive Client.
IPermissionCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Permission Collection Page.
IPermissionCollectionRequest - Interface in com.onedrive.sdk.extensions
The interface for the Permission Collection Request.
IPermissionCollectionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Permission Collection Request Builder.
IPermissionRequest - Interface in com.onedrive.sdk.extensions
The interface for the Permission Request.
IPermissionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Permission Request Builder.
IProgressCallback<Result> - Interface in com.onedrive.sdk.concurrency
A callback that describes how to deal with success, failure, and progress.
IRecentCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Recent Collection Page.
IRecentRequest - Interface in com.onedrive.sdk.extensions
The interface for the Recent Request.
IRecentRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Recent Request Builder.
IRequestBuilder - Interface in com.onedrive.sdk.http
Builder for a request.
IRequestInterceptor - Interface in com.onedrive.sdk.http
Intercepts a request before it is sent by the http provider.
ISearchCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Search Collection Page.
ISearchRequest - Interface in com.onedrive.sdk.extensions
The interface for the Search Request.
ISearchRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Search Request Builder.
ISerializer - Interface in com.onedrive.sdk.serializer
Serializes and deserializes items from strings into their types.
isError(OneDriveErrorCodes) - Method in exception com.onedrive.sdk.core.ClientException
Determines if the given error code is expected.
isError(OneDriveErrorCodes) - Method in class com.onedrive.sdk.http.OneDriveError
Determine if the given error code is the one that is expected.
isError(OneDriveErrorCodes) - Method in exception com.onedrive.sdk.http.OneDriveServiceException
 
isExpired() - Method in class com.onedrive.sdk.authentication.ADALAccountInfo
Determines if the access token is expired and needs to be refreshed.
isExpired() - Method in interface com.onedrive.sdk.authentication.IAccountInfo
Indicates if the account access token is expired and needs to be refreshed.
isExpired() - Method in class com.onedrive.sdk.authentication.MSAAccountInfo
Indicates if the account access token is expired and needs to be refreshed.
IShareCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Share Collection Page.
IShareCollectionRequest - Interface in com.onedrive.sdk.extensions
The interface for the Share Collection Request.
IShareCollectionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Share Collection Request Builder.
IShareRequest - Interface in com.onedrive.sdk.extensions
The interface for the Share Request.
IShareRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Share Request Builder.
iso - Variable in class com.onedrive.sdk.generated.BasePhoto
The Iso.
IStatefulResponseHandler<ResultType,DeserializedType> - Interface in com.onedrive.sdk.http
The handler interface for requests having stateful response from server.
IStringCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the String Collection Page.
IStringCollectionRequest - Interface in com.onedrive.sdk.extensions
The interface for the String Collection Request.
IStringCollectionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the String Collection Request Builder.
isVariableBitrate - Variable in class com.onedrive.sdk.generated.BaseAudio
The Is Variable Bitrate.
Item - Class in com.onedrive.sdk.extensions
The class for the Item.
Item() - Constructor for class com.onedrive.sdk.extensions.Item
 
item - Variable in class com.onedrive.sdk.generated.BaseCreateSessionBody
The item.
ItemCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Item Collection Page.
ItemCollectionPage(BaseItemCollectionResponse, IItemCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.ItemCollectionPage
A collection page for Item.
ItemCollectionRequest - Class in com.onedrive.sdk.extensions
The class for the Item Collection Request.
ItemCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ItemCollectionRequest
The request for this collection of Item
ItemCollectionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Item Collection Request Builder.
ItemCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ItemCollectionRequestBuilder
The request builder for this collection of Item
ItemReference - Class in com.onedrive.sdk.extensions
The class for the Item Reference.
ItemReference() - Constructor for class com.onedrive.sdk.extensions.ItemReference
 
ItemRequest - Class in com.onedrive.sdk.extensions
The class for the Item Request.
ItemRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ItemRequest
The request for the Item
ItemRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Item Request Builder.
ItemRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ItemRequestBuilder
The request builder for the Item
items - Variable in class com.onedrive.sdk.generated.BaseDrive
The Items.
items - Variable in class com.onedrive.sdk.generated.BaseShare
The Items.
ItemStreamRequest - Class in com.onedrive.sdk.extensions
The class for the Item Stream Request.
ItemStreamRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ItemStreamRequest
The request for the ItemStream
ItemStreamRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Item Stream Request Builder.
ItemStreamRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ItemStreamRequestBuilder
The request builder for the ItemStream
IThumbnailRequest - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Request.
IThumbnailRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Request Builder.
IThumbnailSetCollectionPage - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Set Collection Page.
IThumbnailSetCollectionRequest - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Set Collection Request.
IThumbnailSetCollectionRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Set Collection Request Builder.
IThumbnailSetRequest - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Set Request.
IThumbnailSetRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Set Request Builder.
IThumbnailStreamRequest - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Stream Request.
IThumbnailStreamRequestBuilder - Interface in com.onedrive.sdk.extensions
The interface for the Thumbnail Stream Request Builder.

L

large - Variable in class com.onedrive.sdk.generated.BaseThumbnailSet
The Large.
lastModifiedBy - Variable in class com.onedrive.sdk.generated.BaseItem
The Last Modified By.
lastModifiedDateTime - Variable in class com.onedrive.sdk.generated.BaseFileSystemInfo
The Last Modified Date Time.
lastModifiedDateTime - Variable in class com.onedrive.sdk.generated.BaseItem
The Last Modified Date Time.
latitude - Variable in class com.onedrive.sdk.generated.BaseLocation
The Latitude.
link - Variable in class com.onedrive.sdk.generated.BasePermission
The Link.
Location - Class in com.onedrive.sdk.extensions
The class for the Location.
Location() - Constructor for class com.onedrive.sdk.extensions.Location
 
location - Variable in class com.onedrive.sdk.generated.BaseItem
The Location.
logDebug(String) - Method in class com.onedrive.sdk.logger.DefaultLogger
Logs a debug message.
logDebug(String) - Method in interface com.onedrive.sdk.logger.ILogger
Log a debug message.
logError(String, Throwable) - Method in class com.onedrive.sdk.logger.DefaultLogger
Logs an error message with throwable.
logError(String, Throwable) - Method in interface com.onedrive.sdk.logger.ILogger
Log an error message with throwable.
LoggerLevel - Enum in com.onedrive.sdk.logger
Describes the logging levels supported by this client.
login(String, ICallback<IAccountInfo>) - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Starts an interactive login asynchronously.
login(String) - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Starts an interactive login.
login(String, ICallback<IAccountInfo>) - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Starts an interactive login asynchronously.
login(String) - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Starts an interactive login.
login(String, ICallback<IAccountInfo>) - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Starts an interactive login asynchronously.
login(String) - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Starts an interactive login.
login(String, ICallback<IAccountInfo>) - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Starts an interactive login asynchronously.
login(String) - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Starts an interactive login.
loginAndBuildClient(Activity, ICallback<IOneDriveClient>) - Method in class com.onedrive.sdk.extensions.OneDriveClient.Builder
Login a user and then returns the OneDriveClient asynchronously
loginSilent(ICallback<IAccountInfo>) - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Starts a silent login asynchronously.
loginSilent() - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Starts a silent login.
loginSilent(ICallback<IAccountInfo>) - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Starts a silent login asynchronously.
loginSilent() - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Starts a silent login.
loginSilent(ICallback<IAccountInfo>) - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Starts a silent login asynchronously.
loginSilent() - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Starts a silent login.
loginSilent(ICallback<IAccountInfo>) - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Starts a silent login asynchronously.
loginSilent() - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Starts a silent login.
logout(ICallback<Void>) - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Logs the current user out.
logout() - Method in class com.onedrive.sdk.authentication.ADALAuthenticator
Logs the current user out.
logout(ICallback<Void>) - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Log the current user out.
logout() - Method in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
Log the current user out.
logout(ICallback<Void>) - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Log the current user out.
logout() - Method in interface com.onedrive.sdk.authentication.IAuthenticator
Log the current user out.
logout(ICallback<Void>) - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Log the current user out.
logout() - Method in class com.onedrive.sdk.authentication.MSAAuthenticator
Log the current user out.
longitude - Variable in class com.onedrive.sdk.generated.BaseLocation
The Longitude.

M

MAX_BREVITY_LENGTH - Static variable in exception com.onedrive.sdk.http.OneDriveServiceException
The maximum length for a single line string when trying to be brief.
MAX_BYTE_COUNT_BEFORE_TRUNCATION - Static variable in exception com.onedrive.sdk.http.OneDriveServiceException
The number of bytes to display when showing byte array.
mBody - Variable in class com.onedrive.sdk.generated.BaseCopyRequest
 
mBody - Variable in class com.onedrive.sdk.generated.BaseCreateLinkRequest
 
mBody - Variable in class com.onedrive.sdk.generated.BaseCreateSessionRequest
 
medium - Variable in class com.onedrive.sdk.generated.BaseThumbnailSet
The Medium.
message - Variable in class com.onedrive.sdk.http.OneDriveError
 
mimeType - Variable in class com.onedrive.sdk.generated.BaseFile
The Mime Type.
mItem - Variable in class com.onedrive.sdk.generated.BaseCreateSessionRequestBuilder
 
mName - Variable in class com.onedrive.sdk.generated.BaseCopyRequestBuilder
 
mParentReference - Variable in class com.onedrive.sdk.generated.BaseCopyRequestBuilder
 
mQ - Variable in class com.onedrive.sdk.generated.BaseSearchRequestBuilder
 
MSAAccountInfo - Class in com.onedrive.sdk.authentication
Account information for a MSA based account.
MSAAccountInfo(MSAAuthenticator, LiveConnectSession, ILogger) - Constructor for class com.onedrive.sdk.authentication.MSAAccountInfo
Creates an MSAAccountInfo object.
MSAAuthenticator - Class in com.onedrive.sdk.authentication
Wrapper around the MSA authentication library.
MSAAuthenticator() - Constructor for class com.onedrive.sdk.authentication.MSAAuthenticator
 
mToken - Variable in class com.onedrive.sdk.generated.BaseDeltaRequestBuilder
 
mType - Variable in class com.onedrive.sdk.generated.BaseCreateLinkRequestBuilder
 

N

name - Variable in class com.onedrive.sdk.generated.BaseChunkedUploadSessionDescriptor
The Name.
name - Variable in class com.onedrive.sdk.generated.BaseCopyBody
The name.
name - Variable in class com.onedrive.sdk.generated.BaseItem
The Name.
name - Variable in class com.onedrive.sdk.generated.BaseShare
The Name.
name - Variable in class com.onedrive.sdk.generated.BaseSpecialFolder
The Name.
NEW_LINE - Static variable in exception com.onedrive.sdk.http.OneDriveServiceException
New line delimiter.
nextExpectedRanges - Variable in class com.onedrive.sdk.generated.BaseUploadSession
The Next Expected Ranges.
nextLink - Variable in class com.onedrive.sdk.generated.BaseDeltaCollectionResponse
 
nextLink - Variable in class com.onedrive.sdk.generated.BaseDriveCollectionResponse
The url to the next page of this collection, or null
nextLink - Variable in class com.onedrive.sdk.generated.BaseItemCollectionResponse
The url to the next page of this collection, or null
nextLink - Variable in class com.onedrive.sdk.generated.BasePermissionCollectionResponse
The url to the next page of this collection, or null
nextLink - Variable in class com.onedrive.sdk.generated.BaseRecentCollectionResponse
 
nextLink - Variable in class com.onedrive.sdk.generated.BaseSearchCollectionResponse
 
nextLink - Variable in class com.onedrive.sdk.generated.BaseShareCollectionResponse
The url to the next page of this collection, or null
nextLink - Variable in class com.onedrive.sdk.generated.BaseStringCollectionResponse
The url to the next page of this collection, or null
nextLink - Variable in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionResponse
The url to the next page of this collection, or null

O

OAUTH_BEARER_PREFIX - Static variable in class com.onedrive.sdk.authentication.AuthorizationInterceptor
The bearer prefix.
odata_deltaLink - Variable in class com.onedrive.sdk.generated.BaseDeltaResponse
The @odata.delta Link.
onClickTelemetryUrl - Variable in class com.onedrive.sdk.generated.BaseSearchResult
The On Click Telemetry Url.
ONE_DRIVE_PERSONAL_SERVICE_ROOT - Static variable in class com.onedrive.sdk.authentication.MSAAccountInfo
The service root for the OneDrive personal API.
OneDriveClient - Class in com.onedrive.sdk.extensions
The class for the One Drive Client.
OneDriveClient() - Constructor for class com.onedrive.sdk.extensions.OneDriveClient
Restricted constructor
OneDriveClient.Builder - Class in com.onedrive.sdk.extensions
The builder for this OneDriveClient
OneDriveClient.Builder() - Constructor for class com.onedrive.sdk.extensions.OneDriveClient.Builder
 
OneDriveError - Class in com.onedrive.sdk.http
 
OneDriveError() - Constructor for class com.onedrive.sdk.http.OneDriveError
 
OneDriveErrorCodes - Enum in com.onedrive.sdk.core
The common OneDrive error codes.
OneDriveErrorResponse - Class in com.onedrive.sdk.http
 
OneDriveErrorResponse() - Constructor for class com.onedrive.sdk.http.OneDriveErrorResponse
 
OneDriveFatalServiceException - Exception in com.onedrive.sdk.http
An unexpected exception from the OneDrive service.
OneDriveFatalServiceException(String, String, List<String>, String, int, String, List<String>, OneDriveErrorResponse) - Constructor for exception com.onedrive.sdk.http.OneDriveFatalServiceException
Create a fatal OneDrive service exception.
OneDriveInnerError - Class in com.onedrive.sdk.http
 
OneDriveInnerError() - Constructor for class com.onedrive.sdk.http.OneDriveInnerError
 
OneDriveServiceException - Exception in com.onedrive.sdk.http
An exception from the OneDrive service.
OneDriveServiceException(String, String, List<String>, String, int, String, List<String>, OneDriveErrorResponse) - Constructor for exception com.onedrive.sdk.http.OneDriveServiceException
Create a OneDrive service exception.
openWith - Variable in class com.onedrive.sdk.generated.BaseItem
The Open With.
OpenWithApp - Class in com.onedrive.sdk.extensions
The class for the Open With App.
OpenWithApp() - Constructor for class com.onedrive.sdk.extensions.OpenWithApp
 
OpenWithSet - Class in com.onedrive.sdk.extensions
The class for the Open With Set.
OpenWithSet() - Constructor for class com.onedrive.sdk.extensions.OpenWithSet
 
operation - Variable in class com.onedrive.sdk.generated.BaseAsyncOperationStatus
The Operation.
Option - Class in com.onedrive.sdk.options
An option that is settable for a request.
Option(String, String) - Constructor for class com.onedrive.sdk.options.Option
Creates an option object.
owner - Variable in class com.onedrive.sdk.generated.BaseDrive
The Owner.
owner - Variable in class com.onedrive.sdk.generated.BaseShare
The Owner.
owner - Variable in class com.onedrive.sdk.generated.BaseShared
The Owner.

P

parentReference - Variable in class com.onedrive.sdk.generated.BaseCopyBody
The parent Reference.
parentReference - Variable in class com.onedrive.sdk.generated.BaseItem
The Parent Reference.
patch(Drive, ICallback<Drive>) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
patch(Drive) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
patch(Item, ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
patch(Item) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
patch(Permission, ICallback<Permission>) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
patch(Permission) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
patch(Share, ICallback<Share>) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
patch(Share) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
patch(Thumbnail, ICallback<Thumbnail>) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
patch(Thumbnail) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
patch(ThumbnailSet, ICallback<ThumbnailSet>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
patch(ThumbnailSet) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
patch(Drive, ICallback<Drive>) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
patch(Drive) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
patch(Item, ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
patch(Item) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
patch(Permission, ICallback<Permission>) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
patch(Permission) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
patch(Share, ICallback<Share>) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
patch(Share) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
patch(Thumbnail, ICallback<Thumbnail>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
patch(Thumbnail) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
patch(ThumbnailSet, ICallback<ThumbnailSet>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
patch(ThumbnailSet) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
path - Variable in class com.onedrive.sdk.generated.BaseItemReference
The Path.
percentageComplete - Variable in class com.onedrive.sdk.generated.BaseAsyncOperationStatus
The Percentage Complete.
performOnBackground(Runnable) - Method in class com.onedrive.sdk.concurrency.DefaultExecutors
Runs the given Runnable on the background thread.
performOnBackground(Runnable) - Method in interface com.onedrive.sdk.concurrency.IExecutors
Runs the given Runnable on the background thread.
performOnForeground(Result, ICallback<Result>) - Method in class com.onedrive.sdk.concurrency.DefaultExecutors
Performs the given callback with the result object.
performOnForeground(int, int, IProgressCallback<Result>) - Method in class com.onedrive.sdk.concurrency.DefaultExecutors
Performs the given callback with the result object.
performOnForeground(ClientException, ICallback<Result>) - Method in class com.onedrive.sdk.concurrency.DefaultExecutors
Performs the given callback with the exception object.
performOnForeground(Result, ICallback<Result>) - Method in interface com.onedrive.sdk.concurrency.IExecutors
Performs the given callback with the result object.
performOnForeground(int, int, IProgressCallback<Result>) - Method in interface com.onedrive.sdk.concurrency.IExecutors
Performs the given callback with the result object.
performOnForeground(ClientException, ICallback<Result>) - Method in interface com.onedrive.sdk.concurrency.IExecutors
Performs the given callback with the exception object.
Permission - Class in com.onedrive.sdk.extensions
The class for the Permission.
Permission() - Constructor for class com.onedrive.sdk.extensions.Permission
 
PermissionCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Permission Collection Page.
PermissionCollectionPage(BasePermissionCollectionResponse, IPermissionCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.PermissionCollectionPage
A collection page for Item.
PermissionCollectionRequest - Class in com.onedrive.sdk.extensions
The class for the Permission Collection Request.
PermissionCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.PermissionCollectionRequest
The request for this collection of Item
PermissionCollectionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Permission Collection Request Builder.
PermissionCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.PermissionCollectionRequestBuilder
The request builder for this collection of Item
PermissionRequest - Class in com.onedrive.sdk.extensions
The class for the Permission Request.
PermissionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.PermissionRequest
The request for the Permission
PermissionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Permission Request Builder.
PermissionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.PermissionRequestBuilder
The request builder for the Permission
permissions - Variable in class com.onedrive.sdk.generated.BaseItem
The Permissions.
Photo - Class in com.onedrive.sdk.extensions
The class for the Photo.
Photo() - Constructor for class com.onedrive.sdk.extensions.Photo
 
photo - Variable in class com.onedrive.sdk.generated.BaseItem
The Photo.
pollForResult(long, IProgressCallback<T>) - Method in class com.onedrive.sdk.concurrency.AsyncMonitor
Polls the service for the monitored operation to complete.
post(ICallback<AsyncMonitor<Item>>) - Method in class com.onedrive.sdk.generated.BaseCopyRequest
 
post() - Method in class com.onedrive.sdk.generated.BaseCopyRequest
 
post(ICallback<Permission>) - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequest
 
post() - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequest
 
post(ICallback<UploadSession>) - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequest
 
post() - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequest
 
post(Drive, ICallback<Drive>) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
post(Drive) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
post(Item, ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
post(Item) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
post(Item, ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
post(Item) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
post(Permission, ICallback<Permission>) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
post(Permission) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
post(Share, ICallback<Share>) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
post(Share) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
post(Thumbnail, ICallback<Thumbnail>) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
post(Thumbnail) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
post(ThumbnailSet, ICallback<ThumbnailSet>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
post(ThumbnailSet) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
post(ICallback<AsyncMonitor<Item>>) - Method in interface com.onedrive.sdk.generated.IBaseCopyRequest
 
post() - Method in interface com.onedrive.sdk.generated.IBaseCopyRequest
 
post(ICallback<Permission>) - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequest
 
post() - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequest
 
post(ICallback<UploadSession>) - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequest
 
post() - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequest
 
post(Drive, ICallback<Drive>) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
post(Drive) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
post(Item, ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
 
post(Item) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
 
post(Item, ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
post(Item) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
post(Permission, ICallback<Permission>) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
post(Permission) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
post(Share, ICallback<Share>) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
post(Share) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
post(Thumbnail, ICallback<Thumbnail>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
post(Thumbnail) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
post(ThumbnailSet, ICallback<ThumbnailSet>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
post(ThumbnailSet) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
progress(long, long) - Method in interface com.onedrive.sdk.concurrency.IProgressCallback
How progress updates are handled for this callback.
put(byte[], ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemStreamRequest
 
put(byte[]) - Method in class com.onedrive.sdk.generated.BaseItemStreamRequest
 
put(byte[], ICallback<Thumbnail>) - Method in class com.onedrive.sdk.generated.BaseThumbnailStreamRequest
 
put(byte[]) - Method in class com.onedrive.sdk.generated.BaseThumbnailStreamRequest
 
put(byte[], ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemStreamRequest
 
put(byte[]) - Method in interface com.onedrive.sdk.generated.IBaseItemStreamRequest
 
put(byte[], ICallback<Thumbnail>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailStreamRequest
 
put(byte[]) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailStreamRequest
 

Q

QueryOption - Class in com.onedrive.sdk.options
A query parameter.
QueryOption(String, String) - Constructor for class com.onedrive.sdk.options.QueryOption
Create a query parameter option object.
Quota - Class in com.onedrive.sdk.extensions
The class for the Quota.
Quota() - Constructor for class com.onedrive.sdk.extensions.Quota
 
quota - Variable in class com.onedrive.sdk.generated.BaseDrive
The Quota.

R

rawObject - Variable in class com.onedrive.sdk.http.OneDriveErrorResponse
The raw representation of this class when deserialized.
RecentCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Recent Collection Page.
RecentCollectionPage(BaseRecentCollectionResponse, IRecentRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.RecentCollectionPage
A collection page for Drive.
RecentRequest - Class in com.onedrive.sdk.extensions
The class for the Recent Request.
RecentRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.RecentRequest
The request for this Recent
RecentRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Recent Request Builder.
RecentRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.RecentRequestBuilder
The request builder for this Recent
refresh() - Method in class com.onedrive.sdk.authentication.ADALAccountInfo
Refreshes the access token for this Account info.
refresh() - Method in interface com.onedrive.sdk.authentication.IAccountInfo
Refreshes the authentication token for this account info.
refresh() - Method in class com.onedrive.sdk.authentication.MSAAccountInfo
Refreshes the authentication token for this account info.
remaining - Variable in class com.onedrive.sdk.generated.BaseQuota
The Remaining.
remoteItem - Variable in class com.onedrive.sdk.generated.BaseItem
The Remote Item.
REQUEST_STATS_HEADER_VALUE_FORMAT_STRING - Static variable in class com.onedrive.sdk.http.BaseRequest
The request stats header value format string.
ResultGetter<T> - Interface in com.onedrive.sdk.concurrency
Gets a result.
roles - Variable in class com.onedrive.sdk.generated.BasePermission
The Roles.

S

scope - Variable in class com.onedrive.sdk.generated.BaseShared
The Scope.
SDK_BUG_URL - Static variable in exception com.onedrive.sdk.http.OneDriveFatalServiceException
The website to report issues on this sdk.
SearchCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Search Collection Page.
SearchCollectionPage(BaseSearchCollectionResponse, ISearchRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.SearchCollectionPage
A collection page for Item.
SearchRequest - Class in com.onedrive.sdk.extensions
The class for the Search Request.
SearchRequest(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.extensions.SearchRequest
The request for this Search
SearchRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Search Request Builder.
SearchRequestBuilder(String, IOneDriveClient, List<Option>, String) - Constructor for class com.onedrive.sdk.extensions.SearchRequestBuilder
The request builder for this Search
SearchResult - Class in com.onedrive.sdk.extensions
The class for the Search Result.
SearchResult() - Constructor for class com.onedrive.sdk.extensions.SearchResult
 
searchResult - Variable in class com.onedrive.sdk.generated.BaseItem
The Search Result.
seeOther - Variable in class com.onedrive.sdk.extensions.AsyncOperationStatus
Other references to lookup for this object
select(String) - Method in class com.onedrive.sdk.generated.BaseCopyRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseDeltaRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseRecentRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseSearchRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseShareCollectionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseStringCollectionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequest
 
select(String) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseCopyRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseDeltaRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseRecentRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseSearchRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseShareCollectionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseStringCollectionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequest
 
select(String) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
send() - Method in class com.onedrive.sdk.http.BaseCollectionRequest
Send this request.
send(HttpMethod, ICallback<T1>, T2) - Method in class com.onedrive.sdk.http.BaseRequest
Sends this request.
send(HttpMethod, T2) - Method in class com.onedrive.sdk.http.BaseRequest
Sends this request.
send(ICallback<InputStream>) - Method in class com.onedrive.sdk.http.BaseStreamRequest
Sends this request.
send() - Method in class com.onedrive.sdk.http.BaseStreamRequest
Sends this request.
send(byte[], ICallback<T>) - Method in class com.onedrive.sdk.http.BaseStreamRequest
Sends this request.
send(byte[]) - Method in class com.onedrive.sdk.http.BaseStreamRequest
Sends this request.
send(IHttpRequest, ICallback<Result>, Class<Result>, Body) - Method in class com.onedrive.sdk.http.DefaultHttpProvider
Sends the http request asynchronously.
send(IHttpRequest, Class<Result>, Body) - Method in class com.onedrive.sdk.http.DefaultHttpProvider
Sends the http request.
send(IHttpRequest, Class<Result>, Body, IStatefulResponseHandler<Result, DeserializeType>) - Method in class com.onedrive.sdk.http.DefaultHttpProvider
Sends the http request.
send(IHttpRequest, ICallback<Result>, Class<Result>, BodyType) - Method in interface com.onedrive.sdk.http.IHttpProvider
Sends the http request asynchronously.
send(IHttpRequest, Class<Result>, BodyType) - Method in interface com.onedrive.sdk.http.IHttpProvider
Sends the http request.
send(IHttpRequest, Class<Result>, BodyType, IStatefulResponseHandler<Result, DeserializeType>) - Method in interface com.onedrive.sdk.http.IHttpProvider
Sends the http request.
sendInvitationStatus - Variable in class com.onedrive.sdk.generated.BaseSharingInvitation
The Send Invitation Status.
serialize(Calendar) - Static method in class com.onedrive.sdk.serializer.CalendarSerializer
Serializes the string.
serializeObject(T) - Method in class com.onedrive.sdk.serializer.DefaultSerializer
Serializes an object into a string.
serializeObject(T) - Method in interface com.onedrive.sdk.serializer.ISerializer
Serializes an object into a string.
serializer(ISerializer) - Method in class com.onedrive.sdk.extensions.OneDriveClient.Builder
Sets the serializer
serviceApiVersion - Variable in class com.onedrive.sdk.authentication.ServiceInfo
 
serviceEndpointUri - Variable in class com.onedrive.sdk.authentication.ServiceInfo
 
ServiceInfo - Class in com.onedrive.sdk.authentication
 
ServiceInfo() - Constructor for class com.onedrive.sdk.authentication.ServiceInfo
 
serviceResourceId - Variable in class com.onedrive.sdk.authentication.ServiceInfo
 
services - Variable in class com.onedrive.sdk.authentication.DiscoveryServiceResponse
 
setAuthenticator(IAuthenticator) - Method in class com.onedrive.sdk.core.BaseClient
Sets the authenticator.
setContentLength(int) - Method in interface com.onedrive.sdk.http.IConnection
Set the Content-Length header
setContentLength(int) - Method in class com.onedrive.sdk.http.UrlConnection
 
setExecutors(IExecutors) - Method in class com.onedrive.sdk.core.BaseClient
Sets the executors.
setFollowRedirects(boolean) - Method in interface com.onedrive.sdk.http.IConnection
Follow 3XX series redirects.
setFollowRedirects(boolean) - Method in class com.onedrive.sdk.http.UrlConnection
 
setHttpMethod(HttpMethod) - Method in class com.onedrive.sdk.http.BaseRequest
Sets the http method.
setHttpProvider(IHttpProvider) - Method in class com.onedrive.sdk.core.BaseClient
Sets the http provider.
setLogger(ILogger) - Method in class com.onedrive.sdk.core.BaseClient
Sets the logger.
setLoggingLevel(LoggerLevel) - Method in class com.onedrive.sdk.logger.DefaultLogger
Sets the logging level of this logger.
setLoggingLevel(LoggerLevel) - Method in interface com.onedrive.sdk.logger.ILogger
Sets the logging level of this logger.
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseAsyncOperationStatus
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseAudio
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseChunkedUploadSessionDescriptor
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseCopyBody
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseCreateLinkBody
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseCreateSessionBody
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseDeleted
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseDeltaCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseDeltaResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseDrive
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseFile
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseFileSystemInfo
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseFolder
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseHashes
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseIdentity
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseIdentitySet
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseImage
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseItem
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseItemCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseItemReference
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseLocation
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseOpenWithApp
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseOpenWithSet
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BasePermission
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BasePhoto
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseQuota
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseRecentCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseSearchCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseSearchResult
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseShare
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseShareCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseShared
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseSharingInvitation
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseSharingLink
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseSpecialFolder
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseStringCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseThumbnail
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseThumbnailSet
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionResponse
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseUploadSession
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.generated.BaseVideo
Sets the raw json object
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.http.BaseCollectionPage
Sets the raw json object.
setRawObject(ISerializer, JsonObject) - Method in class com.onedrive.sdk.http.OneDriveErrorResponse
Sets the raw json object.
setRawObject(ISerializer, JsonObject) - Method in interface com.onedrive.sdk.serializer.IJsonBackedObject
Sets the raw json object this object was parsed from.
setSerializer(ISerializer) - Method in class com.onedrive.sdk.core.BaseClient
Sets the serializer.
sha1Hash - Variable in class com.onedrive.sdk.generated.BaseHashes
The Sha1Hash.
Share - Class in com.onedrive.sdk.extensions
The class for the Share.
Share() - Constructor for class com.onedrive.sdk.extensions.Share
 
ShareCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Share Collection Page.
ShareCollectionPage(BaseShareCollectionResponse, IShareCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.ShareCollectionPage
A collection page for Share.
ShareCollectionRequest - Class in com.onedrive.sdk.extensions
The class for the Share Collection Request.
ShareCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ShareCollectionRequest
The request for this collection of Share
ShareCollectionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Share Collection Request Builder.
ShareCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ShareCollectionRequestBuilder
The request builder for this collection of Share
Shared - Class in com.onedrive.sdk.extensions
The class for the Shared.
Shared() - Constructor for class com.onedrive.sdk.extensions.Shared
 
shared - Variable in class com.onedrive.sdk.generated.BaseDrive
The Shared.
shared - Variable in class com.onedrive.sdk.generated.BaseItem
The Shared.
shareId - Variable in class com.onedrive.sdk.generated.BasePermission
The Share Id.
ShareRequest - Class in com.onedrive.sdk.extensions
The class for the Share Request.
ShareRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ShareRequest
The request for the Share
ShareRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Share Request Builder.
ShareRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ShareRequestBuilder
The request builder for the Share
SharingInvitation - Class in com.onedrive.sdk.extensions
The class for the Sharing Invitation.
SharingInvitation() - Constructor for class com.onedrive.sdk.extensions.SharingInvitation
 
SharingLink - Class in com.onedrive.sdk.extensions
The class for the Sharing Link.
SharingLink() - Constructor for class com.onedrive.sdk.extensions.SharingLink
 
signal() - Method in class com.onedrive.sdk.concurrency.SimpleWaiter
Triggers the signal for this waiter.
signInRequired - Variable in class com.onedrive.sdk.generated.BaseSharingInvitation
The Sign In Required.
SimpleWaiter - Class in com.onedrive.sdk.concurrency
A simple signal/waiter interface for synchronizing multi-threaded actions.
SimpleWaiter() - Constructor for class com.onedrive.sdk.concurrency.SimpleWaiter
 
size - Variable in class com.onedrive.sdk.generated.BaseItem
The Size.
small - Variable in class com.onedrive.sdk.generated.BaseThumbnailSet
The Small.
source - Variable in class com.onedrive.sdk.generated.BaseThumbnailSet
The Source.
special - Variable in class com.onedrive.sdk.generated.BaseDrive
The Special.
SpecialFolder - Class in com.onedrive.sdk.extensions
The class for the Special Folder.
SpecialFolder() - Constructor for class com.onedrive.sdk.extensions.SpecialFolder
 
specialFolder - Variable in class com.onedrive.sdk.generated.BaseItem
The Special Folder.
stackTrace - Variable in class com.onedrive.sdk.http.OneDriveInnerError
 
state - Variable in class com.onedrive.sdk.generated.BaseDeleted
The State.
state - Variable in class com.onedrive.sdk.generated.BaseQuota
The State.
status - Variable in class com.onedrive.sdk.generated.BaseAsyncOperationStatus
The Status.
statusDescription - Variable in class com.onedrive.sdk.extensions.AsyncOperationStatus
The detailed status description
streamToString(InputStream) - Static method in class com.onedrive.sdk.http.DefaultHttpProvider
Reads in a stream and converts it into a string.
StringCollectionPage - Class in com.onedrive.sdk.extensions
The class for the String Collection Page.
StringCollectionPage(BaseStringCollectionResponse, IStringCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.StringCollectionPage
A collection page for Shared.
StringCollectionRequest - Class in com.onedrive.sdk.extensions
The class for the String Collection Request.
StringCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.StringCollectionRequest
The request for this collection of Shared
StringCollectionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the String Collection Request Builder.
StringCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.StringCollectionRequestBuilder
The request builder for this collection of Shared
success(Result) - Method in interface com.onedrive.sdk.concurrency.ICallback
How successful results are handled.
SynchronousExecutor - Class in com.onedrive.sdk.concurrency
An executor that runs only on the main thread of an Android application.
SynchronousExecutor() - Constructor for class com.onedrive.sdk.concurrency.SynchronousExecutor
 

T

takenDateTime - Variable in class com.onedrive.sdk.generated.BasePhoto
The Taken Date Time.
throwSite - Variable in class com.onedrive.sdk.http.OneDriveInnerError
 
Thumbnail - Class in com.onedrive.sdk.extensions
The class for the Thumbnail.
Thumbnail() - Constructor for class com.onedrive.sdk.extensions.Thumbnail
 
ThumbnailRequest - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Request.
ThumbnailRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailRequest
The request for the Thumbnail
ThumbnailRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Request Builder.
ThumbnailRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailRequestBuilder
The request builder for the Thumbnail
thumbnails - Variable in class com.onedrive.sdk.generated.BaseIdentity
The Thumbnails.
thumbnails - Variable in class com.onedrive.sdk.generated.BaseItem
The Thumbnails.
ThumbnailSet - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Set.
ThumbnailSet() - Constructor for class com.onedrive.sdk.extensions.ThumbnailSet
 
ThumbnailSetCollectionPage - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Set Collection Page.
ThumbnailSetCollectionPage(BaseThumbnailSetCollectionResponse, IThumbnailSetCollectionRequestBuilder) - Constructor for class com.onedrive.sdk.extensions.ThumbnailSetCollectionPage
A collection page for Item.
ThumbnailSetCollectionRequest - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Set Collection Request.
ThumbnailSetCollectionRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailSetCollectionRequest
The request for this collection of Item
ThumbnailSetCollectionRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Set Collection Request Builder.
ThumbnailSetCollectionRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailSetCollectionRequestBuilder
The request builder for this collection of Item
ThumbnailSetRequest - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Set Request.
ThumbnailSetRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailSetRequest
The request for the ThumbnailSet
ThumbnailSetRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Set Request Builder.
ThumbnailSetRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailSetRequestBuilder
The request builder for the ThumbnailSet
ThumbnailStreamRequest - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Stream Request.
ThumbnailStreamRequest(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailStreamRequest
The request for the ThumbnailStream
ThumbnailStreamRequestBuilder - Class in com.onedrive.sdk.extensions
The class for the Thumbnail Stream Request Builder.
ThumbnailStreamRequestBuilder(String, IOneDriveClient, List<Option>) - Constructor for class com.onedrive.sdk.extensions.ThumbnailStreamRequestBuilder
The request builder for the ThumbnailStream
title - Variable in class com.onedrive.sdk.generated.BaseAudio
The Title.
top(int) - Method in class com.onedrive.sdk.generated.BaseCopyRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseCreateLinkRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseCreateSessionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseDeltaRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseDriveCollectionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseItemCollectionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseItemRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BasePermissionCollectionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseRecentRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseSearchRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseShareCollectionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseShareRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseStringCollectionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionRequest
 
top(int) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseCopyRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseCreateLinkRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseCreateSessionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseDeltaRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseDriveCollectionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseItemCollectionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBasePermissionCollectionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseRecentRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseSearchRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseShareCollectionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseStringCollectionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetCollectionRequest
 
top(int) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
 
total - Variable in class com.onedrive.sdk.generated.BaseQuota
The Total.
track - Variable in class com.onedrive.sdk.generated.BaseAudio
The Track.
trackCount - Variable in class com.onedrive.sdk.generated.BaseAudio
The Track Count.
TRUNCATION_MARKER - Static variable in exception com.onedrive.sdk.http.OneDriveServiceException
How truncated values are shown.
type - Variable in class com.onedrive.sdk.generated.BaseCreateLinkBody
The type.
type - Variable in class com.onedrive.sdk.generated.BaseSharingLink
The Type.

U

update(Drive, ICallback<Drive>) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by BaseDriveRequest.patch(Drive, ICallback)
update(Drive) - Method in class com.onedrive.sdk.generated.BaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by BaseDriveRequest.patch(Drive)
update(Item, ICallback<Item>) - Method in class com.onedrive.sdk.generated.BaseItemRequest
Deprecated.
As of release 1.1.3, replaced by BaseItemRequest.patch(Item, ICallback)
update(Item) - Method in class com.onedrive.sdk.generated.BaseItemRequest
Deprecated.
As of release 1.1.3, replaced by BaseItemRequest.patch(Item)
update(Permission, ICallback<Permission>) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
Deprecated.
update(Permission) - Method in class com.onedrive.sdk.generated.BasePermissionRequest
Deprecated.
As of release 1.1.3, replaced by BasePermissionRequest.patch(Permission)
update(Share, ICallback<Share>) - Method in class com.onedrive.sdk.generated.BaseShareRequest
Deprecated.
As of release 1.1.3, replaced by BaseShareRequest.patch(Share, ICallback)
update(Share) - Method in class com.onedrive.sdk.generated.BaseShareRequest
Deprecated.
As of release 1.1.3, replaced by BaseShareRequest.patch(Share)
update(Thumbnail, ICallback<Thumbnail>) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by BaseThumbnailRequest.patch(Thumbnail, ICallback)
update(Thumbnail) - Method in class com.onedrive.sdk.generated.BaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by BaseThumbnailRequest.patch(Thumbnail)
update(ThumbnailSet, ICallback<ThumbnailSet>) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
Deprecated.
update(ThumbnailSet) - Method in class com.onedrive.sdk.generated.BaseThumbnailSetRequest
Deprecated.
As of release 1.1.3, replaced by BaseThumbnailSetRequest.patch(ThumbnailSet)
update(Drive, ICallback<Drive>) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by IBaseDriveRequest.patch(Drive, ICallback)
update(Drive) - Method in interface com.onedrive.sdk.generated.IBaseDriveRequest
Deprecated.
As of release 1.1.3, replaced by IBaseDriveRequest.patch(Drive)
update(Item, ICallback<Item>) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
Deprecated.
As of release 1.1.3, replaced by IBaseItemRequest.patch(Item, ICallback)
update(Item) - Method in interface com.onedrive.sdk.generated.IBaseItemRequest
Deprecated.
As of release 1.1.3, replaced by IBaseItemRequest.patch(Item)
update(Permission, ICallback<Permission>) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
Deprecated.
update(Permission) - Method in interface com.onedrive.sdk.generated.IBasePermissionRequest
Deprecated.
As of release 1.1.3, replaced by IBasePermissionRequest.patch(Permission)
update(Share, ICallback<Share>) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
Deprecated.
As of release 1.1.3, replaced by IBaseShareRequest.patch(Share, ICallback)
update(Share) - Method in interface com.onedrive.sdk.generated.IBaseShareRequest
Deprecated.
As of release 1.1.3, replaced by IBaseShareRequest.patch(Share)
update(Thumbnail, ICallback<Thumbnail>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by IBaseThumbnailRequest.patch(Thumbnail, ICallback)
update(Thumbnail) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailRequest
Deprecated.
As of release 1.1.3, replaced by IBaseThumbnailRequest.patch(Thumbnail)
update(ThumbnailSet, ICallback<ThumbnailSet>) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
Deprecated.
update(ThumbnailSet) - Method in interface com.onedrive.sdk.generated.IBaseThumbnailSetRequest
Deprecated.
As of release 1.1.3, replaced by IBaseThumbnailSetRequest.patch(ThumbnailSet)
upload(List<Option>, IProgressCallback<UploadType>, int...) - Method in class com.onedrive.sdk.concurrency.ChunkedUploadProvider
Upload content to remote upload session based on the input stream.
upload(ChunkedUploadResponseHandler<UploadType>) - Method in class com.onedrive.sdk.concurrency.ChunkedUploadRequest
Upload a chunk with tries.
uploadCompleted() - Method in class com.onedrive.sdk.extensions.ChunkedUploadResult
Checks the whole upload is completed.
UploadSession<UploadType> - Class in com.onedrive.sdk.extensions
The class for the Upload Session.
UploadSession() - Constructor for class com.onedrive.sdk.extensions.UploadSession
 
uploadUrl - Variable in class com.onedrive.sdk.generated.BaseUploadSession
The Upload Url.
url - Variable in class com.onedrive.sdk.generated.BaseThumbnail
The Url.
UrlConnection - Class in com.onedrive.sdk.http
Wrapper around HttpUrlConnection for testability
UrlConnection(IHttpRequest) - Constructor for class com.onedrive.sdk.http.UrlConnection
Creates a new UrlConnection.
used - Variable in class com.onedrive.sdk.generated.BaseQuota
The Used.
user - Variable in class com.onedrive.sdk.generated.BaseIdentitySet
The User.

V

validate() - Method in class com.onedrive.sdk.core.BaseClient
Validates this client.
validate() - Method in interface com.onedrive.sdk.core.IBaseClient
Validates this client.
value - Variable in class com.onedrive.sdk.generated.BaseDeltaCollectionResponse
 
value - Variable in class com.onedrive.sdk.generated.BaseDeltaResponse
The Value.
value - Variable in class com.onedrive.sdk.generated.BaseDriveCollectionResponse
The list of Drive within this collection page
value - Variable in class com.onedrive.sdk.generated.BaseItemCollectionResponse
The list of Item within this collection page
value - Variable in class com.onedrive.sdk.generated.BasePermissionCollectionResponse
The list of Permission within this collection page
value - Variable in class com.onedrive.sdk.generated.BaseRecentCollectionResponse
 
value - Variable in class com.onedrive.sdk.generated.BaseSearchCollectionResponse
 
value - Variable in class com.onedrive.sdk.generated.BaseShareCollectionResponse
The list of Share within this collection page
value - Variable in class com.onedrive.sdk.generated.BaseStringCollectionResponse
The list of String within this collection page
value - Variable in class com.onedrive.sdk.generated.BaseThumbnailSetCollectionResponse
The list of ThumbnailSet within this collection page
valueOf(String) - Static method in enum com.onedrive.sdk.authentication.AccountType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.onedrive.sdk.core.OneDriveErrorCodes
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.onedrive.sdk.http.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.onedrive.sdk.logger.LoggerLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.onedrive.sdk.authentication.AccountType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.onedrive.sdk.core.OneDriveErrorCodes
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.onedrive.sdk.http.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.onedrive.sdk.logger.LoggerLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VERSION_CODE_KEY - Static variable in class com.onedrive.sdk.authentication.DisambiguationAuthenticator
The key for the version code
VERSION_CODE_KEY - Static variable in class com.onedrive.sdk.authentication.MSAAuthenticator
The key for the version code
versions - Variable in class com.onedrive.sdk.generated.BaseItem
The Versions.
Video - Class in com.onedrive.sdk.extensions
The class for the Video.
Video() - Constructor for class com.onedrive.sdk.extensions.Video
 
video - Variable in class com.onedrive.sdk.generated.BaseItem
The Video.
viewPostParameters - Variable in class com.onedrive.sdk.generated.BaseOpenWithApp
The View Post Parameters.
viewUrl - Variable in class com.onedrive.sdk.generated.BaseOpenWithApp
The View Url.

W

waitForSignal() - Method in class com.onedrive.sdk.concurrency.SimpleWaiter
BLOCKING: Waits for the signal to be triggered, or returns immediately if it has already been triggered.
web - Variable in class com.onedrive.sdk.generated.BaseOpenWithSet
The Web.
webEmbed - Variable in class com.onedrive.sdk.generated.BaseOpenWithSet
The Web Embed.
webHtml - Variable in class com.onedrive.sdk.generated.BaseSharingLink
The Web Html.
webUrl - Variable in class com.onedrive.sdk.generated.BaseItem
The Web Url.
webUrl - Variable in class com.onedrive.sdk.generated.BaseSharingLink
The Web Url.
width - Variable in class com.onedrive.sdk.generated.BaseImage
The Width.
width - Variable in class com.onedrive.sdk.generated.BaseThumbnail
The Width.
width - Variable in class com.onedrive.sdk.generated.BaseVideo
The Width.

X

X_THROWSITE - Static variable in exception com.onedrive.sdk.http.OneDriveServiceException
The throwsite header identifier

Y

year - Variable in class com.onedrive.sdk.generated.BaseAudio
The Year.
A B C D E F G H I L M N O P Q R S T U V W X Y