Skip navigation links
A C D E F G H I L M N O P R S T U V W 

G

getAccessToken() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getAccessURL() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getAllDrives() - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets all drives of the user.
getAuthenticationURL() - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Returns the OneDrive oAuth URL.
getChildCount() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets child count.
getChildFiles() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets all normal files in this folder.
getChildFolder() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets all folder inside the current folder.
getChildren() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the children of this folder (e.g.
getClient() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getClientId() - Static method in class de.tuberlin.onedrivesdk.common.OneDriveCredentials
 
getClientID() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getClientSecret() - Static method in class de.tuberlin.onedrivesdk.common.OneDriveCredentials
 
getClientSecret() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getCode() - Method in enum de.tuberlin.onedrivesdk.common.OneDriveScope
 
getCRC32Hash() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the CRC32 value of the file (if available).
getCreatedBy() - Method in class de.tuberlin.onedrivesdk.common.OneItem
The created by reference.
getCreatedBy() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
The created by reference.
getCreatedBy() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
The created by reference.
getCreatedDateTime() - Method in class de.tuberlin.onedrivesdk.common.OneItem
The creation timestamp of this item.
getCreatedDateTime() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
The creation timestamp of this file in unix format.
getCreatedDateTime() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
The creation timestamp of this folder.
getCTag() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the cTag.
getCTag() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the cTag.
getCTag() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the cTag.
getDefaultDrive() - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Get user's default drive on OneDrive.
getDeleted() - Method in class de.tuberlin.onedrivesdk.drive.DriveQuota
 
getDisplayName() - Method in class de.tuberlin.onedrivesdk.drive.DriveUser
 
getDownloadedFile() - Method in interface de.tuberlin.onedrivesdk.downloadFile.OneDownloadFile
Gets the file handel of the downloaded file.
getDownloadUrl() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Returns a URL that can be used to download this file's content.
getDrive(String) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets drive by the specified drive id.
getDriveId() - Method in class de.tuberlin.onedrivesdk.common.ParentReference
 
getDriveType() - Method in interface de.tuberlin.onedrivesdk.drive.OneDrive
Gets drive type.
getETag() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the eTag.
getETag() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the eTag.
getETag() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets eTag.
getExpirationDate() - Method in class de.tuberlin.onedrivesdk.uploadFile.UploadSession
Gets the expiration Date of this UploadSession
getExpiresIn() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getFileById(String) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets file by id.
getFileByPath(String) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets file by path.
getFileByPath(String, OneDrive) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets file by path.
getFolderById(String) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets folder by id.
getFolderByPath(String) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets folder by path.
getFolderByPath(String, OneDrive) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets folder by path.
getId() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the id of the item.
getId() - Method in class de.tuberlin.onedrivesdk.common.ParentReference
 
getId() - Method in class de.tuberlin.onedrivesdk.drive.DriveUser
 
getId() - Method in interface de.tuberlin.onedrivesdk.drive.OneDrive
 
getId() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the OneDrive id of the file.
getId() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the OneDrive id of the folder.
getLastModifiedBy() - Method in class de.tuberlin.onedrivesdk.common.OneItem
The modified by reference.
getLastModifiedBy() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
The last modified reference.
getLastModifiedBy() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
The last modified reference.
getLastModifiedDateTime() - Method in class de.tuberlin.onedrivesdk.common.OneItem
The last modified timestamp of this item.
getLastModifiedDateTime() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
The last modified timestamp of this file.
getLastModifiedDateTime() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
The last modified timestamp of this folder.
getLastRefresh() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the timestamp of the last refresh.
getLastRefresh() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Returns the last refresh time since the folder metadata was fetched from the OneDrive server.
getLastRefresh() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Returns the last refresh time since the folder metadata was fetched from the OneDrive server.
getLastRefresh() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getMetaData() - Method in interface de.tuberlin.onedrivesdk.downloadFile.OneDownloadFile
Gets the meta data of the downloaded file.
getMimeType() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the MIME type for the file.
getName() - Method in class de.tuberlin.onedrivesdk.common.OneDestinationItem
 
getName() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the name of the item.
getName() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the name of the folder.
getName() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the name of the folder.
getNextRange() - Method in class de.tuberlin.onedrivesdk.uploadFile.UploadSession
THis method will parse the ranges that are still missing acording to OneDriveAPI and will give the start next range that needs to be uploaded
getParentFolder() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the parent folder.
getParentFolder() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the currents parent folder.
getParentFolder() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the currents folders parent.
getParentReference() - Method in class de.tuberlin.onedrivesdk.common.OneDestinationItem
 
getPath() - Method in class de.tuberlin.onedrivesdk.common.ParentReference
 
getQuota() - Method in interface de.tuberlin.onedrivesdk.drive.OneDrive
Gets the information about the drive's storage space quota.
getRawJson() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the raw JSON which is received from the OneDrive API.
getRawJson() - Method in interface de.tuberlin.onedrivesdk.drive.OneDrive
Gets the raw JSON which is received from the OneDrive API.
getRawJson() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the raw JSON which is received from the OneDrive API.
getRawJson() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the raw JSON which is received from the OneDrive API.
getRefreshToken() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getRefreshToken() - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Returns the RefreshToken of the Current Session, if any exists and the current session is valid.
getRemaining() - Method in class de.tuberlin.onedrivesdk.drive.DriveQuota
 
getRootFolder() - Method in interface de.tuberlin.onedrivesdk.drive.OneDrive
Gets the root folder of the default drive.
getRootFolder() - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets the root folder of the default drive.
getRootFolder(OneDrive) - Method in interface de.tuberlin.onedrivesdk.OneDriveSDK
Gets the root folder of the given dive.
getScopeString() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getSHA1Hash() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the SHA1 hash for the contents of the file (if available).
getSize() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the size of this item in bytes.
getSize() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the size of this file in bytes.
getSize() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the size of this item in bytes.
getState() - Method in class de.tuberlin.onedrivesdk.drive.DriveQuota
 
getTokenType() - Method in class de.tuberlin.onedrivesdk.networking.OneDriveSession
 
getTotal() - Method in class de.tuberlin.onedrivesdk.drive.DriveQuota
 
getUploadFile() - Method in interface de.tuberlin.onedrivesdk.uploadFile.OneUploadFile
Gets the file handle of the file that is being uploaded
getUploadURL() - Method in class de.tuberlin.onedrivesdk.uploadFile.UploadSession
Gives the uploadURL to where the next range should be uploaded to
getUsed() - Method in class de.tuberlin.onedrivesdk.drive.DriveQuota
 
getUser() - Method in interface de.tuberlin.onedrivesdk.drive.OneDrive
Gets the owner user of the drive.
getWebUrl() - Method in class de.tuberlin.onedrivesdk.common.OneItem
Gets the URL that displays the resource in the browser.
getWebUrl() - Method in interface de.tuberlin.onedrivesdk.file.OneFile
Gets the URL that displays the resource in the browser.
getWebUrl() - Method in interface de.tuberlin.onedrivesdk.folder.OneFolder
Gets the URL that displays the resource in the browser.
A C D E F G H I L M N O P R S T U V W 
Skip navigation links