Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- accessToken(String) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
The current authorization token used to make API requests.
- action(ItemActionSet) - Method in class com.amilesend.onedrive.resource.activities.ItemActivity.ItemActivityBuilder
-
Action details that took place.
- actor(IdentitySet) - Method in class com.amilesend.onedrive.resource.activities.ItemActivity.ItemActivityBuilder
-
Who performed the action.
- addAuthentication(Request.Builder) - Method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- addPermission(AddPermissionRequest) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Adds a permission to this
DriveItem
for the given request. - addPermission(AddPermissionRequest) - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Adds a permission for the given request.
- AddPermissionRequest - Class in com.amilesend.onedrive.resource.request
-
Represents a request to share the item to one or more recipients.
- AddPermissionRequest.AddPermissionRequestBuilder - Class in com.amilesend.onedrive.resource.request
- album(String) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The album title.
- albumArtist(String) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The album artist.
- alias(String) - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient.DriveRecipientBuilder
-
The alias of the recipient (where email address is unavailable.
- allowEdit(boolean) - Method in class com.amilesend.onedrive.resource.request.PreviewRequest.PreviewRequestBuilder
-
If
true
, the file can be edited from the UI. - allowMultipleLines(boolean) - Method in class com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
-
Indicates if multiple lines of text are allowed.
- allowMultipleSelection(boolean) - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn.PersonOrGroupColumnBuilder
-
Indicates if multiple values can be selected.
- allowMultipleValues(boolean) - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
-
Indicates when multiple values are selectable from the source.
- allowTextEntry(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn.ChoiceColumnBuilder
-
Indicates if custom values are allowed.
- allowUnlimitedLength(boolean) - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
-
Indicates if values should be able to exceed the 255-character limit.
- altitude(double) - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates.GeoCoordinatesBuilder
-
The elevation in feet above sea level for the item.
- APP_ROOT - Enum constant in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
- appendChangesToExistingText(boolean) - Method in class com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
-
Indicates that updates should append existing text, or to replace it.
- application(Identity) - Method in class com.amilesend.onedrive.resource.identity.IdentitySet.IdentitySetBuilder
-
The application associated with the action.
- application(Identity) - Method in class com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
-
The associated application identity.
- artist(String) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The performing artist.
- ASYNC_JOB_STATUS_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- AsyncJob - Class in com.amilesend.onedrive.resource.item
-
Utility that allows consumers to query for remote asynchronous operation status from the OneDrive API.
- AsyncJob(String, OneDriveConnection) - Constructor for class com.amilesend.onedrive.resource.item.AsyncJob
-
Creates a new
AsyncJob
. - AsyncJob.AsyncJobBuilder - Class in com.amilesend.onedrive.resource.item
- AsyncJobStatus - Class in com.amilesend.onedrive.resource.item.type
-
Provides information on the status of an asynchronous job.
- AsyncJobStatus.AsyncJobStatusBuilder - Class in com.amilesend.onedrive.resource.item.type
- audio(Audio) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The audio file attributes (read-only).
- Audio - Class in com.amilesend.onedrive.resource.item.type
-
If a drive item is an audio file, this describes its attributes.
- Audio.AudioBuilder - Class in com.amilesend.onedrive.resource.item.type
- audioBitsPerSample(int) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
Number of bits per sample.
- audioChannels(int) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
Number of channels.
- audioFormat(String) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
Encoded audio format.
- audioSamplesPerSecond(int) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
Number of samples per second for audio.
- AUTH_CODE_BODY_ARAM - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- AUTH_CODE_GRANT_TYPE_BODY_PARAM_VALUE - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- AUTH_TOKEN_URL - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- authBaseTokenUrl(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- authBaseTokenUrl(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- authCode(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- authCode(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- authenticateService(Service) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
-
Authenticates with the given
service
and refreshes the auth tokens so that a newOneDriveConnection
can be used to access the service. - authInfo(OneDriveAuthInfo) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- authInfo(OneDriveAuthInfo) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- authInfoStore(AuthInfoStore) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the store used to persist and retrieve the auth state.
- AuthInfoStore - Interface in com.amilesend.onedrive.connection.auth.store
-
Defines the interface used to store and load persisted user auth tokens.
- AuthInfoStoreException - Exception Class in com.amilesend.onedrive.connection.auth.store
-
Defines the exception thrown from
AuthInfoStore
. - AuthInfoStoreException(String) - Constructor for exception class com.amilesend.onedrive.connection.auth.store.AuthInfoStoreException
-
Creates a new
AuthInfoStoreException
. - AuthInfoStoreException(String, Throwable) - Constructor for exception class com.amilesend.onedrive.connection.auth.store.AuthInfoStoreException
-
Creates a new
AuthInfoStoreException
. - authManager(OneDriveAuthManager) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
The
OneDriveAuthManager
used to manage authentication and access tokens. - AuthManagerException - Exception Class in com.amilesend.onedrive.connection.auth
-
Defines the exception thrown from
OneDriveAuthManager
. - AuthManagerException(String) - Constructor for exception class com.amilesend.onedrive.connection.auth.AuthManagerException
-
Creates a new
AuthManagerException
. - AuthManagerException(String, Throwable) - Constructor for exception class com.amilesend.onedrive.connection.auth.AuthManagerException
-
Creates a new
OAuthReceiverException
.
B
- BaseItem - Class in com.amilesend.onedrive.resource.item
-
Defines common attributes for drive items.
- BaseItem.BaseItemBuilder<C,
B> - Class in com.amilesend.onedrive.resource.item - BaseItemBuilder() - Constructor for class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
- baseTokenUrl(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- baseTokenUrl(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- bitrate(int) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
The video bitrate.
- bitrate(long) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The bitrate in kbps.
- booleanColumn(Object) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
When non-null, indicates that the column stores boolean values.
- browse(String) - Static method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
Open a browser at the given URL using
Desktop
if available, or alternatively output the URL toSystem.out
for command-line applications. - build() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
- build() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
- build() - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- build() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
- build() - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Builds a new
OkHttpClient
instance. - build() - Method in class com.amilesend.onedrive.connection.OneDriveConnection.OneDriveConnectionBuilder
- build() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Builds a new
OneDriveFactoryStateManager
. - build() - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction.CommentActionBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction.DeleteActionBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.action.MentionAction.MentionActionBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction.MoveActionBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction.RenameActionBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.action.ShareAction.ShareActionBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.action.VersionAction.VersionActionBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity.ItemActivityBuilder
- build() - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet.ItemActivityTimeSetBuilder
- build() - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse.DiscoverServiceResponseBuilder
- build() - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
- build() - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
- build() - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
- build() - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient.DriveRecipientBuilder
- build() - Method in class com.amilesend.onedrive.resource.identity.Identity.IdentityBuilder
- build() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet.IdentitySetBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.AsyncJob.AsyncJobBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.DriveItemPage.DriveItemPageBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem.SpecialDriveItemBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Deleted.DeletedBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.File.FileBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo.FileSystemInfoBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Folder.FolderBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.FolderView.FolderViewBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates.GeoCoordinatesBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Hashes.HashesBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Image.ImageBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Package.PackageBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Preview.PreviewBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet.PublicationFacetBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.SearchResult.SearchResultBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Shared.SharedBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation.SharingInvitationBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.SpecialFolder.SpecialFolderBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail.ThumbnailBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet.ThumbnailSetBuilder
- build() - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
- build() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest.AddPermissionRequestBuilder
- build() - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest.CreateSharingLinkRequestBuilder
- build() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest.PreviewRequestBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest.CreateListItemRequestBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse.GetColumnValuesResponseBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.SiteCollection.SiteCollectionBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn.CalculatedColumnBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn.ChoiceColumnBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink.ColumnLinkBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder.ContentTypeOrderBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn.CurrencyColumnBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn.DateTimeColumnBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue.DefaultColumnValueBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.ListInfo.ListInfoBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn.NumberColumnBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn.PersonOrGroupColumnBuilder
- build() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
- build(OneDriveAuthInfo) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
Builds a new
OneDriveConnection
instance with the givenauthInfo
. - build(String) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
Builds a new
OneDriveConnection
instance with the givenauthCode
. - builder() - Static method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback
- builder() - Static method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver
- builder() - Static method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
- builder() - Static method in class com.amilesend.onedrive.connection.OneDriveConnection
- builder() - Static method in class com.amilesend.onedrive.OneDriveFactoryStateManager
-
Creates a new builder.
- builder() - Static method in class com.amilesend.onedrive.resource.activities.action.CommentAction
- builder() - Static method in class com.amilesend.onedrive.resource.activities.action.DeleteAction
- builder() - Static method in class com.amilesend.onedrive.resource.activities.action.MentionAction
- builder() - Static method in class com.amilesend.onedrive.resource.activities.action.MoveAction
- builder() - Static method in class com.amilesend.onedrive.resource.activities.action.RenameAction
- builder() - Static method in class com.amilesend.onedrive.resource.activities.action.ShareAction
- builder() - Static method in class com.amilesend.onedrive.resource.activities.action.VersionAction
- builder() - Static method in class com.amilesend.onedrive.resource.activities.ItemActionSet
- builder() - Static method in class com.amilesend.onedrive.resource.activities.ItemActivity
- builder() - Static method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet
- builder() - Static method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse
- builder() - Static method in class com.amilesend.onedrive.resource.discovery.Service
- builder() - Static method in class com.amilesend.onedrive.resource.drive.Drive
- builder() - Static method in class com.amilesend.onedrive.resource.drive.Quota
- builder() - Static method in class com.amilesend.onedrive.resource.identity.DriveRecipient
- builder() - Static method in class com.amilesend.onedrive.resource.identity.Identity
- builder() - Static method in class com.amilesend.onedrive.resource.identity.IdentitySet
- builder() - Static method in class com.amilesend.onedrive.resource.item.AsyncJob
- builder() - Static method in class com.amilesend.onedrive.resource.item.BaseItem
- builder() - Static method in class com.amilesend.onedrive.resource.item.DriveItem
- builder() - Static method in class com.amilesend.onedrive.resource.item.DriveItemPage
- builder() - Static method in class com.amilesend.onedrive.resource.item.DriveItemVersion
- builder() - Static method in class com.amilesend.onedrive.resource.item.SpecialDriveItem
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Audio
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Deleted
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.File
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Folder
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.FolderView
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Hashes
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Image
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.ItemReference
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Package
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Permission
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Photo
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Preview
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.PublicationFacet
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.RemoteItem
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.SearchResult
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Shared
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.SharePointIds
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.SharingInvitation
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.SharingLink
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.SpecialFolder
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Thumbnail
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
- builder() - Static method in class com.amilesend.onedrive.resource.item.type.Video
- builder() - Static method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
- builder() - Static method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest
- builder() - Static method in class com.amilesend.onedrive.resource.request.PreviewRequest
- builder() - Static method in class com.amilesend.onedrive.resource.site.List
- builder() - Static method in class com.amilesend.onedrive.resource.site.ListItem
- builder() - Static method in class com.amilesend.onedrive.resource.site.ListItemVersion
- builder() - Static method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
- builder() - Static method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse
- builder() - Static method in class com.amilesend.onedrive.resource.site.Site
- builder() - Static method in class com.amilesend.onedrive.resource.site.SiteCollection
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.ColumnLink
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.ContentType
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.ListInfo
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.LookupColumn
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.NumberColumn
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn
- builder() - Static method in class com.amilesend.onedrive.resource.site.type.TextColumn
- builder(Class<? extends OneDrive>) - Static method in class com.amilesend.onedrive.OneDriveFactoryStateManager
-
Creates a new builder for the given
onedriveType
. - builderWithAuthCode() - Static method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- builderWithAuthCode() - Static method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- builderWithAuthInfo() - Static method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- builderWithAuthInfo() - Static method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- buildWithAuthCode() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- buildWithAuthCode() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- buildWithAuthInfo() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- buildWithAuthInfo() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- BusinessAccountAuthManager - Class in com.amilesend.onedrive.connection.auth
-
Manager that is responsible for obtaining and refreshing tokens to interact with a business OneDrive account for a specific resource.
- BusinessAccountAuthManager.BuilderWithAuthCode - Class in com.amilesend.onedrive.connection.auth
- BusinessAccountAuthManager.BuilderWithAuthInfo - Class in com.amilesend.onedrive.connection.auth
- BusinessOneDrive - Class in com.amilesend.onedrive
-
The primary exposed object to consumers to access drives available to the authenticated user for business accounts.
- BusinessOneDrive(OneDriveConnection) - Constructor for class com.amilesend.onedrive.BusinessOneDrive
-
Creates a new
BusinessOneDrive
.
C
- calculated(CalculatedColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
When non-null, indicates that the column is calculated based on other columns.
- CalculatedColumn - Class in com.amilesend.onedrive.resource.site.type
-
Indicates that a column value is calculated based on other columns.
- CalculatedColumn.CalculatedColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
- callbackPath(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
- callbackPath(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
- callbackPath(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- callbackPath(String) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets he callback path for the OAUTH redirect receiver.
- CAMERA_ROLL - Enum constant in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
- cameraMake(String) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The camera manufacturer.
- cameraModel(String) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The camera model.
- capability(String) - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
-
The service capability.
- childCount(int) - Method in class com.amilesend.onedrive.resource.item.type.Folder.FolderBuilder
-
The number of child items associated with the drive item.
- choice(ChoiceColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
When non-null, indicates that the column stores data from a list of choices.
- ChoiceColumn - Class in com.amilesend.onedrive.resource.site.type
-
Indicates that a column value can be selected from a list of choices.
- ChoiceColumn.ChoiceColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
- choices(List<String>) - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn.ChoiceColumnBuilder
-
The list of values available for the column.
- chooseFromType(String) - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn.PersonOrGroupColumnBuilder
-
The permitted selection constraint.
- chromeless(boolean) - Method in class com.amilesend.onedrive.resource.request.PreviewRequest.PreviewRequestBuilder
-
If
true
, the embedded view will omit controls. - CLIENT_ID_BODY_PARAM - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- CLIENT_SECRET_BODY_PARAM - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- clientId(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- clientId(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- clientId(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- clientId(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- clientId(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- clientId(String) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
The application client identifier.
- clientSecret(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- clientSecret(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- clientSecret(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- clientSecret(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- clientSecret(String) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
The application client secret.
- close() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
Closes the HTTP server resource.
- close() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager
- ColumnDefinition - Class in com.amilesend.onedrive.resource.site.type
-
Describes a column definition.
- ColumnDefinition.ColumnDefinitionBuilder - Class in com.amilesend.onedrive.resource.site.type
- columnGroup(String) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The name of the associated group.
- ColumnLink - Class in com.amilesend.onedrive.resource.site.type
-
Describes the relationship between a content type and a column.
- ColumnLink.ColumnLinkBuilder - Class in com.amilesend.onedrive.resource.site.type
- columnLinks(List<ColumnLink>) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
The list of columns that are required by this content type.
- columnName(String) - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
-
The name of the source column.
- columns(List<ColumnDefinition>) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
The column definitions that apply to this list.
- columns(List<ColumnDefinition>) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
-
The column definitions that are reusable across lists under this site.
- com.amilesend.onedrive - package com.amilesend.onedrive
- com.amilesend.onedrive.connection - package com.amilesend.onedrive.connection
- com.amilesend.onedrive.connection.auth - package com.amilesend.onedrive.connection.auth
- com.amilesend.onedrive.connection.auth.oauth - package com.amilesend.onedrive.connection.auth.oauth
- com.amilesend.onedrive.connection.auth.store - package com.amilesend.onedrive.connection.auth.store
- com.amilesend.onedrive.connection.http - package com.amilesend.onedrive.connection.http
- com.amilesend.onedrive.parse - package com.amilesend.onedrive.parse
- com.amilesend.onedrive.parse.resource.creator - package com.amilesend.onedrive.parse.resource.creator
- com.amilesend.onedrive.parse.resource.parser - package com.amilesend.onedrive.parse.resource.parser
- com.amilesend.onedrive.resource - package com.amilesend.onedrive.resource
- com.amilesend.onedrive.resource.activities - package com.amilesend.onedrive.resource.activities
- com.amilesend.onedrive.resource.activities.action - package com.amilesend.onedrive.resource.activities.action
- com.amilesend.onedrive.resource.discovery - package com.amilesend.onedrive.resource.discovery
- com.amilesend.onedrive.resource.drive - package com.amilesend.onedrive.resource.drive
- com.amilesend.onedrive.resource.identity - package com.amilesend.onedrive.resource.identity
- com.amilesend.onedrive.resource.item - package com.amilesend.onedrive.resource.item
- com.amilesend.onedrive.resource.item.type - package com.amilesend.onedrive.resource.item.type
- com.amilesend.onedrive.resource.request - package com.amilesend.onedrive.resource.request
- com.amilesend.onedrive.resource.site - package com.amilesend.onedrive.resource.site
- com.amilesend.onedrive.resource.site.request - package com.amilesend.onedrive.resource.site.request
- com.amilesend.onedrive.resource.site.response - package com.amilesend.onedrive.resource.site.response
- com.amilesend.onedrive.resource.site.type - package com.amilesend.onedrive.resource.site.type
- comment(CommentAction) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
The comment that was added to the item.
- CommentAction - Class in com.amilesend.onedrive.resource.activities.action
-
Provides comment activity information for an item.
- CommentAction.CommentActionBuilder - Class in com.amilesend.onedrive.resource.activities.action
- composers(String) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The composer.
- conflictBehavior(String) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Describes how to handle conflicts upon copy/move operations.
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.item.AsyncJob.AsyncJobBuilder
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Gets the underlying connection instance.
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
The OneDrive API connection.
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
The OneDrive API connection.
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The OneDrive API connection.
- connection(OneDriveConnection) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
- connectTimeout(Duration) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the connection timeout for the HTTP client.
- contentType(ContentType) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
The content type of this list item.
- ContentType - Class in com.amilesend.onedrive.resource.site.type
-
Describes the SharePoint content type.
- ContentType.ContentTypeBuilder - Class in com.amilesend.onedrive.resource.site.type
- ContentTypeOrder - Class in com.amilesend.onedrive.resource.site.type
-
Describes how the content type appears in the selection UI.
- ContentTypeOrder.ContentTypeOrderBuilder - Class in com.amilesend.onedrive.resource.site.type
- contentTypes(List<ContentType>) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
The content types for this list.
- contentTypes(List<ContentType>) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
-
The content types for the site.
- contentTypesEnabled(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ListInfo.ListInfoBuilder
-
Indicates that content types are enabled for the list.
- context(String) - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse.DiscoverServiceResponseBuilder
-
The response context.
- copy(DriveFolder, String) - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Copies this drive item type to the specified
DriveFolder
along with the new file name. - copy(DriveFolder) - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Copies this drive item type to the specified
DriveFolder
. - copy(String) - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Copies this drive item type to the specified
newName
within the same folder. - copy(String, String) - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Copies this drive item type to the specified
newParentId
(i.e., represents a new DriveFolder's ID) along with the new file name. - copy(String, String) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Copies this
DriveItem
to a child of the givendestinationParentId
and updates the name of the copiedDriveItem
. - copyright(String) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The copyright information.
- copyWithResourceId(String) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
Creates a copy of this object while injecting the given
resourceId
. - crc32Hash(String) - Method in class com.amilesend.onedrive.resource.item.type.Hashes.HashesBuilder
-
The CRC32 in little endian for the file contents.
- create(DriveItem) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Creates a new
DriveItem
as a child ofthis
. - create(Object) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
An item was created.
- createdBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
The source identity that created the item.
- createdBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
The identity that created the drive item.
- createdDateTime(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
Describes when the item was created.
- createdDateTime(String) - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo.FileSystemInfoBuilder
-
The date and time the file was created on the client (in UTC).
- createdDateTime(String) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
The date and time of item creation.
- createFolder(String) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Creates a new folder with the given
name
under this folder. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.DriveInstanceCreator
-
Creates a new
Drive
with the current client connection instance. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.DriveItemInstanceCreator
-
Creates a new
DriveItem
with the current client connection instance. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.DriveItemVersionInstanceCreator
-
Creates a new
DriveItemVersion
with the current client connection instance. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.ListItemInstanceCreator
-
Creates a new
ListItem
with the current client connection instance. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.ListItemVersionInstanceCreator
-
Creates a new
ListItemVersion
with the current client connection instance. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.PermissionInstanceCreator
-
Creates a new
Permission
with the current client connection instance. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.SiteInstanceCreator
-
Creates a new
Site
with the current client connection instance. - createInstance(Type) - Method in class com.amilesend.onedrive.parse.resource.creator.SpecialDriveItemInstanceCreator
-
Creates a new
SpecialDriveItem
with the current client connection instance. - createListItem(Map<String, Object>) - Method in class com.amilesend.onedrive.resource.site.List
-
Creates a new
ListItem
for the givenCreateListItemRequest
. - CreateListItemRequest - Class in com.amilesend.onedrive.resource.site.request
- CreateListItemRequest.CreateListItemRequestBuilder - Class in com.amilesend.onedrive.resource.site.request
- createSharingLink(CreateSharingLinkRequest) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Creates a sharing link for the given request.
- createSharingLink(CreateSharingLinkRequest) - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Creates a sharing link for the given request.
- CreateSharingLinkRequest - Class in com.amilesend.onedrive.resource.request
-
A request to create a new sharing link for an item.
- CreateSharingLinkRequest.CreateSharingLinkRequestBuilder - Class in com.amilesend.onedrive.resource.request
- credentialConfig(OneDriveFactoryStateManager.CredentialConfig) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the application client credential configuration.
- CredentialConfig() - Constructor for class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
- cTag(String) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
An eTag for the content of the item (read-only).
- currency(CurrencyColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
When non-null, indicates that the column stores currency values.
- CurrencyColumn - Class in com.amilesend.onedrive.resource.site.type
-
Indicates that a column value represents currency.
- CurrencyColumn.CurrencyColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
D
- dataLocationCode(String) - Method in class com.amilesend.onedrive.resource.site.SiteCollection.SiteCollectionBuilder
-
The location code (e.g., "JPN").
- dateTime(DateTimeColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
When non-null, indicates that the column stores timestamps.
- DateTimeColumn - Class in com.amilesend.onedrive.resource.site.type
-
Indicates that a column value represents a timestamp.
- DateTimeColumn.DateTimeColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
- decimalPlaces(String) - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn.NumberColumnBuilder
-
How many decimal places to display.
- DefaultColumnValue - Class in com.amilesend.onedrive.resource.site.type
-
Describes how the default column value is set.
- DefaultColumnValue.DefaultColumnValueBuilder - Class in com.amilesend.onedrive.resource.site.type
- defaultOAuthReceiverBuilder() - Static method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
- defaultValue(DefaultColumnValue) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The default value for the column.
- delete() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Mark this drive item type for deletion.
- delete() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Deletes this drive item.
- delete() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Deletes this item from the list.
- delete(DeleteAction) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
An item was deleted.
- DeleteAction - Class in com.amilesend.onedrive.resource.activities.action
-
Indicates that the activity deleted an item.
- DeleteAction.DeleteActionBuilder - Class in com.amilesend.onedrive.resource.activities.action
- deleted(boolean) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
Indicates if this item is deleted or not (read-only).
- deleted(long) - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
-
Storage space used by deleted items (recycle bin) in bytes.
- deleted(Deleted) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Indicates if an item was deleted (read-only).
- Deleted - Class in com.amilesend.onedrive.resource.item.type
-
Indicates if an item was deleted.
- Deleted.DeletedBuilder - Class in com.amilesend.onedrive.resource.item.type
- deletePermission() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
Deletes this permission.
- deltaLink(String) - Method in class com.amilesend.onedrive.resource.item.DriveItemPage.DriveItemPageBuilder
-
The URL for the delta link.
- description(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
Description of the item.
- description(String) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The description of the column.
- description(String) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
The item description.
- DESKTOP - Enum constant in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
- device(Identity) - Method in class com.amilesend.onedrive.resource.identity.IdentitySet.IdentitySetBuilder
-
The drive associated with the action.
- disc(short) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The disc number associated with the track.
- discCount(short) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The total number of discs associated with the album.
- DiscoverServiceResponse - Class in com.amilesend.onedrive.resource.discovery
-
The service discovery response (business accounts only).
- DiscoverServiceResponse.DiscoverServiceResponseBuilder - Class in com.amilesend.onedrive.resource.discovery
- discoveryBaseTokenUrl(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- discoveryBaseTokenUrl(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- displayAs(String) - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn.ChoiceColumnBuilder
-
How choices are presented in the UI.
- displayAs(String) - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn.DateTimeColumnBuilder
-
How the value should be presented in the UI.
- displayAs(String) - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn.NumberColumnBuilder
-
How the value should be shown to the user.
- displayAs(String) - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn.PersonOrGroupColumnBuilder
-
How the information about the person or group should be shown.
- displayName(String) - Method in class com.amilesend.onedrive.resource.identity.Identity.IdentityBuilder
-
The display name of the identity.
- displayName(String) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
The list title.
- displayName(String) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
-
The full title for the site.
- displayName(String) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The user-facing name for the column.
- DOCUMENTS - Enum constant in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
- download(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Downloads the drive item and reports transfer progress to the given
TransferProgressCallback
. - download(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
Downloads a specific drive item version and reports transfer progress to the specified
TransferProgressCallback
. - download(Path) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Downloads this file to the given
folderPath
. - download(Path) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
Downloads a specific drive item version.
- download(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Downloads this file to the given
folderPath
and reports transfer progress to the specifiedTransferProgressCallback
. - download(Request, Path, String, long, TransferProgressCallback) - Method in class com.amilesend.onedrive.connection.OneDriveConnection
-
Downloads the contents for the given
request
to the specifiedfolderPath
andname
. - downloadAsync(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Downloads the drive item asynchronously that reports transfer progress and completion to the specified
TransferProgressCallback
. - downloadAsync(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
Downloads a specific drive item version asynchronously and reports transfer progress to the specified
TransferProgressCallback
. - downloadAsync(Path) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Downloads this file asynchronously to the given
folderPath
. - downloadAsync(Path) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
Downloads a specific drive item version asynchronously.
- downloadAsync(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Downloads this file asynchronously to the given
folderPath
and reports transfer progress to the specifiedTransferProgressCallback
. - downloadAsync(Request, Path, String, long, TransferProgressCallback) - Method in class com.amilesend.onedrive.connection.OneDriveConnection
-
Downloads the contents for the given
request
asynchronously to the specifiedfolderPath
andname
. - downloadUrl(String) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The URL that can be used to download the file's content (read-only).
- drive(Drive) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
When defined, indicates that this list exists within a document library and can be treated as a drive.
- Drive - Class in com.amilesend.onedrive.resource
-
A wrapper around a
Drive
that represents a drive associated with the authenticated user. - Drive - Class in com.amilesend.onedrive.resource.drive
-
Top-level object that represents a user's OneDrive or SharePoint document library.
- Drive(Drive) - Constructor for class com.amilesend.onedrive.resource.Drive
- DRIVE_BASE_URL_PATH - Static variable in class com.amilesend.onedrive.resource.drive.Drive
- DRIVE_ITEM_BASE_URL_PATH - Static variable in class com.amilesend.onedrive.resource.item.DriveItem
- DRIVE_ITEM_LIST_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- DRIVE_ITEM_PAGE_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- DRIVE_ITEM_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- DRIVE_LIST_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- DRIVE_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- DRIVE_URL_PATH_SUFFIX - Static variable in class com.amilesend.onedrive.resource.drive.Drive
- Drive.DriveBuilder<C,
B> - Class in com.amilesend.onedrive.resource.drive - DriveBuilder() - Constructor for class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
- DriveFile - Class in com.amilesend.onedrive.resource
-
A wrapper around a
DriveItem
that represents a file. - DriveFile(DriveItem) - Constructor for class com.amilesend.onedrive.resource.DriveFile
- DriveFileDownloadExecution - Class in com.amilesend.onedrive.resource
-
Wraps a
CompletableFuture
specific to aDriveItem
type for async download operations. - DriveFileDownloadExecution(CompletableFuture<Long>) - Constructor for class com.amilesend.onedrive.resource.DriveFileDownloadExecution
- DriveFileUploadExecution - Class in com.amilesend.onedrive.resource
-
Wraps a
CompletableFuture
specific to aDriveItem
type for async upload operations. - DriveFileUploadExecution(CompletableFuture<DriveItem>) - Constructor for class com.amilesend.onedrive.resource.DriveFileUploadExecution
- DriveFolder - Class in com.amilesend.onedrive.resource
-
A wrapper around a
DriveItem
that represents a folder. - DriveFolder(DriveItem) - Constructor for class com.amilesend.onedrive.resource.DriveFolder
- driveId(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The drive identifier.
- DriveInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theDrive
resource. - DriveInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.DriveInstanceCreator
-
Creates a new
DriveInstanceCreator
instance. - driveItem(DriveItem) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
For document libraries, the list item as a drive item.
- DriveItem - Class in com.amilesend.onedrive.resource.item
-
Describes a resource stored in a drive.
- DriveItem.DriveItemBuilder<C,
B> - Class in com.amilesend.onedrive.resource.item - DriveItemBuilder() - Constructor for class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
- DriveItemFolderType - Class in com.amilesend.onedrive.resource
-
Defines shared operations between drive folders and packages.
- DriveItemFolderType(DriveItem) - Constructor for class com.amilesend.onedrive.resource.DriveItemFolderType
- driveItemId(String) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
-
The associated item identifier for the version.
- driveItemId(String) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
The associated drive item identifier that this permission applies to.
- driveItemId(String) - Method in class com.amilesend.onedrive.resource.item.type.Preview.PreviewBuilder
-
The associated drive item identifier that this preview applies to.
- DriveItemInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theDriveItem
resource. - DriveItemInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.DriveItemInstanceCreator
-
Creates a new
DriveItemInstanceCreator
instance. - DriveItemPage - Class in com.amilesend.onedrive.resource.item
-
Used when fetching paginated list of
DriveItem
s. - DriveItemPage.DriveItemPageBuilder - Class in com.amilesend.onedrive.resource.item
- DriveItemType - Class in com.amilesend.onedrive.resource
-
Defines the base class that wraps a
DriveItem
for direct access by consumers of this SDK. - DriveItemType(DriveItem) - Constructor for class com.amilesend.onedrive.resource.DriveItemType
- DriveItemVersion - Class in com.amilesend.onedrive.resource.item
-
Represents a specific version of a drive item.
- DriveItemVersion.DriveItemVersionBuilder - Class in com.amilesend.onedrive.resource.item
- DriveItemVersionInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theDriveItemVersion
resource. - DriveItemVersionInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.DriveItemVersionInstanceCreator
-
Creates a new
DriveItemVersionInstanceCreator
instance. - DriveItemVersionListParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a list of
DriveItemVersion
s. - DrivePackage - Class in com.amilesend.onedrive.resource
-
A wrapper around a
DriveItem
that represents a package (OneNote). - DrivePackage(DriveItem) - Constructor for class com.amilesend.onedrive.resource.DrivePackage
- DriveRecipient - Class in com.amilesend.onedrive.resource.identity
-
Describes a person, group, or other recipient that a item was shared to using a share action.
- DriveRecipient.DriveRecipientBuilder - Class in com.amilesend.onedrive.resource.identity
- DRIVES_BASE_URL_PATH - Static variable in class com.amilesend.onedrive.resource.drive.Drive
- DRIVES_URL_PATH_SUFFIX - Static variable in class com.amilesend.onedrive.resource.drive.Drive
- driveType(String) - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
-
The drive type descriptor.
- driveType(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The drive type descriptor.
- duration(long) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The duration in milliseconds.
- duration(long) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
The duration of the video in milliseconds.
E
- edit(Object) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
An item was edited.
- email(String) - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient.DriveRecipientBuilder
-
The recipient's email address.
- email(String) - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation.SharingInvitationBuilder
-
the email address for the recipient.
- enforceUniqueValues(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
When
true
, no two list items may have the save value for this column. - equals(Object) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
- equals(Object) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
- equals(Object) - Method in class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser.ListResponseBody
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.action.MentionAction
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.action.ShareAction
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.action.VersionAction
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.ItemActivity
- equals(Object) - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet
- equals(Object) - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse
- equals(Object) - Method in class com.amilesend.onedrive.resource.discovery.Service
- equals(Object) - Method in class com.amilesend.onedrive.resource.drive.Drive
- equals(Object) - Method in class com.amilesend.onedrive.resource.Drive
- equals(Object) - Method in class com.amilesend.onedrive.resource.drive.Quota
- equals(Object) - Method in class com.amilesend.onedrive.resource.DriveItemType
- equals(Object) - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient
- equals(Object) - Method in class com.amilesend.onedrive.resource.identity.Identity
- equals(Object) - Method in class com.amilesend.onedrive.resource.identity.IdentitySet
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.AsyncJob
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.BaseItem
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.DriveItem
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.DriveItemPage
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Audio
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Deleted
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.File
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Folder
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.FolderView
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Hashes
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Image
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Package
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Permission
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Photo
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Preview
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.SearchResult
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Shared
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.SpecialFolder
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
- equals(Object) - Method in class com.amilesend.onedrive.resource.item.type.Video
- equals(Object) - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
- equals(Object) - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest
- equals(Object) - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
- equals(Object) - Method in class com.amilesend.onedrive.resource.Site
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.List
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.ListItem
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.Site
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.SiteCollection
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.ContentType
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.ListInfo
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn
- equals(Object) - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
- eTag(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
Associated ETag for the item.
- executeAsync(Request, GsonParser<T>) - Method in class com.amilesend.onedrive.connection.OneDriveConnection
-
Executes the given
Request
and parses the JSON-formatted response with givenGsonParser
. - executeRemoteAsync(Request) - Method in class com.amilesend.onedrive.connection.OneDriveConnection
-
Executes the given
Request
for a remote asynchronous operation and returns the monitoring URL. - expiresIn(long) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
Time in milliseconds when the auth token expires.
- exposureDenominator(double) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The denominator for the exposure time fraction from the camera.
- exposureNumerator(double) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The numerator for the exposure time fraction from the camera.
- extExpiresIn(long) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
Time in milliseconds when the auth token expires.
F
- failureLandingPageUrl(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
- failureLandingPageUrl(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
- failureLandingPageUrl(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- fetchAuthInfo(OkHttpClient, Request) - Static method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
-
Helper method to dispatch the request to redeem or refresh authorization tokens.
- FIELD_VALUE_SET_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- fields(Map<String, Object>) - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest.CreateListItemRequestBuilder
-
The map of fields, with the key being the column name and the Object being its value.
- fields(Map<String, Object>) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
The key is the name of the column, the value is the associated value of the columns set on this list item.
- fields(Map<String, Object>) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The key is the name of the column, the value is the associated value of the columns set on this list item.
- fields(Map<String, Object>) - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse.GetColumnValuesResponseBuilder
-
The map of fields, with the key being the column name and the Object being its value.
- file(File) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Indicates if an item is a file (read-only).
- file(File) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Indicates and describes if the remote item is a file.
- File - Class in com.amilesend.onedrive.resource.item.type
-
Describes if a given drive item is a file resource type.
- File.FileBuilder - Class in com.amilesend.onedrive.resource.item.type
- fileCount(long) - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
-
The total number of files (not applicable to personal OneDrive accounts).
- fileSystemInfo(FileSystemInfo) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Describes drive (client-side) properties of the local version of a drive item.
- fileSystemInfo(FileSystemInfo) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Describes the (client-side) properties of the local version of the remtoe item.
- FileSystemInfo - Class in com.amilesend.onedrive.resource.item.type
-
Describes drive (client-side) properties of the local version of a drive item.
- FileSystemInfo.FileSystemInfoBuilder - Class in com.amilesend.onedrive.resource.item.type
- fNumber(double) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The F-stop value from the camera.
- focalLength(double) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The focal length from the camera.
- folder(Folder) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Describes if a given drive item is a folder resource type (read-only).
- folder(Folder) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Describes that the remote item is a folder.
- Folder - Class in com.amilesend.onedrive.resource.item.type
-
Describes if a given drive item is a folder resource type.
- Folder.FolderBuilder - Class in com.amilesend.onedrive.resource.item.type
- folderView(FolderView) - Method in class com.amilesend.onedrive.resource.item.type.Folder.FolderBuilder
-
The properties that describe the recommended view for the folder.
- FolderView - Class in com.amilesend.onedrive.resource.item.type
-
Describes the recommended view of a folder.
- FolderView.FolderViewBuilder - Class in com.amilesend.onedrive.resource.item.type
- FORM_DATA_CONTENT_TYPE - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- format(String) - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn.CalculatedColumnBuilder
-
The column format.
- format(String) - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn.DateTimeColumnBuilder
-
Describes how the value should be presented.
- formula(String) - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn.CalculatedColumnBuilder
-
The formula used to calculate the value for the column.
- formula(String) - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue.DefaultColumnValueBuilder
-
The formula used to calculate the default value for the column.
- fourCC(String) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
The video format ("Four Character Code").
- frameRate(double) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
The video frame rate (frams per second).
- from(String) - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction.MoveActionBuilder
-
The name of the location the item was moved from.
- fromJson(String) - Static method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
Deserializes the given
authInfoJson
string to a newAuthInfo
object.
G
- genre(String) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The music genre.
- GeoCoordinates - Class in com.amilesend.onedrive.resource.item.type
-
Describes geographic coordinates and elevation of a location-based drive item (e.g., a photo taken from a phone).
- GeoCoordinates.GeoCoordinatesBuilder - Class in com.amilesend.onedrive.resource.item.type
- get() - Method in class com.amilesend.onedrive.resource.DriveFileDownloadExecution
-
Blocks and retrieves the number of bytes downloaded
- get() - Method in class com.amilesend.onedrive.resource.DriveFileUploadExecution
-
Blocks and retrieves the
DriveFile
for the asynchronous operation. - GET_COLUMN_VALUES_RESPONSE_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- get_package() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Indicates that a drive item is the top level item in a collection of items (read-only).
- get_package() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Indicates that a remote item is the top level item in a collection of items.
- getAccessToken() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
The current authorization token used to make API requests.
- getAction() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity
-
Action details that took place.
- getActivities() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Queries and fetches the activities associated with this
Drive
. - getActivities() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the list of activities that took place for this drive.
- getActivities() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the list of activities associated with this drive item.
- getActivities() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Queries and fetches the activities associated with this
DriveItem
. - getActivities() - Method in class com.amilesend.onedrive.resource.site.List
-
Queries and fetches the activities associated with this
List
. - getActor() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity
-
Who performed the action.
- getAlbum() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The album title.
- getAlbumArtist() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The album artist.
- getAlias() - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient
-
The alias of the recipient (where email address is unavailable.
- getAltitude() - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates
-
The elevation in feet above sea level for the item.
- getApplication() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet
-
The application associated with the action.
- getApplication() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
-
The associated application identity.
- getArtist() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The performing artist.
- getAudio() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The audio file attributes (read-only).
- getAudioAttributes() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Gets the audio file attributes.
- getAudioBitsPerSample() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
Number of bits per sample.
- getAudioChannels() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
Number of channels.
- getAudioFormat() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
Encoded audio format.
- getAudioSamplesPerSecond() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
Number of samples per second for audio.
- getAuthCodeUri() - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver
-
Gets the AuthCode URI that is used when initiating an OAuth handshake.
- getAuthenticatedEndpoint() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- getAuthenticatedEndpoint() - Method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
-
Retrieves the associated endpoint to use for OneDrive operations.
- getAuthenticatedEndpoint() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- getAuthInfo() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- getAuthInfo() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- getAuthInfo() - Method in class com.amilesend.onedrive.OneDrive
-
Gets the authentication information associated with the current user connection.
- getAvailableDrives() - Method in class com.amilesend.onedrive.OneDrive
-
Gets the list of drives available to the authenticated user.
- getBitrate() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The bitrate in kbps.
- getBitrate() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
The video bitrate.
- getBooleanColumn() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
When non-null, indicates that the column stores boolean values.
- getCalculated() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
When non-null, indicates that the column is calculated based on other columns.
- getCallbackPath() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
The path to listen for the redirect.
- getCameraMake() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The camera manufacturer.
- getCameraModel() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The camera model.
- getCapability() - Method in class com.amilesend.onedrive.resource.discovery.Service
-
The service capability.
- getChanges() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Fetches the list of changes associated with this
Drive
. - getChanges() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the list of changes associated with this drive.
- getChildCount() - Method in class com.amilesend.onedrive.resource.item.type.Folder
-
The number of child items associated with the drive item.
- getChildFiles() - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Gets the list of child drive files under this folder.
- getChildFolders() - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Gets the list of child drive folders under this folder.
- getChildPackages() - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Gets the list of child drive packages under this folder.
- getChildren() - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Gets the list of drive items (both folders and files) under this folder.
- getChildren() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Fetches the list of child
DriveItem
s associated with thisDriveItem
. - getChildren() - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem
- getChoice() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
When non-null, indicates that the column stores data from a list of choices.
- getChoices() - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn
-
The list of values available for the column.
- getChooseFromType() - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn
-
The permitted selection constraint.
- getClientId() - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver
-
The registered application client identifier.
- getClientId() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
-
The client identifier.
- getClientSecret() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
-
The client secret.
- getCode() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback
-
The authorization code.
- getColumnGroup() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The name of the associated group.
- getColumnLinks() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
The list of columns that are required by this content type.
- getColumnName() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
-
The name of the source column.
- getColumns() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the column definitions that are reusable across lists under this site.
- getColumns() - Method in class com.amilesend.onedrive.resource.site.List
-
The column definitions that apply to this list.
- getColumns() - Method in class com.amilesend.onedrive.resource.site.Site
-
The column definitions that are reusable across lists under this site.
- getColumnValues() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Gets the associated columns and its values.
- getColumnValues(List<String>) - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Gets the selected columns and its values for the given list of column names.
- GetColumnValuesResponse - Class in com.amilesend.onedrive.resource.site.response
-
The response from a GetColumnValues request.
- GetColumnValuesResponse.GetColumnValuesResponseBuilder - Class in com.amilesend.onedrive.resource.site.response
- getComment() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
The comment that was added to the item.
- getComposers() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The composer.
- getConflictBehavior() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Describes how to handle conflicts upon copy/move operations.
- getConnection() - Method in class com.amilesend.onedrive.resource.drive.Drive
- getConnection() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Gets the underlying connection instance.
- getConnection() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
- getConnection() - Method in class com.amilesend.onedrive.resource.item.type.Permission
- getConnection() - Method in class com.amilesend.onedrive.resource.site.List
-
The OneDrive API connection.
- getConnection() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
The OneDrive API connection.
- getConnection() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The OneDrive API connection.
- getConnection() - Method in class com.amilesend.onedrive.resource.site.Site
- getContentType() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
The content type of this list item.
- getContentTypes() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the content types for the site.
- getContentTypes() - Method in class com.amilesend.onedrive.resource.site.List
-
The content types for this list.
- getContentTypes() - Method in class com.amilesend.onedrive.resource.site.Site
-
The content types for the site.
- getContext() - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse
-
The response context.
- getCopyright() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The copyright information.
- getCrc32Hash() - Method in class com.amilesend.onedrive.resource.item.type.Hashes
-
The CRC32 in little endian for the file contents.
- getCreate() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
An item was created.
- getCreatedBy() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the identity set that indicates who created this drive.
- getCreatedBy() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the identity set that indicates who created this drive item.
- getCreatedBy() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
The source identity that created the item.
- getCreatedBy() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
The identity that created the drive item.
- getCreatedBy() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the identity set that indicates who created this drive.
- getCreatedDateTime() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the timestamp (formatted as a string) that indicates when this drive was created.
- getCreatedDateTime() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the timestamp (formatted as a string) that indicates when this drive item was created.
- getCreatedDateTime() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
Describes when the item was created.
- getCreatedDateTime() - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo
-
The date and time the file was created on the client (in UTC).
- getCreatedDateTime() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
The date and time of item creation.
- getCreatedDateTime() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the timestamp (formatted as a string) that indicates when this drive was created.
- getCTag() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
An eTag for the content of the item (read-only).
- getCurrency() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
When non-null, indicates that the column stores currency values.
- getDataLocationCode() - Method in class com.amilesend.onedrive.resource.site.SiteCollection
-
The location code (e.g., "JPN").
- getDateTime() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
When non-null, indicates that the column stores timestamps.
- getDecimalPlaces() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn
-
How many decimal places to display.
- getDefaultDocumentLibrary() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the default document library for this site.
- getDefaultDocumentLibrary() - Method in class com.amilesend.onedrive.resource.site.Site
-
Gets the default document library for this site.
- getDefaultDriveForGroup(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the default
Drive
for the givengroupId
. - getDefaultDriveForSite(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the default
Drive
for the givensiteId
. - getDefaultValue() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The default value for the column.
- getDelete() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
An item was deleted.
- getDeleted() - Method in class com.amilesend.onedrive.resource.drive.Quota
-
Storage space used by deleted items (recycle bin) in bytes.
- getDeleted() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Indicates if an item was deleted (read-only).
- getDeltaLink() - Method in class com.amilesend.onedrive.resource.item.DriveItemPage
-
The URL for the delta link.
- getDescription() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the description associated with this drive.
- getDescription() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
Description of the item.
- getDescription() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the description associated with this drive.
- getDescription() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The description of the column.
- getDescription() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
The item description.
- getDevice() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet
-
The drive associated with the action.
- getDisc() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The disc number associated with the track.
- getDiscCount() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The total number of discs associated with the album.
- getDisplayAs() - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn
-
How choices are presented in the UI.
- getDisplayAs() - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn
-
How the value should be presented in the UI.
- getDisplayAs() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn
-
How the value should be shown to the user.
- getDisplayAs() - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn
-
How the information about the person or group should be shown.
- getDisplayName() - Method in class com.amilesend.onedrive.resource.identity.Identity
-
The display name of the identity.
- getDisplayName() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the full title for the site.
- getDisplayName() - Method in class com.amilesend.onedrive.resource.site.List
-
The list title.
- getDisplayName() - Method in class com.amilesend.onedrive.resource.site.Site
-
The full title for the site.
- getDisplayName() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The user-facing name for the column.
- getDocumentLibraries() - Method in class com.amilesend.onedrive.resource.Site
-
Gets all available document libraries for this site.
- getDocumentLibraries() - Method in class com.amilesend.onedrive.resource.site.Site
-
Gets all available document libraries for this site.
- getDownloadUrl() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The URL that can be used to download the file's content (read-only).
- getDrive() - Method in class com.amilesend.onedrive.resource.site.List
-
When defined, indicates that this list exists within a document library and can be treated as a drive.
- getDrive(String) - Method in class com.amilesend.onedrive.OneDrive
-
Gets the
Drive
for the givendriveId
. - getDriveId() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The drive identifier.
- getDriveItem() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
For document libraries, the list item as a drive item.
- getDriveItemId() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
The associated item identifier for the version.
- getDriveItemId() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
The associated drive item identifier that this permission applies to.
- getDriveItemId() - Method in class com.amilesend.onedrive.resource.item.type.Preview
-
The associated drive item identifier that this preview applies to.
- getDrivesForGroup(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the list of drives available to the given
groupId
. - getDrivesForSite(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the list of drives available to the given
siteId
. - getDrivesForUser(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the list of drives available to the given
userId
. - getDriveType() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
The drive type descriptor.
- getDriveType() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the type for this drive.
- getDriveType() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The drive type descriptor.
- getDuration() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The duration in milliseconds.
- getDuration() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
The duration of the video in milliseconds.
- getEdit() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
An item was edited.
- getEmail() - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient
-
The recipient's email address.
- getEmail() - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation
-
the email address for the recipient.
- getError() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback
-
The error code.
- getETag() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the eTag associated with this drive.
- getETag() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the eTag associated with this item.
- getETag() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
Associated ETag for the item.
- getETag() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the eTag associated with this drive.
- getExpiresIn() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
Time in milliseconds when the auth token expires.
- getExposureDenominator() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The denominator for the exposure time fraction from the camera.
- getExposureNumerator() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The numerator for the exposure time fraction from the camera.
- getExtExpiresIn() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
Time in milliseconds when the auth token expires.
- getFields() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
The key is the name of the column, the value is the associated value of the columns set on this list item.
- getFields() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The key is the name of the column, the value is the associated value of the columns set on this list item.
- getFields() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
-
The map of fields, with the key being the column name and the Object being its value.
- getFields() - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse
-
The map of fields, with the key being the column name and the Object being its value.
- getFile() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Indicates if an item is a file (read-only).
- getFile() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Indicates and describes if the remote item is a file.
- getFileCount() - Method in class com.amilesend.onedrive.resource.drive.Quota
-
The total number of files (not applicable to personal OneDrive accounts).
- getFileSystemInfo() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the local file system information associated with this drive item.
- getFileSystemInfo() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Describes drive (client-side) properties of the local version of a drive item.
- getFileSystemInfo() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Describes the (client-side) properties of the local version of the remtoe item.
- getFNumber() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The F-stop value from the camera.
- getFocalLength() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The focal length from the camera.
- getFolder() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Describes if a given drive item is a folder resource type (read-only).
- getFolder() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Describes that the remote item is a folder.
- getFolderAttributes() - Method in class com.amilesend.onedrive.resource.DriveFolder
-
Gets the attributes associated with this folder.
- getFolderView() - Method in class com.amilesend.onedrive.resource.item.type.Folder
-
The properties that describe the recommended view for the folder.
- getFormat() - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn
-
The column format.
- getFormat() - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn
-
Describes how the value should be presented.
- getFormula() - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn
-
The formula used to calculate the value for the column.
- getFormula() - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue
-
The formula used to calculate the default value for the column.
- getFourCC() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
The video format ("Four Character Code").
- getFrameRate() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
The video frame rate (frams per second).
- getFrom() - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction
-
The name of the location the item was moved from.
- getFullToken() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
Gets the full token that is used in request headers to sign API requests.
- getGenre() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The music genre.
- getGetUrl() - Method in class com.amilesend.onedrive.resource.item.type.Preview
-
The URL for embedding using HTTP get (e.g., iFrames).
- getGrantedTo() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
Describes the users and applications for this permission.
- getGrantedToIdentities() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
Details of users to whom permission was granted for links.
- getGroup() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet
-
The group associated with the action.
- getGroup() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
The group name that this type belongs to.
- getGson() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
- getHashes() - Method in class com.amilesend.onedrive.resource.item.type.File
-
The hashes of the binary file content.
- getHeight() - Method in class com.amilesend.onedrive.resource.item.type.Image
-
The image height in pixels.
- getHeight() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail
-
The image hight in pixels.
- getHeight() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
The video height in pixels.
- getHost() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
The host of the receiver.
- getHostname() - Method in class com.amilesend.onedrive.resource.site.SiteCollection
-
The hostname for the sharepoint site.
- getId() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity
-
The activity identifier.
- getId() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the drive identifier.
- getId() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the drive item identifier.
- getId() - Method in class com.amilesend.onedrive.resource.identity.Identity
-
The unique identifier for the identity.
- getId() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
The unique identifier for the item.
- getId() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
The version identifier.
- getId() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The drive item identifier.
- getId() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
The permission identifier.
- getId() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
The remote item identifier.
- getId() - Method in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
- getId() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
-
The item identifier.
- getId() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the drive identifier.
- getId() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The version identifier.
- getId() - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse
-
The associated list item id.
- getId() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The column identifier.
- getId() - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink
-
The column identifier.
- getId() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
The content type identifier.
- getImage() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The image attributes for a file (read-only).
- getImageAttributes() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Gets the image file attributes.
- getInheritedFrom() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
Reference to the parent permission (if applicable).
- getInheritedFrom() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
Describes if this type is inherited from another type (like a site that contains the type).
- getInstance() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager
-
Obtains an authenticated
OneDrive
instance. - getInstanceForAuthManager() - Static method in class com.amilesend.onedrive.parse.GsonFactory
-
Gets the
Gson
instance that is configured for use byOneDriveAuthManager
. - getInstanceForServiceDiscovery() - Static method in class com.amilesend.onedrive.parse.GsonFactory
-
Gets the
Gson
instance that is configured for use byBusinessAccountAuthManager
. - getInstanceForStateManager() - Static method in class com.amilesend.onedrive.parse.GsonFactory
-
Gets the
Gson
instance that is configured for use byOneDriveFactoryStateManager
. - getInvitation() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
Sharing invitation for this permission.
- getInvitedBy() - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation
-
Describes who sent the invitation.
- getIso() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The ISO value from the camera.
- getItems() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the items contained within this site.
- getItems() - Method in class com.amilesend.onedrive.resource.site.Site
-
The items contained within this site.
- getLarge() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
-
A 1920x1920 scaled thumbnail.
- getLastAccessedDateTime() - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo
-
The date and time the file was last accessed on the client (in UTC).
- getLastModifiedBy() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the identity set that indicates who made the last modification to this drive.
- getLastModifiedBy() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the identity set that indicates who made the last modification to this drive item.
- getLastModifiedBy() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
The identity that last modified the item.
- getLastModifiedBy() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
The identity of whom last modified the version.
- getLastModifiedBy() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
The identity that last modified the remote item.
- getLastModifiedBy() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the identity set that indicates who made the last modification to this drive.
- getLastModifiedBy() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The user who last modified the version.
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the timestamp (formatted as a string) that indicate when this drive was last modified.
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the timestamp (formatted as a string) that indicates when this drive item was modified.
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
Describes when the item was last modified.
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
The date and time of when the version was last modified.
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo
-
The date and time the file was last modified on the client (in UTC).
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Describes when the remote item was last modified.
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the timestamp (formatted as a string) that indicate when this drive was last modified.
- getLastModifiedDateTime() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The timestamp of when the version was last modifed.
- getLatitude() - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates
-
The latitude for the item.
- getLevel() - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet
-
The publication state.
- getLinesForEditing() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
-
The size of the text box.
- getLink() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
Link type permission details.
- getList() - Method in class com.amilesend.onedrive.resource.site.List
-
Additional list information.
- getListId() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The list identifier.
- getListId() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
-
Item list identifier.
- getListId() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
The associated list identifier.
- getListId() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The associated list identifier.
- getListId() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
-
The identifier for the lookup source list.
- getListItemId() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
-
Item identifier for an element contained within the list (as an integer).
- getListItemId() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The associated list item identifier.
- getListItemUniqueId() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
-
The unique identifier for an element contained within the list.
- getListItemVersions() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Gets the list of versions for this list item.
- getLists() - Method in class com.amilesend.onedrive.resource.Site
-
Gets all lists under the site.
- getLists() - Method in class com.amilesend.onedrive.resource.site.Site
-
Gets all lists under the site.
- getLocale() - Method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn
-
The locale to infer the currency symbol.
- getLocation() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The geographic coordinates and elevation of a file (read-only).
- getLocationAttributes() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Gets the location attributes (e.g., photo taken from a cell phone).
- getLongitude() - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates
-
The longitude for the item.
- getLookup() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The column stores a date that is looked up from another source in the site.
- getMalware() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
If defined, malware was detected in the file (read-only).
- getMaximum() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn
-
The maximum permitted value.
- getMaxLength() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
-
The maximum number of characters permitted.
- getMedium() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
-
A 176x176 scaled thumbnail.
- getMention() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
A user was mentioned in the item.
- getMentionees() - Method in class com.amilesend.onedrive.resource.activities.action.MentionAction
-
The list of mentioned users.
- getMessage() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
-
A message to include in the invite.
- getMimeType() - Method in class com.amilesend.onedrive.resource.item.type.File
-
The MIME type for the file content.
- getMinimum() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn
-
The minimum permitted value.
- getMove() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
The item was moved.
- getName() - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction
-
The name of the deleted item.
- getName() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the name of this drive.
- getName() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the name of this drive item.
- getName() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
The name of the item.
- getName() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
The name of the item associated with the version.
- getName() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The name of the referenced item.
- getName() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
The name of the remote item.
- getName() - Method in class com.amilesend.onedrive.resource.item.type.SpecialFolder
-
The special folder name.
- getName() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the name of this drive.
- getName() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The API-facing name of the columns.
- getName() - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink
-
The column name.
- getName() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
The content type name.
- getNewName() - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction
-
The new name of the item.
- getNewVersion() - Method in class com.amilesend.onedrive.resource.activities.action.VersionAction
-
The name of the new version.
- getNextLink() - Method in class com.amilesend.onedrive.resource.item.DriveItemPage
-
The URL for the next page.
- getNumber() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The column stores numbers.
- getObjectId() - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient
-
The identifier for the recipient.
- getObjectType() - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction
-
The type of item that was deleted.
- getObservedDateTime() - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet
-
Describes when the activity took place.
- getOldName() - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction
-
The old name of the item.
- getOnClickTelemetryUrl() - Method in class com.amilesend.onedrive.resource.item.type.SearchResult
-
The callback URL to record telemetry information.
- getOperation() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
-
The type of job being performed.
- getOrder() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
Describes the order that the content type appears in the UI.
- getOutputType() - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn
-
The output type used for format values in the column.
- getOwner() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
The user account that owns the drive.
- getOwner() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the owner information for this drive.
- getOwner() - Method in class com.amilesend.onedrive.resource.item.type.Shared
-
The owner of the drive item.
- getPackage() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the package information associated with this drive item.
- getPage() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
-
Optional page number of the document formatted as a string.
- getParentAuthor() - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction
-
The user who started the thread.
- getParentId() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
The parent content type identifier.
- getParentReference() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the parent reference of this drive.
- getParentReference() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the parent reference of this drive item.
- getParentReference() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
Describes the parent information.
- getParentReference() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Describes the parent information.
- getParentReference() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the parent reference of this drive.
- getParticipants() - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction
-
The list of users who participated in the thread.
- getPath() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The path of the referenced item.
- getPercentageComplete() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
-
A value between 0.0 and 100.0 that indicates the current progress as a percentage.
- getPermissions() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the list of permissions associated with this drive item.
- getPermissions() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Fetches the list of permissions associated with this
DriveItem
. - getPersonOrGroup() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The column stores a person or group.
- getPhoto() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The photo attributes for a drive item file (read-only).
- getPhotoAttributes() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Gets the photo attributes (e.g., photo taken from a cell phone).
- getPort() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
The port of the receiver to listen on.
- getPosition() - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder
-
The position that the content ype appears in the selection UI.
- getPostParameters() - Method in class com.amilesend.onedrive.resource.item.type.Preview
-
The HTTP POST parameters to include if using
Preview.getPostUrl()
. - getPostUrl() - Method in class com.amilesend.onedrive.resource.item.type.Preview
-
The URL suiting for embedding using HTTP POST (e.g., post, javascript, etc.).
- getPrimaryLookupColumnId() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
-
When specified, this specified column becomes the primary lookup over this column.
- getPublication() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The published status of a drive item or version (read-only).
- getPublication() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
Describes the published status of the version.
- getPublished() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
Describes the publication status of a version.
- getQuickXorHash() - Method in class com.amilesend.onedrive.resource.item.type.Hashes
-
A base64-encoded hash that can be used to determine if the file contents have changed.
- getQuota() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Drive storage space quota information.
- getQuota() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the quota information for this drive.
- getRecipients() - Method in class com.amilesend.onedrive.resource.activities.action.ShareAction
-
The list of shared users tha the item was shared with.
- getRecipients() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
-
The list of recipients.
- getRecordedDateTime() - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet
-
Describes when the activity was recorded.
- getRedirectUri() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
Gets the redirect URI based on the running HTTP server resource.
- getRefreshToken() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
The current refresh token used to refresh access tokens.
- getRemaining() - Method in class com.amilesend.onedrive.resource.drive.Quota
-
Remaining storage space in bytes.
- getRemoteItem() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the remote item information.
- getRemoteItem() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Indicates that a drive item references one that exists in another drive (read-only).
- getRename() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
The item was renamed.
- getResourceId() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- getResourceId() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
The associated resource identifier associated with the access tokens (business accounts only).
- getResourceId() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
-
The identifier associated with the job.
- getRestore() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
The item was restored.
- getRoles() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
The type of permission.
- getRoles() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
-
The allowed roles granted to the recipients.
- getRoot() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
If defined, indicates that the item is the top-most folder in the drive (read-only).
- getRoot() - Method in class com.amilesend.onedrive.resource.site.Site
-
If defined, indicates that the item is the top-most folder in the drive (read-only).
- getRoot() - Method in class com.amilesend.onedrive.resource.site.SiteCollection
-
If defined, indicates that the collection is the top-most collection among other collections.
- getRootFolder() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Fetches the root folder associated with this
Drive
. - getRootFolder() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the root folder for this drive.
- getRootSite() - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the root site.
- getRootSites() - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the list of
Site
s in an organization. - getScope() - Method in class com.amilesend.onedrive.resource.item.type.Shared
-
The scope of how the item is shared.
- getScope() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
-
Describes the visibility scope of the shared link.
- getScope() - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest
-
The scope of access to the link.
- getScopes() - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver
-
The list of scopes (permissions) for accessing the Graph API.
- getScopes() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
The list of scopes, or permissions to access the Graph API.
- getSearchResult() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Indicates that the item is in response to a search query (read-only).
- getServiceApiVersion() - Method in class com.amilesend.onedrive.resource.discovery.Service
-
The API version for the service.
- getServiceEndpointUri() - Method in class com.amilesend.onedrive.resource.discovery.Service
-
The service endpoint (required for configuring the OneDriveConnection instance).
- getServiceName() - Method in class com.amilesend.onedrive.resource.discovery.Service
-
The name of the service.
- getServiceResourceId() - Method in class com.amilesend.onedrive.resource.discovery.Service
-
The service resourceId (required for requesting access tokens).
- getServices() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
-
Fetches the list of services available to the authenticated business user.
- getServices() - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse
-
The list of available services.
- getSha1Hash() - Method in class com.amilesend.onedrive.resource.item.type.Hashes
-
The SHA1 hash for the file contents.
- getShare() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
The item was shared.
- getShared() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Indicates that a drive item has been shared with others (read-only).
- getShared() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Indicates and describes that the remote item has been shared with others.
- getSharedBy() - Method in class com.amilesend.onedrive.resource.item.type.Shared
-
Who shared the drive item.
- getSharedDateTime() - Method in class com.amilesend.onedrive.resource.item.type.Shared
-
When the drive item was shared (in UTC).
- getShareId() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The shared resource identifier of the referenced item.
- getShareId() - Method in class com.amilesend.onedrive.resource.item.type.Permission
-
The token that can be used to access the shared item.
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Identifiers used for SharePoint.
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the Sharepoint identifiers for this drive.
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
SharePoint resource identifiers for SharePoint and Business account items (read-only).
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The SharePoint identifiers of the referenced item.
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Identifiers used for SharePoint.
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the SharePoint resource identifiers for SharePoint and Business account items
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
The Sharepoint identifiers.
- getSharepointIds() - Method in class com.amilesend.onedrive.resource.site.Site
-
SharePoint resource identifiers for SharePoint and Business account items (read-only).
- getSite(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the
Site
for the givensiteId
. - getSiteCollection() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the details about the site's collection (only applicable to root sites).
- getSiteCollection() - Method in class com.amilesend.onedrive.resource.site.Site
-
Provides details about the site's collection.
- getSiteForGroup(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Gets the root
Site
for the givengroupId
. - getSiteId() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
-
The site identifier of the referenced item.
- getSiteId() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
-
The site collection identifier.
- getSiteId() - Method in class com.amilesend.onedrive.resource.site.List
-
The associated site identifier that this list is associated with.
- getSiteId() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
The associated site identifier.
- getSiteId() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
The associated site identifier.
- getSiteUrl() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
-
The SharePointURL for the site that contains the item.
- getSize() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The size of the item in bytes (read-only).
- getSize() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
The size in bytes of the version.
- getSize() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Size of the remote item in bytes.
- getSmall() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
-
A 48x48 scopped thumbnail.
- getSortBy() - Method in class com.amilesend.onedrive.resource.item.type.FolderView
-
How the contents should be sorted.
- getSortOrder() - Method in class com.amilesend.onedrive.resource.item.type.FolderView
-
Describes the associated sort order.
- getSource() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
-
Source used to generate the other thumbnail sizes.
- getSourceItemId() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail
-
The associated item identifier.
- getSourceUrl() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The source URL for remote uploading of file contents (write-only).
- getSpecialFolder() - Method in class com.amilesend.onedrive.resource.DriveFolder
-
Gets the special folder attributes.
- getSpecialFolder() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Describes if the item is a special managed folder (read-only).
- getSpecialFolder() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
Describes if the current remote item is a special folder.
- getSpecialFolder(SpecialFolder.Type) - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Retrieves a special folder for the given
SpecialFolder.Type
. - getSpecialFolder(SpecialFolder.Type) - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the special folder for the given
SpecialFolder.Type
. - getSpecialFolderName() - Method in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
- getSpecialFolderType() - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem
-
The special folder type.
- getState() - Method in class com.amilesend.onedrive.resource.drive.Quota
-
The storage space state.
- getState() - Method in class com.amilesend.onedrive.resource.item.type.Deleted
-
Describes the state of the deleted item.
- getStatus() - Method in class com.amilesend.onedrive.resource.item.AsyncJob
-
Gets the current
AsyncJobStatus
for the remote asynchronous operation. - getStatus() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
-
The current status associated with the job.
- getStatusDescription() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
-
A detailed description of the job status.
- getSystem() - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Indicates that this is a system-managed drive: Note: Either
null
or defined as empty. - getSystem() - Method in class com.amilesend.onedrive.resource.site.List
-
Indicates that this is a system-managed list.
- getTakenDateTime() - Method in class com.amilesend.onedrive.resource.item.type.Photo
-
The date and time the photo was taken.
- getTemplate() - Method in class com.amilesend.onedrive.resource.site.type.ListInfo
-
Represents the base list template used for the list.
- getTenantId() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
-
The tenant identiifer.
- getText() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
The column stores text.
- getTextType() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
-
The type of text.
- getThumbnails() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the list thumbnails associated with this drive item.
- getThumbnails() - Method in class com.amilesend.onedrive.resource.identity.Identity
-
Thumbnails associated with the identity.
- getThumbnails() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Fetches the list of thumbnail sets associated with this
DriveItem
. - getTimes() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity
-
Describes when the activity took place.
- getTitle() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The song title.
- getTo() - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction
-
The name of the location the item was moved to.
- getTokenType() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
The auth token type.
- getTotal() - Method in class com.amilesend.onedrive.resource.drive.Quota
-
Total storage space in bytes.
- getTrack() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The track number for the associated album.
- getTrackCount() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The total number of tracks for the associated album.
- getType() - Method in class com.amilesend.onedrive.resource.discovery.Service
-
The associated service information.
- getType() - Method in class com.amilesend.onedrive.resource.item.type.Package
-
The type of package.
- getType() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
-
The type of link.
- getType() - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest
-
The type of sharing link to create.
- getUrl() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail
-
The URL used to fetch the thumbnail content.
- getUrl(String) - Method in class com.amilesend.onedrive.resource.item.type.Preview.PreviewBuilder
-
The URL for embedding using HTTP get (e.g., iFrames).
- getUsed() - Method in class com.amilesend.onedrive.resource.drive.Quota
-
Used storage space in bytes.
- getUser() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet
-
The user associated with the action.
- getUserDisplayName() - Method in class com.amilesend.onedrive.OneDrive
-
Gets the authenticated user's display name associated with their default drive.
- getUserDrive() - Method in class com.amilesend.onedrive.OneDrive
-
Gets the user's default drive that is associated with their account.
- getValue() - Method in class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser.ListResponseBody
-
The list of items returned for a response body.
- getValue() - Method in class com.amilesend.onedrive.resource.item.DriveItemPage
-
The list of drive items for the current page.
- getValue() - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue
-
The value to use as the default value for the column.
- getVersion() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
-
The item was versioned.
- getVersion(String) - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Gets the
ListItemVersion
for the givenversionId
. - getVersionId() - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet
-
The version identifier.
- getVersions() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Gets the list of versions for this drive item.
- getVersions() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Fetches the list of versions of this
DriveItem
. - getVideo() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The video file attributes (read-only).
- getVideoAttributes() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Gets the vidoe file attributes.
- getViewer() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
-
The optional preview app to use.
- getViewType() - Method in class com.amilesend.onedrive.resource.item.type.FolderView
-
Describes the type of view that should be used for the folder.
- getWebDavUrl() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
DAV compatible URL for the remote item.
- getWebHtml() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
-
The embedded HTML for an <iframe> to include in a webpage.
- getWebId() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
-
The item's site identifier for SharePoint web.
- getWebUrl() - Method in class com.amilesend.onedrive.resource.Drive
-
Gets the web URL formatted as a string for this drive.
- getWebUrl() - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
URL for the resource shown in a browser.
- getWebUrl() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
-
URL for the resource shown in a browser.
- getWebUrl() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
-
URL for the resource shown in a browser.
- getWebUrl() - Method in class com.amilesend.onedrive.resource.Site
-
Gets the web URL formatted as a string for this drive.
- getWidth() - Method in class com.amilesend.onedrive.resource.item.type.Image
-
The image width in pixels.
- getWidth() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail
-
The image width in pixels.
- getWidth() - Method in class com.amilesend.onedrive.resource.item.type.Video
-
The video width in pixels.
- getYear() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
The year the track was recorded.
- getZoom() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
-
Optional zoom level to start at.
- GRANT_TYPE_BODY_PARAM - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- grantedTo(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
Describes the users and applications for this permission.
- grantedToIdentities(List<IdentitySet>) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
Details of users to whom permission was granted for links.
- group(Identity) - Method in class com.amilesend.onedrive.resource.identity.IdentitySet.IdentitySetBuilder
-
The group associated with the action.
- group(String) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
The group name that this type belongs to.
- gson(Gson) - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest.CreateListItemRequestBuilder
- GsonFactory - Class in com.amilesend.onedrive.parse
-
Factory that vends new pre-configured
Gson
instances. - GsonFactory() - Constructor for class com.amilesend.onedrive.parse.GsonFactory
H
- handle(HttpExchange) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback
-
Handles the given request and sets the corresponding redirect status.
- hasDrm(boolean) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
Indicates if the audio file is protected with digital rights management.
- hashCode() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
- hashCode() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
- hashCode() - Method in class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser.ListResponseBody
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.action.MentionAction
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.action.ShareAction
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.action.VersionAction
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity
- hashCode() - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet
- hashCode() - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse
- hashCode() - Method in class com.amilesend.onedrive.resource.discovery.Service
- hashCode() - Method in class com.amilesend.onedrive.resource.drive.Drive
- hashCode() - Method in class com.amilesend.onedrive.resource.Drive
- hashCode() - Method in class com.amilesend.onedrive.resource.drive.Quota
- hashCode() - Method in class com.amilesend.onedrive.resource.DriveItemType
- hashCode() - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient
- hashCode() - Method in class com.amilesend.onedrive.resource.identity.Identity
- hashCode() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet
- hashCode() - Method in class com.amilesend.onedrive.resource.item.AsyncJob
- hashCode() - Method in class com.amilesend.onedrive.resource.item.BaseItem
- hashCode() - Method in class com.amilesend.onedrive.resource.item.DriveItem
- hashCode() - Method in class com.amilesend.onedrive.resource.item.DriveItemPage
- hashCode() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
- hashCode() - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Audio
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Deleted
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.File
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Folder
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.FolderView
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Hashes
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Image
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Package
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Permission
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Photo
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Preview
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.SearchResult
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Shared
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.SpecialFolder
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
- hashCode() - Method in class com.amilesend.onedrive.resource.item.type.Video
- hashCode() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
- hashCode() - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest
- hashCode() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
- hashCode() - Method in class com.amilesend.onedrive.resource.Site
- hashCode() - Method in class com.amilesend.onedrive.resource.site.List
- hashCode() - Method in class com.amilesend.onedrive.resource.site.ListItem
- hashCode() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
- hashCode() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
- hashCode() - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse
- hashCode() - Method in class com.amilesend.onedrive.resource.site.Site
- hashCode() - Method in class com.amilesend.onedrive.resource.site.SiteCollection
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.ListInfo
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn
- hashCode() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
- hashes(Hashes) - Method in class com.amilesend.onedrive.resource.item.type.File.FileBuilder
-
The hashes of the binary file content.
- Hashes - Class in com.amilesend.onedrive.resource.item.type
-
Describes the hashes for the drive item file contents.
- Hashes.HashesBuilder - Class in com.amilesend.onedrive.resource.item.type
- height(int) - Method in class com.amilesend.onedrive.resource.item.type.Image.ImageBuilder
-
The image height in pixels.
- height(int) - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail.ThumbnailBuilder
-
The image hight in pixels.
- height(int) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
The video height in pixels.
- hidden(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
Indicates if the column is displayed in the UI.
- hidden(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
Indicates if the content type is hidden.
- hidden(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ListInfo.ListInfoBuilder
-
Indicates if the list is hidden from view.
- host(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
- host(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- hostname(String) - Method in class com.amilesend.onedrive.resource.site.SiteCollection.SiteCollectionBuilder
-
The hostname for the sharepoint site.
- hostnameVerifier(HostnameVerifier) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the hostname verifier to use with the HTTP client.
- httpClient(OkHttpClient) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- httpClient(OkHttpClient) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- httpClient(OkHttpClient) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- httpClient(OkHttpClient) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- httpClient(OkHttpClient) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
The underlying http client.
- httpClient(OkHttpClient) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the http client.
I
- id(String) - Method in class com.amilesend.onedrive.resource.activities.ItemActivity.ItemActivityBuilder
-
The activity identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.identity.Identity.IdentityBuilder
-
The unique identifier for the identity.
- id(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
The unique identifier for the item.
- id(String) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
-
The version identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The drive item identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
The permission identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
The remote item identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet.ThumbnailSetBuilder
-
The item identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The version identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse.GetColumnValuesResponseBuilder
-
The associated list item id.
- id(String) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The column identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink.ColumnLinkBuilder
-
The column identifier.
- id(String) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
The content type identifier.
- Identity - Class in com.amilesend.onedrive.resource.identity
-
Describes a user, drive, or application that can take action on a resource.
- Identity.IdentityBuilder - Class in com.amilesend.onedrive.resource.identity
- IdentitySet - Class in com.amilesend.onedrive.resource.identity
-
A set of identities associated with events for an item.
- IdentitySet.IdentitySetBuilder - Class in com.amilesend.onedrive.resource.identity
- image(Image) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The image attributes for a file (read-only).
- Image - Class in com.amilesend.onedrive.resource.item.type
-
Describes the image attributes for a drive item file.
- Image.ImageBuilder - Class in com.amilesend.onedrive.resource.item.type
- indexed(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
Indicates if the column values can be used for sorting and searching.
- inheritedFrom(ItemReference) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
Reference to the parent permission (if applicable).
- inheritedFrom(ItemReference) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
Describes if this type is inherited from another type (like a site that contains the type).
- invitation(SharingInvitation) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
Sharing invitation for this permission.
- invitedBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation.SharingInvitationBuilder
-
Describes who sent the invitation.
- is_default() - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder
-
Indicates if this is the default content type.
- isAllowEdit() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
-
If
true
, the file can be edited from the UI. - isAllowMultipleLines() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
-
Indicates if multiple lines of text are allowed.
- isAllowMultipleSelection() - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn
-
Indicates if multiple values can be selected.
- isAllowMultipleValues() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
-
Indicates when multiple values are selectable from the source.
- isAllowTextEntry() - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn
-
Indicates if custom values are allowed.
- isAllowUnlimitedLength() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
-
Indicates if values should be able to exceed the 255-character limit.
- isAppendChangesToExistingText() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
-
Indicates that updates should append existing text, or to replace it.
- isAudio() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Describes if this is an audio file.
- isAuthenticated() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- isAuthenticated() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- isChromeless() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
-
If
true
, the embedded view will omit controls. - isContentTypesEnabled() - Method in class com.amilesend.onedrive.resource.site.type.ListInfo
-
Indicates that content types are enabled for the list.
- isDeleted() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Describes if this drive item has been marked for deletion.
- isDeleted() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Indicates if this item is deleted or not (read-only).
- isEnforceUniqueValues() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
When
true
, no two list items may have the save value for this column. - isExpired() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- isExpired() - Method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
-
Determines if the current authentication information is expired.
- isExpired() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- isFile() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Describes if this is a file.
- isFolder() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Describes if this is a folder.
- isForTest(boolean) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the flag to allow for non-SSL/TLS based requests used for testing.
- isHasDrm() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
Indicates if the audio file is protected with digital rights management.
- isHidden() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
Indicates if the column is displayed in the UI.
- isHidden() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
Indicates if the content type is hidden.
- isHidden() - Method in class com.amilesend.onedrive.resource.site.type.ListInfo
-
Indicates if the list is hidden from view.
- isImage() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Describes if this is an image file.
- isIndexed() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
Indicates if the column values can be used for sorting and searching.
- isLocationAvailable() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Determines if there is geolocation attributes for this file.
- iso(int) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The ISO value from the camera.
- isPackage() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Describes if this is a package.
- isPhoto() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Describes if this has photo attributes.
- isProcessingMetadata() - Method in class com.amilesend.onedrive.resource.item.type.File
-
Indicates if the item is being processed to extract metadata.
- isReadOnly() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
Indicates if the column values are immutable.
- isReadOnly() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
Indicates if this content type is mutable.
- isRedirectsAllowed(boolean) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the flag to allow for automatic URL redirects when responses return 300-based HTTP responses.
- isRemote() - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Describes if this drive item represents a remote item from another drive.
- isReply() - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction
-
Indicates if the activity was a reply to an existing thread.
- isReply(boolean) - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction.CommentActionBuilder
-
Indicates if the activity was a reply to an existing thread.
- isRequired() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
-
Indicates if teh column value is required.
- isRequireSignIn() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
-
Indicates if accessing the shared item requires sign-in.
- isRoot() - Method in class com.amilesend.onedrive.resource.DriveFolder
-
Describes if this folder is the root of the drive or not.
- isRoot() - Method in class com.amilesend.onedrive.resource.Site
-
Indicates if this site is the root site.
- isRoot() - Method in class com.amilesend.onedrive.resource.site.SiteCollection
-
Indicates if this site collection is the root collection.
- isSealed() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
-
Indicates if the content type is only mutable by administrators.
- isSendInvitation() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
-
Indicates if an invitation should be sent to the recipient, or just grant the permission.
- isSignInRequired() - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation
-
Flag that indicates if the recipient needs to sign in in order to access the shared resource.
- isSpecialFolder() - Method in class com.amilesend.onedrive.resource.DriveFolder
-
Describes if this folder is a special folder.
- isSystemManaged() - Method in class com.amilesend.onedrive.resource.Drive
-
Describes if this drive is a system-managed drive.
- isVariableBitrate() - Method in class com.amilesend.onedrive.resource.item.type.Audio
-
indicates if the file isencoded with a variable bitrate.
- isVariableBitrate(boolean) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
indicates if the file isencoded with a variable bitrate.
- isVideo() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Describes if this is a video file.
- ITEM_ACTIVITY_LIST_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- ItemActionSet - Class in com.amilesend.onedrive.resource.activities
-
Describes actions that compose an activity on an item.
- ItemActionSet.ItemActionSetBuilder - Class in com.amilesend.onedrive.resource.activities
- ItemActivity - Class in com.amilesend.onedrive.resource.activities
-
Provides information about activities that took place on an item.
- ItemActivity.ItemActivityBuilder - Class in com.amilesend.onedrive.resource.activities
- ItemActivityTimeSet - Class in com.amilesend.onedrive.resource.activities
-
Describes when an activity on at item took place.
- ItemActivityTimeSet.ItemActivityTimeSetBuilder - Class in com.amilesend.onedrive.resource.activities
- ItemReference - Class in com.amilesend.onedrive.resource.item.type
-
Describes the identifiers on how to reference a drive item resource.
- ItemReference.ItemReferenceBuilder - Class in com.amilesend.onedrive.resource.item.type
- items(List<BaseItem>) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
-
The items contained within this site.
L
- large(Thumbnail) - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet.ThumbnailSetBuilder
-
A 1920x1920 scaled thumbnail.
- lastAccessedDateTime(String) - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo.FileSystemInfoBuilder
-
The date and time the file was last accessed on the client (in UTC).
- lastModifiedBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
The identity that last modified the item.
- lastModifiedBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
-
The identity of whom last modified the version.
- lastModifiedBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
The identity that last modified the remote item.
- lastModifiedBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The user who last modified the version.
- lastModifiedDateTime(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
Describes when the item was last modified.
- lastModifiedDateTime(String) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
-
The date and time of when the version was last modified.
- lastModifiedDateTime(String) - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo.FileSystemInfoBuilder
-
The date and time the file was last modified on the client (in UTC).
- lastModifiedDateTime(String) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Describes when the remote item was last modified.
- lastModifiedDateTime(String) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The timestamp of when the version was last modifed.
- latitude(double) - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates.GeoCoordinatesBuilder
-
The latitude for the item.
- level(String) - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet.PublicationFacetBuilder
-
The publication state.
- linesForEditing(int) - Method in class com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
-
The size of the text box.
- link(SharingLink) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
Link type permission details.
- list(ListInfo) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
Additional list information.
- List - Class in com.amilesend.onedrive.resource.site
-
Represents a list resource in a site that describes the top-level properties of a list.
- LIST_BASE_URL_PATH - Static variable in class com.amilesend.onedrive.resource.site.List
- LIST_ITEM_BASE_URL_PATH - Static variable in class com.amilesend.onedrive.resource.site.ListItem
- LIST_ITEM_URL_SUFFIX - Static variable in class com.amilesend.onedrive.resource.site.ListItem
- LIST_ITEM_VERSION_BASE_URL_PATH - Static variable in class com.amilesend.onedrive.resource.site.ListItemVersion
- LIST_ITEM_VERSIONS_URL_SUFFIX - Static variable in class com.amilesend.onedrive.resource.site.ListItemVersion
- LIST_URL_PATH_SUFFIX - Static variable in class com.amilesend.onedrive.resource.site.List
- List.ListBuilder<C,
B> - Class in com.amilesend.onedrive.resource.site - ListBuilder() - Constructor for class com.amilesend.onedrive.resource.site.List.ListBuilder
- listId(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The list identifier.
- listId(String) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
-
Item list identifier.
- listId(String) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
The associated list identifier.
- listId(String) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The associated list identifier.
- listId(String) - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
-
The identifier for the lookup source list.
- ListInfo - Class in com.amilesend.onedrive.resource.site.type
-
Describes a list
- ListInfo.ListInfoBuilder - Class in com.amilesend.onedrive.resource.site.type
- ListItem - Class in com.amilesend.onedrive.resource.site
-
Represents an item in a list.
- ListItem.ListItemBuilder<C,
B> - Class in com.amilesend.onedrive.resource.site - ListItemBuilder() - Constructor for class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
- listItemId(String) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
-
Item identifier for an element contained within the list (as an integer).
- listItemId(String) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The associated list item identifier.
- ListItemInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theListItem
resource. - ListItemInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.ListItemInstanceCreator
-
Creates a new
ListItemInstanceCreator
instance. - ListItemParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a
ListItem
. - listItemUniqueId(String) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
-
The unique identifier for an element contained within the list.
- ListItemVersion - Class in com.amilesend.onedrive.resource.site
-
Describes a previous version of a list item.
- ListItemVersion.ListItemVersionBuilder - Class in com.amilesend.onedrive.resource.site
- ListItemVersionInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theListItemVersion
resource. - ListItemVersionInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.ListItemVersionInstanceCreator
-
Creates a new
ListItemVersionInstanceCreator
instance. - ListItemVersionListParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a list of
ListItemVersion
s. - ListItemVersionParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a
ListItemVersion
. - ListListParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a list of
ListItem
s. - ListResponseBody() - Constructor for class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser.ListResponseBody
- ListResponseBodyParser<T> - Class in com.amilesend.onedrive.parse.resource.parser
-
Defines a
GsonParser
implementation for a response body that contains a list of items. - ListResponseBodyParser(Class<T>) - Constructor for class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser
- ListResponseBodyParser.ListResponseBody<T> - Class in com.amilesend.onedrive.parse.resource.parser
-
Used to deserialize a response body that contains a list of drive items.
- loadDefaultCredentialConfigResource(Gson) - Static method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
- locale(String) - Method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn.CurrencyColumnBuilder
-
The locale to infer the currency symbol.
- location(GeoCoordinates) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The geographic coordinates and elevation of a file (read-only).
- longitude(double) - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates.GeoCoordinatesBuilder
-
The longitude for the item.
- lookup(LookupColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The column stores a date that is looked up from another source in the site.
- LookupColumn - Class in com.amilesend.onedrive.resource.site.type
-
Describes how the column's values are looked up from another source.
- LookupColumn.LookupColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
M
- malware(Object) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
If defined, malware was detected in the file (read-only).
- maximum(double) - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn.NumberColumnBuilder
-
The maximum permitted value.
- maxLength(int) - Method in class com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
-
The maximum number of characters permitted.
- medium(Thumbnail) - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet.ThumbnailSetBuilder
-
A 176x176 scaled thumbnail.
- mention(MentionAction) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
A user was mentioned in the item.
- MentionAction - Class in com.amilesend.onedrive.resource.activities.action
-
Indicates that an activity mentioned people.
- MentionAction.MentionActionBuilder - Class in com.amilesend.onedrive.resource.activities.action
- mentionees(List<IdentitySet>) - Method in class com.amilesend.onedrive.resource.activities.action.MentionAction.MentionActionBuilder
-
The list of mentioned users.
- message(String) - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest.AddPermissionRequestBuilder
-
A message to include in the invite.
- mimeType(String) - Method in class com.amilesend.onedrive.resource.item.type.File.FileBuilder
-
The MIME type for the file content.
- minimum(double) - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn.NumberColumnBuilder
-
The minimum permitted value.
- monitorUrl(String) - Method in class com.amilesend.onedrive.resource.item.AsyncJob.AsyncJobBuilder
- move(DriveFolder, String) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Moves this file to the specified
DriveFolder
along with the new file name. - move(DriveFolder, String) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Moves this folder to the specified
DriveFolder
along with the new file name. - move(MoveAction) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
The item was moved.
- move(DriveFolder) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Moves this file to the specified
DriveFolder
. - move(DriveFolder) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Moves this folder to the specified
DriveFolder
. - move(String, String) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Moves this file to the specified
newParentId
(i.e., represents a new DriveFolder's ID) along with the new file name. - move(String, String) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Moves this folder to the specified
newParentId
(i.e., represents a new DriveFolder's ID) along with the new folder name. - move(String, String) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Moves this
DriveItem
as a child to the givennewParentId
, updates the name, or both. - MoveAction - Class in com.amilesend.onedrive.resource.activities.action
-
Indicates that the activity moved an item.
- MoveAction.MoveActionBuilder - Class in com.amilesend.onedrive.resource.activities.action
- MUSIC - Enum constant in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
N
- name(String) - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction.DeleteActionBuilder
-
The name of the deleted item.
- name(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
The name of the item.
- name(String) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
-
The name of the item associated with the version.
- name(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The name of the referenced item.
- name(String) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
The name of the remote item.
- name(String) - Method in class com.amilesend.onedrive.resource.item.type.SpecialFolder.SpecialFolderBuilder
-
The special folder name.
- name(String) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The API-facing name of the columns.
- name(String) - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink.ColumnLinkBuilder
-
The column name.
- name(String) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
The content type name.
- newDriveItemVersionListParser(String, String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newInstance() - Static method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
Creates a new
OneDriveConnectionBuilder
instance. - newListItemParser(String, String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newListItemVersionListParser(String, String, String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newListItemVersionParser(String, String, String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newListListParser(String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newName(String) - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction.RenameActionBuilder
-
The new name of the item.
- newPermissionListParser(String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newPermissionParser(String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newPreviewParser(String) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newSpecialDriveItemParser(SpecialFolder.Type) - Static method in class com.amilesend.onedrive.parse.resource.parser.Parsers
- newVersion(String) - Method in class com.amilesend.onedrive.resource.activities.action.VersionAction.VersionActionBuilder
-
The name of the new version.
- newWithBodyRequestBuilder() - Method in class com.amilesend.onedrive.connection.OneDriveConnection
-
Creates a new
Request.Builder
with pre-configured headers for a request that contains both a JSON-formatted request and response body. - nextLink(String) - Method in class com.amilesend.onedrive.resource.item.DriveItemPage.DriveItemPageBuilder
-
The URL for the next page.
- number(NumberColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The column stores numbers.
- NumberColumn - Class in com.amilesend.onedrive.resource.site.type
-
Describes that the column's values are numbers.
- NumberColumn.NumberColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
O
- OAuthReceiver - Class in com.amilesend.onedrive.connection.auth.oauth
-
A customized OAuth receiver that handles the OAuth token exchange redirect by hosting a HTTP server to capture the auth and/or error code specific to Box.net OAuth flow.
- OAuthReceiver.OAuthReceiverBuilder - Class in com.amilesend.onedrive.connection.auth.oauth
- OAuthReceiverCallback - Class in com.amilesend.onedrive.connection.auth.oauth
-
HttpServer handler that takes the verifier token passed over from the OAuth provider and stashes it where
OAuthReceiver.waitForCode()
will find it. - OAuthReceiverCallback(String, String, String) - Constructor for class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback
-
Builds a new
OAuthReceiverCallback
- OAuthReceiverCallback.OAuthReceiverCallbackBuilder - Class in com.amilesend.onedrive.connection.auth.oauth
- OAuthReceiverException - Exception Class in com.amilesend.onedrive.connection.auth.oauth
-
Defines the exception thrown from
OAuthReceiver
. - OAuthReceiverException(String) - Constructor for exception class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverException
-
Creates a new
OAuthReceiverException
. - OAuthReceiverException(String, Throwable) - Constructor for exception class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverException
-
Creates a new
OAuthReceiverException
. - objectDefinedEquals(Object, Object) - Static method in class com.amilesend.onedrive.resource.ResourceHelper
-
Used for
equals()
implementation to determine if a given object is mutually defined or not. - objectId(String) - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient.DriveRecipientBuilder
-
The identifier for the recipient.
- objectType(String) - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction.DeleteActionBuilder
-
The type of item that was deleted.
- observedDateTime(String) - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet.ItemActivityTimeSetBuilder
-
Describes when the activity took place.
- OkHttpClientBuilder - Class in com.amilesend.onedrive.connection.http
-
Utility to configure and build a
OkHttpClient
with the option of default configuration for this SDK. - OkHttpClientBuilder() - Constructor for class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
- oldName(String) - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction.RenameActionBuilder
-
The old name of the item.
- onClickTelemetryUrl(String) - Method in class com.amilesend.onedrive.resource.item.type.SearchResult.SearchResultBuilder
-
The callback URL to record telemetry information.
- OneDrive - Class in com.amilesend.onedrive
-
The primary exposed object to consumers to access drives available to the authenticated user.
- OneDrive(OneDriveConnection) - Constructor for class com.amilesend.onedrive.OneDrive
- OneDriveAuthInfo - Class in com.amilesend.onedrive.connection.auth
-
Represents the authentication information for OAuth (OBO) access to a user's MS OneDrive account.
- OneDriveAuthInfo.OneDriveAuthInfoBuilder - Class in com.amilesend.onedrive.connection.auth
- OneDriveAuthManager - Interface in com.amilesend.onedrive.connection.auth
-
The interface that defines the manager that is responsible for obtaining and refreshing tokens to interact with a OneDrive account.
- OneDriveConnection - Class in com.amilesend.onedrive.connection
-
Wraps a
OkHttpClient
that manages authentication refresh and parsing responses to corresponding POJO types. - OneDriveConnection.OneDriveConnectionBuilder<C,
B> - Class in com.amilesend.onedrive.connection - OneDriveConnectionBuilder - Class in com.amilesend.onedrive.connection
-
Builder to configure and return a new
OneDriveConnection
instance. - OneDriveConnectionBuilder() - Constructor for class com.amilesend.onedrive.connection.OneDriveConnection.OneDriveConnectionBuilder
- OneDriveException - Exception Class in com.amilesend.onedrive
-
Defines the exception thrown from
OneDriveFactoryStateManager
. - OneDriveException(String, Throwable) - Constructor for exception class com.amilesend.onedrive.OneDriveException
-
Creates a new
OneDriveException
. - OneDriveFactoryStateManager<T> - Class in com.amilesend.onedrive
-
A factory that vends authenticated
OneDrive
instances for a single authenticated user. - OneDriveFactoryStateManager.Builder - Class in com.amilesend.onedrive
-
The builder for creating a new
OneDriveFactoryStateManager
. - OneDriveFactoryStateManager.CredentialConfig - Class in com.amilesend.onedrive
-
Defines the consuming application's client credentials.
- OneDriveOAuthReceiver - Class in com.amilesend.onedrive.connection.auth.oauth
-
Extends
OAuthReceiver
that accounts for MS Graph scopes and client ID in order to provide the URI to query for the auth code during the OAUTH exchange. - OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder - Class in com.amilesend.onedrive.connection.auth.oauth
- operation(String) - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
-
The type of job being performed.
- order(ContentTypeOrder) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
Describes the order that the content type appears in the UI.
- outputType(String) - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn.CalculatedColumnBuilder
-
The output type used for format values in the column.
- owner(IdentitySet) - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
-
The user account that owns the drive.
- owner(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.type.Shared.SharedBuilder
-
The owner of the drive item.
P
- Package - Class in com.amilesend.onedrive.resource.item.type
-
Indicates that a drive item is the top level item in a collection of items.
- Package.PackageBuilder - Class in com.amilesend.onedrive.resource.item.type
- page(String) - Method in class com.amilesend.onedrive.resource.request.PreviewRequest.PreviewRequestBuilder
-
Optional page number of the document formatted as a string.
- parentAuthor(IdentitySet) - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction.CommentActionBuilder
-
The user who started the thread.
- parentId(String) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
The parent content type identifier.
- parentReference(ItemReference) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
Describes the parent information.
- parentReference(ItemReference) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Describes the parent information.
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.DriveItemVersionListParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.ListItemParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.ListItemVersionListParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.ListItemVersionParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.ListListParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.PermissionListParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.PermissionParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.SpecialDriveItemParser
- parse(Gson, InputStream) - Method in class com.amilesend.onedrive.parse.resource.parser.PreviewParser
- Parsers - Class in com.amilesend.onedrive.parse.resource.parser
- participants(List<IdentitySet>) - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction.CommentActionBuilder
-
The list of users who participated in the thread.
- path(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The path of the referenced item.
- percentageComplete(double) - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
-
A value between 0.0 and 100.0 that indicates the current progress as a percentage.
- Permission - Class in com.amilesend.onedrive.resource.item.type
-
Describes sharing permissions granted for a drive item.
- Permission.PermissionBuilder - Class in com.amilesend.onedrive.resource.item.type
- PermissionInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on thePermission
resource. - PermissionInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.PermissionInstanceCreator
-
Creates a new
PermissionInstanceCreator
instance. - PermissionListParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a list of
Permission
s. - PermissionParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a
Permission
. - PersonalAccountAuthManager - Class in com.amilesend.onedrive.connection.auth
-
Manager that is responsible for obtaining and refreshing tokens to interact with a personal OneDrive account.
- PersonalAccountAuthManager.BuilderWithAuthCode - Class in com.amilesend.onedrive.connection.auth
- PersonalAccountAuthManager.BuilderWithAuthInfo - Class in com.amilesend.onedrive.connection.auth
- personOrGroup(PersonOrGroupColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The column stores a person or group.
- PersonOrGroupColumn - Class in com.amilesend.onedrive.resource.site.type
-
Indicates that the column's value represent a person or group from the directory.
- PersonOrGroupColumn.PersonOrGroupColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
- photo(Photo) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The photo attributes for a drive item file (read-only).
- Photo - Class in com.amilesend.onedrive.resource.item.type
-
Describes the photo attributes for a drive item file.
- Photo.PhotoBuilder - Class in com.amilesend.onedrive.resource.item.type
- PHOTOS - Enum constant in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
- port(int) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
- port(int) - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- position(int) - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder.ContentTypeOrderBuilder
-
The position that the content ype appears in the selection UI.
- postParameters(String) - Method in class com.amilesend.onedrive.resource.item.type.Preview.PreviewBuilder
-
The HTTP POST parameters to include if using
Preview.getPostUrl()
. - postUrl(String) - Method in class com.amilesend.onedrive.resource.item.type.Preview.PreviewBuilder
-
The URL suiting for embedding using HTTP POST (e.g., post, javascript, etc.).
- preview(PreviewRequest) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Gets the embeddable file preview URLs for inclusion in a web-based UI.
- Preview - Class in com.amilesend.onedrive.resource.item.type
-
Represents a response to preview an item.
- Preview.PreviewBuilder - Class in com.amilesend.onedrive.resource.item.type
- previewItem(PreviewRequest) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Gets the embeddable file preview URLs for inclusion in a web-based UI.
- PreviewParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a
Preview
. - PreviewRequest - Class in com.amilesend.onedrive.resource.request
-
Represents a request to preview an item.
- PreviewRequest.PreviewRequestBuilder - Class in com.amilesend.onedrive.resource.request
- primaryLookupColumnId(String) - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
-
When specified, this specified column becomes the primary lookup over this column.
- processingMetadata(boolean) - Method in class com.amilesend.onedrive.resource.item.type.File.FileBuilder
-
Indicates if the item is being processed to extract metadata.
- proxy(Proxy, String, String) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the proxy and associated username plus password to use with the HTTP client.
- proxy(Proxy, Authenticator) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the proxy and associated authenticator to use with the HTTP client.
- publication(PublicationFacet) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The published status of a drive item or version (read-only).
- publication(PublicationFacet) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
-
Describes the published status of the version.
- PublicationFacet - Class in com.amilesend.onedrive.resource.item.type
-
Describes the published status of a drive item or version.
- PublicationFacet.PublicationFacetBuilder - Class in com.amilesend.onedrive.resource.item.type
- published(PublicationFacet) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
Describes the publication status of a version.
Q
- quickXorHash(String) - Method in class com.amilesend.onedrive.resource.item.type.Hashes.HashesBuilder
-
A base64-encoded hash that can be used to determine if the file contents have changed.
- quota(Quota) - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
-
Drive storage space quota information.
- Quota - Class in com.amilesend.onedrive.resource.drive
-
Describes details about storage space for a drive.
- Quota.QuotaBuilder - Class in com.amilesend.onedrive.resource.drive
R
- readOnly(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
Indicates if the column values are immutable.
- readOnly(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
Indicates if this content type is mutable.
- readTimeout(Duration) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the read timeout for the HTTP client.
- receiverPort(Integer) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the port for the OAUTH redirect receiver to listen on.
- recipients(List<DriveRecipient>) - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest.AddPermissionRequestBuilder
-
The list of recipients.
- recipients(List<IdentitySet>) - Method in class com.amilesend.onedrive.resource.activities.action.ShareAction.ShareActionBuilder
-
The list of shared users tha the item was shared with.
- recordedDateTime(String) - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet.ItemActivityTimeSetBuilder
-
Describes when the activity was recorded.
- redeemToken(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- redeemToken(String) - Method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
-
Issues a request to redeem the given
authCode
in order to retrieve access and refresh tokens as aOneDriveAuthInfo
. - redeemToken(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- REDIRECT_URI_BODY_PARAM - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- redirectUrl(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- redirectUrl(String) - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- redirectUrl(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- redirectUrl(String) - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- redirectUrl(String) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
The OAuth redirect URL.
- redirectUrl(String) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the redirect URL for the OAUTH redirect receiver.
- REFRESH_TOKEN_BODY_PARAM - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- REFRESH_TOKEN_GRANT_TYPE_BODY_PARAM_VALUE - Static variable in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
- refreshIfExpired() - Method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
-
Checks to see if the current authentication info is expired and refreshes the tokens accordingly.
- refreshIfExpiredAndFetchFullToken() - Method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
-
Helper method to refresh authentication if expired and return the full token used in request headers.
- refreshToken() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager
- refreshToken() - Method in interface com.amilesend.onedrive.connection.auth.OneDriveAuthManager
-
Issues a request to refresh the auth tokens and returns the refreshed tokens as a
OneDriveAuthInfo
. - refreshToken() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager
- refreshToken(String) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
The current refresh token used to refresh access tokens.
- releaseLock() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback
-
Releases the lock.
- remaining(long) - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
-
Remaining storage space in bytes.
- remoteItem(RemoteItem) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Indicates that a drive item references one that exists in another drive (read-only).
- RemoteItem - Class in com.amilesend.onedrive.resource.item.type
-
Indicates and describes that a drive item references one that exists in another drive.
- RemoteItem.RemoteItemBuilder - Class in com.amilesend.onedrive.resource.item.type
- rename(RenameAction) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
The item was renamed.
- RenameAction - Class in com.amilesend.onedrive.resource.activities.action
-
Indicates that an activity renamed an item.
- RenameAction.RenameActionBuilder - Class in com.amilesend.onedrive.resource.activities.action
- required(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
Indicates if teh column value is required.
- requireSignIn(boolean) - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest.AddPermissionRequestBuilder
-
Indicates if accessing the shared item requires sign-in.
- ResourceHelper - Class in com.amilesend.onedrive.resource
- resourceId(String) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
The associated resource identifier associated with the access tokens (business accounts only).
- resourceId(String) - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
-
The identifier associated with the job.
- restore() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
-
Restores this version as the primary drive item version.
- restore() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
-
Restores this version.
- restore(Object) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
The item was restored.
- retrieve(String) - Method in interface com.amilesend.onedrive.connection.auth.store.AuthInfoStore
-
Retrieves the
OneDriveAuthInfo
for the given keyed identifier. - retrieve(String) - Method in class com.amilesend.onedrive.connection.auth.store.SingleUserEncryptedFileBasedAuthInfoStore
-
Retrieves the
OneDriveAuthInfo
from the file system. - retrieve(String) - Method in class com.amilesend.onedrive.connection.auth.store.SingleUserFileBasedAuthInfoStore
-
Retrieves the
OneDriveAuthInfo
from the file system. - roles(List<String>) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
The type of permission.
- roles(List<String>) - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest.AddPermissionRequestBuilder
-
The allowed roles granted to the recipients.
- root(Object) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
If defined, indicates that the item is the top-most folder in the drive (read-only).
- root(Object) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
-
If defined, indicates that the item is the top-most folder in the drive (read-only).
- root(Object) - Method in class com.amilesend.onedrive.resource.site.SiteCollection.SiteCollectionBuilder
-
If defined, indicates that the collection is the top-most collection among other collections.
S
- saveState() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager
-
Persists the authentication state.
- scope(String) - Method in class com.amilesend.onedrive.resource.item.type.Shared.SharedBuilder
-
The scope of how the item is shared.
- scope(String) - Method in class com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
-
Describes the visibility scope of the shared link.
- scope(String) - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest.CreateSharingLinkRequestBuilder
-
The scope of access to the link.
- scopes(List<String>) - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- scopes(List<String>) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
The list of scopes, or permissions to access the Graph API.
- scopes(List<String>) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the list of scopes (permissions) for accessing the Graph API.
- sealed(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
-
Indicates if the content type is only mutable by administrators.
- search(String) - Method in class com.amilesend.onedrive.resource.drive.Drive
-
Search for items associated with this
Drive
. - search(String) - Method in class com.amilesend.onedrive.resource.Drive
-
Searches this drive for the given query (e.g., file name).
- search(String) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Searches this folder for the given query (e.g., file name).
- search(String) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Search for items associated with this
DriveItem
. - searchForSite(String) - Method in class com.amilesend.onedrive.BusinessOneDrive
-
Searches for sites for the given
query
. - searchResult(SearchResult) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Indicates that the item is in response to a search query (read-only).
- SearchResult - Class in com.amilesend.onedrive.resource.item.type
-
Indicates that the item is in response to a search query.
- SearchResult.SearchResultBuilder - Class in com.amilesend.onedrive.resource.item.type
- sendInvitation(boolean) - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest.AddPermissionRequestBuilder
-
Indicates if an invitation should be sent to the recipient, or just grant the permission.
- Service - Class in com.amilesend.onedrive.resource.discovery
-
Describes a single service as part of a discovery query response (business accounts only).
- Service.ServiceBuilder - Class in com.amilesend.onedrive.resource.discovery
- serviceApiVersion(String) - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
-
The API version for the service.
- serviceEndpointUri(String) - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
-
The service endpoint (required for configuring the OneDriveConnection instance).
- serviceName(String) - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
-
The name of the service.
- serviceResourceId(String) - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
-
The service resourceId (required for requesting access tokens).
- services(List<Service>) - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse.DiscoverServiceResponseBuilder
-
The list of available services.
- setClientId(String) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
-
The client identifier.
- setClientSecret(String) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
-
The client secret.
- setConflictBehavior(String) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Describes how to handle conflicts upon copy/move operations.
- setContentType(ContentType) - Method in class com.amilesend.onedrive.resource.site.ListItem
-
The content type of this list item.
- setDescription(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
Description of the item.
- setFileSystemInfo(FileSystemInfo) - Method in class com.amilesend.onedrive.resource.DriveItemType
-
Sets the local file system information associated with this drive item.
- setFileSystemInfo(FileSystemInfo) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Describes drive (client-side) properties of the local version of a drive item.
- setFolderView(FolderView) - Method in class com.amilesend.onedrive.resource.item.type.Folder
-
The properties that describe the recommended view for the folder.
- setName(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
The name of the item.
- setParentReference(ItemReference) - Method in class com.amilesend.onedrive.resource.item.BaseItem
-
Describes the parent information.
- setServices(List<Service>) - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse
-
The list of available services.
- setSortBy(String) - Method in class com.amilesend.onedrive.resource.item.type.FolderView
-
How the contents should be sorted.
- setSortOrder(String) - Method in class com.amilesend.onedrive.resource.item.type.FolderView
-
Describes the associated sort order.
- setSourceUrl(String) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
The source URL for remote uploading of file contents (write-only).
- setSpecialFolderType(SpecialFolder.Type) - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem
-
The special folder type.
- setValue(List<T>) - Method in class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser.ListResponseBody
-
The list of items returned for a response body.
- setViewType(String) - Method in class com.amilesend.onedrive.resource.item.type.FolderView
-
Describes the type of view that should be used for the folder.
- sha1Hash(String) - Method in class com.amilesend.onedrive.resource.item.type.Hashes.HashesBuilder
-
The SHA1 hash for the file contents.
- share(ShareAction) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
The item was shared.
- ShareAction - Class in com.amilesend.onedrive.resource.activities.action
-
Indicates that an activity shared an item.
- ShareAction.ShareActionBuilder - Class in com.amilesend.onedrive.resource.activities.action
- shared(Shared) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Indicates that a drive item has been shared with others (read-only).
- shared(Shared) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Indicates and describes that the remote item has been shared with others.
- Shared - Class in com.amilesend.onedrive.resource.item.type
-
Indicates that a drive item has been shared with others.
- Shared.SharedBuilder - Class in com.amilesend.onedrive.resource.item.type
- sharedBy(IdentitySet) - Method in class com.amilesend.onedrive.resource.item.type.Shared.SharedBuilder
-
Who shared the drive item.
- sharedDateTime(String) - Method in class com.amilesend.onedrive.resource.item.type.Shared.SharedBuilder
-
When the drive item was shared (in UTC).
- shareId(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The shared resource identifier of the referenced item.
- shareId(String) - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
-
The token that can be used to access the shared item.
- sharepointIds(SharePointIds) - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
-
Identifiers used for SharePoint.
- sharepointIds(SharePointIds) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
SharePoint resource identifiers for SharePoint and Business account items (read-only).
- sharepointIds(SharePointIds) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The SharePoint identifiers of the referenced item.
- sharepointIds(SharePointIds) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Identifiers used for SharePoint.
- sharepointIds(SharePointIds) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
The Sharepoint identifiers.
- sharepointIds(SharePointIds) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
-
SharePoint resource identifiers for SharePoint and Business account items (read-only).
- SharePointIds - Class in com.amilesend.onedrive.resource.item.type
-
SharePoint resource identifiers for SharePoint and Business account items.
- SharePointIds.SharePointIdsBuilder - Class in com.amilesend.onedrive.resource.item.type
- SharingInvitation - Class in com.amilesend.onedrive.resource.item.type
-
Describes a sharing invitation.
- SharingInvitation.SharingInvitationBuilder - Class in com.amilesend.onedrive.resource.item.type
- SharingLink - Class in com.amilesend.onedrive.resource.item.type
-
Describes a shared link to a resource.
- SharingLink.SharingLinkBuilder - Class in com.amilesend.onedrive.resource.item.type
- signInRequired(boolean) - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation.SharingInvitationBuilder
-
Flag that indicates if the recipient needs to sign in in order to access the shared resource.
- SingleUserEncryptedFileBasedAuthInfoStore - Class in com.amilesend.onedrive.connection.auth.store
-
An
AuthInfoStore
implementation that stores and retrieves encrypted user authentication information to the filesystem. - SingleUserEncryptedFileBasedAuthInfoStore(Path, CryptoHelper) - Constructor for class com.amilesend.onedrive.connection.auth.store.SingleUserEncryptedFileBasedAuthInfoStore
-
Creates a new
SingleUserEncryptedFileBasedAuthInfoStore
instance. - SingleUserFileBasedAuthInfoStore - Class in com.amilesend.onedrive.connection.auth.store
-
A simple
AuthInfoStore
implementation that stores and retrieves user authentication information to the filesystem. - SingleUserFileBasedAuthInfoStore(Path) - Constructor for class com.amilesend.onedrive.connection.auth.store.SingleUserFileBasedAuthInfoStore
-
Creates a new
SingleUserFileBasedAuthInfoStore
instance. - Site - Class in com.amilesend.onedrive.resource
-
A wrapper around a
Site
that represents a sharepoint site. - Site - Class in com.amilesend.onedrive.resource.site
-
Top-level object that represents a SharePoint document library.
- Site(Site) - Constructor for class com.amilesend.onedrive.resource.Site
- SITE_BASE_URL_PATH - Static variable in class com.amilesend.onedrive.resource.site.Site
- SITE_LIST_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- SITE_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- SITE_URL_PATH_SUFFIX - Static variable in class com.amilesend.onedrive.resource.site.Site
- Site.SiteBuilder<C,
B> - Class in com.amilesend.onedrive.resource.site - SiteBuilder() - Constructor for class com.amilesend.onedrive.resource.site.Site.SiteBuilder
- siteCollection(SiteCollection) - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
-
Provides details about the site's collection.
- SiteCollection - Class in com.amilesend.onedrive.resource.site
-
Defines a collection of sites.
- SiteCollection.SiteCollectionBuilder - Class in com.amilesend.onedrive.resource.site
- siteId(String) - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
-
The site identifier of the referenced item.
- siteId(String) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
-
The site collection identifier.
- siteId(String) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
The associated site identifier that this list is associated with.
- siteId(String) - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
-
The associated site identifier.
- siteId(String) - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
-
The associated site identifier.
- SiteInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theSite
resource. - SiteInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.SiteInstanceCreator
-
Creates a new
SiteInstanceCreator
instance. - siteUrl(String) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
-
The SharePointURL for the site that contains the item.
- size(long) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The size of the item in bytes (read-only).
- size(long) - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
-
The size in bytes of the version.
- size(long) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Size of the remote item in bytes.
- small(Thumbnail) - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet.ThumbnailSetBuilder
-
A 48x48 scopped thumbnail.
- sortBy(String) - Method in class com.amilesend.onedrive.resource.item.type.FolderView.FolderViewBuilder
-
How the contents should be sorted.
- sortOrder(String) - Method in class com.amilesend.onedrive.resource.item.type.FolderView.FolderViewBuilder
-
Describes the associated sort order.
- source(Thumbnail) - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet.ThumbnailSetBuilder
-
Source used to generate the other thumbnail sizes.
- sourceItemId(String) - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail.ThumbnailBuilder
-
The associated item identifier.
- sourceUrl(String) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The source URL for remote uploading of file contents (write-only).
- SpecialDriveItem - Class in com.amilesend.onedrive.resource.item
-
Represent a special drive folder.
- SpecialDriveItem.SpecialDriveItemBuilder<C,
B> - Class in com.amilesend.onedrive.resource.item - SpecialDriveItemBuilder() - Constructor for class com.amilesend.onedrive.resource.item.SpecialDriveItem.SpecialDriveItemBuilder
- SpecialDriveItemInstanceCreator - Class in com.amilesend.onedrive.parse.resource.creator
-
A custom
InstanceCreator
implementation that injects theOneDriveConnection
to the resource type so that method operations can be performed on theSpecialDriveItem
resource. - SpecialDriveItemInstanceCreator(OneDriveConnection) - Constructor for class com.amilesend.onedrive.parse.resource.creator.SpecialDriveItemInstanceCreator
-
Creates a new
SpecialDriveItemInstanceCreator
instance. - SpecialDriveItemParser - Class in com.amilesend.onedrive.parse.resource.parser
-
Parses a response body that contains a
SpecialDriveItem
. - specialFolder(SpecialFolder) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Describes if the item is a special managed folder (read-only).
- specialFolder(SpecialFolder) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Describes if the current remote item is a special folder.
- SpecialFolder - Class in com.amilesend.onedrive.resource.item.type
-
Describes if the item is a special managed folder.
- SpecialFolder.SpecialFolderBuilder - Class in com.amilesend.onedrive.resource.item.type
- SpecialFolder.Type - Enum in com.amilesend.onedrive.resource.item.type
-
Describes the special folder types.
- specialFolderType(SpecialFolder.Type) - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem.SpecialDriveItemBuilder
-
The special folder type.
- start() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
Starts the HTTP server to handle OAuth callbacks.
- state(String) - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
-
The storage space state.
- state(String) - Method in class com.amilesend.onedrive.resource.item.type.Deleted.DeletedBuilder
-
Describes the state of the deleted item.
- stateFile(Path) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the optional persisted auth state.
- stateGson(Gson) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the JSON serializer configured for persisting auth state.
- status(String) - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
-
The current status associated with the job.
- statusDescription(String) - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
-
A detailed description of the job status.
- stop() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
Stops the running HTTP server.
- store(String, OneDriveAuthInfo) - Method in class com.amilesend.onedrive.connection.auth.store.SingleUserEncryptedFileBasedAuthInfoStore
-
Saves the given
authInfo
to the file system. - store(String, OneDriveAuthInfo) - Method in class com.amilesend.onedrive.connection.auth.store.SingleUserFileBasedAuthInfoStore
-
Saves the given
authInfo
to the file system. - store(String, OneDriveAuthInfo) - Method in interface com.amilesend.onedrive.connection.auth.store.AuthInfoStore
-
Stores the given
authInfo
for the associated keyed identifier. - successLandingPageUrl(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
- successLandingPageUrl(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
- successLandingPageUrl(String) - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- system(Object) - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
-
Indicates that this is a system-managed drive: Note: Either
null
or defined as empty. - system(Object) - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
-
Indicates that this is a system-managed list.
T
- takenDateTime(String) - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
-
The date and time the photo was taken.
- template(String) - Method in class com.amilesend.onedrive.resource.site.type.ListInfo.ListInfoBuilder
-
Represents the base list template used for the list.
- tenantId(String) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
-
The tenant identiifer.
- text(TextColumn) - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
-
The column stores text.
- TextColumn - Class in com.amilesend.onedrive.resource.site.type
-
Describes that the column stores text as its value.
- TextColumn.TextColumnBuilder - Class in com.amilesend.onedrive.resource.site.type
- textType(String) - Method in class com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
-
The type of text.
- Thumbnail - Class in com.amilesend.onedrive.resource.item.type
-
Describes a thumbnail for item with a bitmap representation.
- THUMBNAIL_SET_LIST_PARSER - Static variable in class com.amilesend.onedrive.parse.resource.parser.Parsers
- Thumbnail.ThumbnailBuilder - Class in com.amilesend.onedrive.resource.item.type
- thumbnails(ThumbnailSet) - Method in class com.amilesend.onedrive.resource.identity.Identity.IdentityBuilder
-
Thumbnails associated with the identity.
- ThumbnailSet - Class in com.amilesend.onedrive.resource.item.type
-
A collection of thumbnails associated with a drive item or identity set.
- ThumbnailSet.ThumbnailSetBuilder - Class in com.amilesend.onedrive.resource.item.type
- times(ItemActivityTimeSet) - Method in class com.amilesend.onedrive.resource.activities.ItemActivity.ItemActivityBuilder
-
Describes when the activity took place.
- title(String) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The song title.
- to(String) - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction.MoveActionBuilder
-
The name of the location the item was moved to.
- toJson() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo
-
Serializes this
AuthInfo
to a JSON formatted string. - toJson() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
-
Returns the JSON representation of this request.
- tokenType(String) - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
-
The auth token type.
- toString() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthCode
- toString() - Method in class com.amilesend.onedrive.connection.auth.BusinessAccountAuthManager.BuilderWithAuthInfo
- toString() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver.OAuthReceiverBuilder
- toString() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback.OAuthReceiverCallbackBuilder
- toString() - Method in class com.amilesend.onedrive.connection.auth.oauth.OneDriveOAuthReceiver.OneDriveOAuthReceiverBuilder
- toString() - Method in class com.amilesend.onedrive.connection.auth.OneDriveAuthInfo.OneDriveAuthInfoBuilder
- toString() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthCode
- toString() - Method in class com.amilesend.onedrive.connection.auth.PersonalAccountAuthManager.BuilderWithAuthInfo
- toString() - Method in class com.amilesend.onedrive.connection.OneDriveConnection.OneDriveConnectionBuilder
- toString() - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.CredentialConfig
- toString() - Method in class com.amilesend.onedrive.parse.resource.parser.ListResponseBodyParser.ListResponseBody
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction.CommentActionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.CommentAction
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction.DeleteActionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.DeleteAction
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.MentionAction.MentionActionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.MentionAction
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction.MoveActionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.MoveAction
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction.RenameActionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.RenameAction
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.ShareAction.ShareActionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.ShareAction
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.VersionAction
- toString() - Method in class com.amilesend.onedrive.resource.activities.action.VersionAction.VersionActionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet
- toString() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity.ItemActivityBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.ItemActivity
- toString() - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet.ItemActivityTimeSetBuilder
- toString() - Method in class com.amilesend.onedrive.resource.activities.ItemActivityTimeSet
- toString() - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse.DiscoverServiceResponseBuilder
- toString() - Method in class com.amilesend.onedrive.resource.discovery.DiscoverServiceResponse
- toString() - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
- toString() - Method in class com.amilesend.onedrive.resource.discovery.Service
- toString() - Method in class com.amilesend.onedrive.resource.drive.Drive.DriveBuilder
- toString() - Method in class com.amilesend.onedrive.resource.drive.Drive
- toString() - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
- toString() - Method in class com.amilesend.onedrive.resource.drive.Quota
- toString() - Method in class com.amilesend.onedrive.resource.Drive
- toString() - Method in class com.amilesend.onedrive.resource.DriveFile
- toString() - Method in class com.amilesend.onedrive.resource.DriveFolder
- toString() - Method in class com.amilesend.onedrive.resource.DrivePackage
- toString() - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient.DriveRecipientBuilder
- toString() - Method in class com.amilesend.onedrive.resource.identity.DriveRecipient
- toString() - Method in class com.amilesend.onedrive.resource.identity.Identity.IdentityBuilder
- toString() - Method in class com.amilesend.onedrive.resource.identity.Identity
- toString() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet.IdentitySetBuilder
- toString() - Method in class com.amilesend.onedrive.resource.identity.IdentitySet
- toString() - Method in class com.amilesend.onedrive.resource.item.AsyncJob.AsyncJobBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.BaseItem
- toString() - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.DriveItem
- toString() - Method in class com.amilesend.onedrive.resource.item.DriveItemPage.DriveItemPageBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.DriveItemPage
- toString() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion.DriveItemVersionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.DriveItemVersion
- toString() - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem.SpecialDriveItemBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.SpecialDriveItem
- toString() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus.AsyncJobStatusBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.AsyncJobStatus
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Audio
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Deleted.DeletedBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Deleted
- toString() - Method in class com.amilesend.onedrive.resource.item.type.File.FileBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.File
- toString() - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo.FileSystemInfoBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.FileSystemInfo
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Folder.FolderBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Folder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.FolderView.FolderViewBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.FolderView
- toString() - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates.GeoCoordinatesBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.GeoCoordinates
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Hashes.HashesBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Hashes
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Image.ImageBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Image
- toString() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference.ItemReferenceBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.ItemReference
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Package.PackageBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Package
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Permission.PermissionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Permission
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Photo.PhotoBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Photo
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Preview.PreviewBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Preview
- toString() - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet.PublicationFacetBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet
- toString() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SearchResult.SearchResultBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SearchResult
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Shared.SharedBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Shared
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation.SharingInvitationBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SharingInvitation
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SharingLink
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SpecialFolder.SpecialFolderBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.SpecialFolder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail.ThumbnailBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail
- toString() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet.ThumbnailSetBuilder
- toString() - Method in class com.amilesend.onedrive.resource.item.type.ThumbnailSet
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Video
- toString() - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
- toString() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest.AddPermissionRequestBuilder
- toString() - Method in class com.amilesend.onedrive.resource.request.AddPermissionRequest
- toString() - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest.CreateSharingLinkRequestBuilder
- toString() - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest
- toString() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest.PreviewRequestBuilder
- toString() - Method in class com.amilesend.onedrive.resource.request.PreviewRequest
- toString() - Method in class com.amilesend.onedrive.resource.site.List.ListBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.List
- toString() - Method in class com.amilesend.onedrive.resource.site.ListItem.ListItemBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.ListItem
- toString() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion.ListItemVersionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.ListItemVersion
- toString() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest.CreateListItemRequestBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
- toString() - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse.GetColumnValuesResponseBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.response.GetColumnValuesResponse
- toString() - Method in class com.amilesend.onedrive.resource.site.Site.SiteBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.Site
- toString() - Method in class com.amilesend.onedrive.resource.site.SiteCollection.SiteCollectionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.SiteCollection
- toString() - Method in class com.amilesend.onedrive.resource.Site
- toString() - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn.CalculatedColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.CalculatedColumn
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn.ChoiceColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ChoiceColumn
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition.ColumnDefinitionBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ColumnDefinition
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink.ColumnLinkBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ColumnLink
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ContentType.ContentTypeBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ContentType
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder.ContentTypeOrderBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn.CurrencyColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.CurrencyColumn
- toString() - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn.DateTimeColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.DateTimeColumn
- toString() - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue.DefaultColumnValueBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ListInfo.ListInfoBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.ListInfo
- toString() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn.LookupColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.LookupColumn
- toString() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn.NumberColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.NumberColumn
- toString() - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn.PersonOrGroupColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.PersonOrGroupColumn
- toString() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn.TextColumnBuilder
- toString() - Method in class com.amilesend.onedrive.resource.site.type.TextColumn
- total(long) - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
-
Total storage space in bytes.
- track(int) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The track number for the associated album.
- trackCount(int) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The total number of tracks for the associated album.
- trustManager(X509TrustManager) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the SSL/TLS trust manager to use with the HTTP client.
- type(String) - Method in class com.amilesend.onedrive.resource.discovery.Service.ServiceBuilder
-
The associated service information.
- type(String) - Method in class com.amilesend.onedrive.resource.item.type.Package.PackageBuilder
-
The type of package.
- type(String) - Method in class com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
-
The type of link.
- type(String) - Method in class com.amilesend.onedrive.resource.request.CreateSharingLinkRequest.CreateSharingLinkRequestBuilder
-
The type of sharing link to create.
U
- update() - Method in class com.amilesend.onedrive.resource.DriveFile
-
Updates the attributes for this file.
- update() - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Updates the attributes for this folder.
- update() - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Updates this drive item.
- update() - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Updates this list item (e.g., name, description, parentReference, content type).
- updateColumnValues(Map<String, Object>) - Method in class com.amilesend.onedrive.resource.site.ListItem
-
Updates the defined columns and associated values for this list item.
- upload(File) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Deprecated.
- upload(File) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Deprecated.use
DriveItemFolderType.upload(Path)
instead - upload(File, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Deprecated.use
DriveFile.upload(Path, TransferProgressCallback)
instead - upload(File, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Deprecated.
- upload(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Uploads a file to replace the contents of this
DriveItem
and reports the transfer status to the givenTransferProgressCallback
. - upload(Path) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Uploads and replaces this drive file's contents with the given
file
. - upload(Path) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Uploads the given
file
under this folder. - upload(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Uploads and replaces this drive file's contents with the given
file
and reports transfer progress to the specifiedTransferProgressCallback
. - upload(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Uploads the given
file
under this folder and reports transfer progress to the specifiedTransferProgressCallback
. - uploadAsync(File) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Deprecated.use
DriveFile.uploadAsync(Path)
instead - uploadAsync(File) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Deprecated.use
DriveItemFolderType.uploadAsync(Path)
instead - uploadAsync(File, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Deprecated.
- uploadAsync(File, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Deprecated.
- uploadAsync(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Uploads a file asynchronously to replace the contents of this
DriveItem
and reports the transfer status to the givenTransferProgressCallback
. - uploadAsync(Path) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Uploads and replaces this drive file's contents asynchronously with the given
file
. - uploadAsync(Path) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Uploads the given
file
asynchronously under this folder. - uploadAsync(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveFile
-
Uploads and replaces this drive file's contents asynchronously with the given
file
and reports transfer progress to the specifiedTransferProgressCallback
. - uploadAsync(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.DriveItemFolderType
-
Uploads the given
file
asynchronously under this folder and reports transfer progress to the specifiedTransferProgressCallback
. - uploadNew(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Uploads a new file as a child of this
DriveItem
and reports the transfer status to the givenTransferProgressCallback
. - uploadNewAsync(Path, TransferProgressCallback) - Method in class com.amilesend.onedrive.resource.item.DriveItem
-
Uploads a new file asynchronously as a child of this
DriveItem
and reports the transfer status to the givenTransferProgressCallback
. - url(String) - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail.ThumbnailBuilder
-
The URL used to fetch the thumbnail content.
- used(long) - Method in class com.amilesend.onedrive.resource.drive.Quota.QuotaBuilder
-
Used storage space in bytes.
- user(Identity) - Method in class com.amilesend.onedrive.resource.identity.IdentitySet.IdentitySetBuilder
-
The user associated with the action.
- userAgent(String) - Method in class com.amilesend.onedrive.connection.OneDriveConnectionBuilder
-
Sets the user-agent string that is included in requests.
- userAgent(String) - Method in class com.amilesend.onedrive.OneDriveFactoryStateManager.Builder
-
Sets the user agent used for requests to the service.
V
- validate() - Method in class com.amilesend.onedrive.resource.site.request.CreateListItemRequest
-
Validates this request.
- value(String) - Method in class com.amilesend.onedrive.resource.site.type.DefaultColumnValue.DefaultColumnValueBuilder
-
The value to use as the default value for the column.
- value(List<DriveItem>) - Method in class com.amilesend.onedrive.resource.item.DriveItemPage.DriveItemPageBuilder
-
The list of drive items for the current page.
- valueOf(String) - Static method in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.amilesend.onedrive.resource.item.type.SpecialFolder.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- version(VersionAction) - Method in class com.amilesend.onedrive.resource.activities.ItemActionSet.ItemActionSetBuilder
-
The item was versioned.
- VersionAction - Class in com.amilesend.onedrive.resource.activities.action
-
Indicates that an activity created a new item version.
- VersionAction.VersionActionBuilder - Class in com.amilesend.onedrive.resource.activities.action
- versionId(String) - Method in class com.amilesend.onedrive.resource.item.type.PublicationFacet.PublicationFacetBuilder
-
The version identifier.
- video(Video) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
The video file attributes (read-only).
- Video - Class in com.amilesend.onedrive.resource.item.type
-
If a drive item is a video file, this describes its attributes.
- Video.VideoBuilder - Class in com.amilesend.onedrive.resource.item.type
- viewer(String) - Method in class com.amilesend.onedrive.resource.request.PreviewRequest.PreviewRequestBuilder
-
The optional preview app to use.
- viewType(String) - Method in class com.amilesend.onedrive.resource.item.type.FolderView.FolderViewBuilder
-
Describes the type of view that should be used for the folder.
W
- waitForCode() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiver
-
Blocks until the server receives a login result, or the server is stopped by
OAuthReceiver.stop()
, to return an authorization code. - waitForCode() - Method in class com.amilesend.onedrive.connection.auth.oauth.OAuthReceiverCallback
-
Blocks until the server receives a login result, or the server is stopped by
OAuthReceiver.stop()
, to return an authorization code. - webDavUrl(String) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
DAV compatible URL for the remote item.
- webHtml(String) - Method in class com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
-
The embedded HTML for an <iframe> to include in a webpage.
- webId(String) - Method in class com.amilesend.onedrive.resource.item.type.SharePointIds.SharePointIdsBuilder
-
The item's site identifier for SharePoint web.
- webUrl(String) - Method in class com.amilesend.onedrive.resource.item.BaseItem.BaseItemBuilder
-
URL for the resource shown in a browser.
- webUrl(String) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
URL for the resource shown in a browser.
- webUrl(String) - Method in class com.amilesend.onedrive.resource.item.type.SharingLink.SharingLinkBuilder
-
URL for the resource shown in a browser.
- width(int) - Method in class com.amilesend.onedrive.resource.item.type.Image.ImageBuilder
-
The image width in pixels.
- width(int) - Method in class com.amilesend.onedrive.resource.item.type.Thumbnail.ThumbnailBuilder
-
The image width in pixels.
- width(int) - Method in class com.amilesend.onedrive.resource.item.type.Video.VideoBuilder
-
The video width in pixels.
- writeTimeout(Duration) - Method in class com.amilesend.onedrive.connection.http.OkHttpClientBuilder
-
Sets the write timeout for the HTTP client.
Y
- year(int) - Method in class com.amilesend.onedrive.resource.item.type.Audio.AudioBuilder
-
The year the track was recorded.
Z
- zoom(double) - Method in class com.amilesend.onedrive.resource.request.PreviewRequest.PreviewRequestBuilder
-
Optional zoom level to start at.
_
- _default(boolean) - Method in class com.amilesend.onedrive.resource.site.type.ContentTypeOrder.ContentTypeOrderBuilder
-
Indicates if this is the default content type.
- _package(Package) - Method in class com.amilesend.onedrive.resource.item.DriveItem.DriveItemBuilder
-
Indicates that a drive item is the top level item in a collection of items (read-only).
- _package(Package) - Method in class com.amilesend.onedrive.resource.item.type.RemoteItem.RemoteItemBuilder
-
Indicates that a remote item is the top level item in a collection of items.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
DriveFile.upload(Path)
instead