A

AccessTokenClass in namespace Kunnu\Dropbox\Models
$AccessTokenProperty in class AccessToken
Account ID
AccountClass in namespace Kunnu\Dropbox\Models
$AccountProperty in class Account
Account ID
$AccountProperty in class Account
User's account type

B

$AccessTokenProperty in class AccessToken
Bearer
BaseModelClass in namespace Kunnu\Dropbox\Models

C

$DropboxGuzzleHttpClientProperty in class DropboxGuzzleHttpClient
GuzzleHttp client
$AccountProperty in class Account
User's two-letter country code
CopyReferenceClass in namespace Kunnu\Dropbox\Models
$FileProperty in class File
The file contents
$FileMetadataProperty in class FileMetadata
For files, this is the modification time set by the desktop client when the file was added to Dropbox.
SessionPersistentDataStore::clear() — Method in class SessionPersistentDataStore
Clear the key from the store

D

DropboxGuzzleHttpClientClass in namespace Kunnu\Dropbox\Http\Clients
DropboxGuzzleHttpClient
$AccountProperty in class Account
Whether the user has been disabled
$BaseModelProperty in class BaseModel
Model Data
DeletedMetadataClass in namespace Kunnu\Dropbox\Models
$MediaMetadataProperty in class MediaMetadata
Dimension of the photo/video.
$VideoMetadataProperty in class VideoMetadata
The duration of the video in milliseconds

E

$AccountProperty in class Account
Account Email
$AccountProperty in class Account
Whether the user has verified their e-mail address
Account::emailIsVerified() — Method in class Account
Whether account email is verified
$CopyReferenceProperty in class CopyReference
The expiration date of the copy reference

F

$RequestBodyStreamProperty in class RequestBodyStream
File to be sent with the Request
FileClass in namespace Kunnu\Dropbox\Models
FileMetadataClass in namespace Kunnu\Dropbox\Models
FileSharingInfoClass in namespace Kunnu\Dropbox\Models
FolderMetadataClass in namespace Kunnu\Dropbox\Models
FolderSharingInfoClass in namespace Kunnu\Dropbox\Models

G

DropboxGuzzleHttpClient::getResponseBody() — Method in class DropboxGuzzleHttpClient
Get the Response Body
RequestBodyJsonEncoded::getBody() — Method in class RequestBodyJsonEncoded
Get the Body of the Request
RequestBodyStream::getBody() — Method in class RequestBodyStream
Get the Body of the Request
AccessToken::getToken() — Method in class AccessToken
Get Access Token
AccessToken::getTokenType() — Method in class AccessToken
Get Token Type
AccessToken::getBearer() — Method in class AccessToken
Get Bearer
AccessToken::getUid() — Method in class AccessToken
Get User ID
AccessToken::getAccountId() — Method in class AccessToken
Get Account ID
AccessToken::getTeamId() — Method in class AccessToken
Get Team ID
Account::getAccountId() — Method in class Account
Get Account ID
Account::getNameDetails() — Method in class Account
Get Account User's Name Details
Account::getDisplayName() — Method in class Account
Get Display name
Account::getEmail() — Method in class Account
Get Account Email
Account::getProfilePhotoUrl() — Method in class Account
Get Profile Pic URL
Account::getCountry() — Method in class Account
Get User's two-lettered country code
Account::getLocale() — Method in class Account
Get account language
Account::getReferralLink() — Method in class Account
Get user's referral link
Account::getAccountType() — Method in class Account
Get Account Type
BaseModel::getData() — Method in class BaseModel
Get the Model data
BaseModel::getDataProperty() — Method in class BaseModel
Get Data Property
CopyReference::getExpirationDate() — Method in class CopyReference
Get the expiration date of the copy reference
CopyReference::getMetadata() — Method in class CopyReference
The metadata for the file/folder
CopyReference::getReference() — Method in class CopyReference
Get the copy reference
DeletedMetadata::getName() — Method in class DeletedMetadata
Get the 'name' property of the metadata.
DeletedMetadata::getPathLower() — Method in class DeletedMetadata
Get the 'path_lower' property of the metadata.
DeletedMetadata::getPathDisplay() — Method in class DeletedMetadata
Get the 'path_display' property of the metadata.
DeletedMetadata::getSharingInfo() — Method in class DeletedMetadata
Get the 'sharing_info' property of the file model.
File::getMetadata() — Method in class File
The metadata for the file
File::getContents() — Method in class File
Get the file contents
FileMetadata::getId() — Method in class FileMetadata
Get the 'id' property of the file model.
FileMetadata::getName() — Method in class FileMetadata
Get the 'name' property of the file model.
FileMetadata::getRev() — Method in class FileMetadata
Get the 'rev' property of the file model.
FileMetadata::getSize() — Method in class FileMetadata
Get the 'size' property of the file model.
FileMetadata::getPathLower() — Method in class FileMetadata
Get the 'path_lower' property of the file model.
FileMetadata::getMediaInfo() — Method in class FileMetadata
Get the 'media_info' property of the file model.
FileMetadata::getSharingInfo() — Method in class FileMetadata
Get the 'sharing_info' property of the file model.
FileMetadata::getPathDisplay() — Method in class FileMetadata
Get the 'path_display' property of the file model.
FileMetadata::getClientModified() — Method in class FileMetadata
Get the 'client_modified' property of the file model.
FileMetadata::getServerModified() — Method in class FileMetadata
Get the 'server_modified' property of the file model.
FileSharingInfo::getParentSharedFolderId() — Method in class FileSharingInfo
ID of shared folder that holds this file.
FileSharingInfo::getModifiedBy() — Method in class FileSharingInfo
Get the last user who modified the file.
FolderMetadata::getId() — Method in class FolderMetadata
Get the 'id' property of the folder model.
FolderMetadata::getName() — Method in class FolderMetadata
Get the 'name' property of the folder model.
FolderMetadata::getPathLower() — Method in class FolderMetadata
Get the 'path_lower' property of the folder model.
FolderMetadata::getSharingInfo() — Method in class FolderMetadata
Get the 'sharing_info' property of the folder model.
FolderMetadata::getPathDisplay() — Method in class FolderMetadata
Get the 'path_display' property of the folder model.
FolderSharingInfo::getParentSharedFolderId() — Method in class FolderSharingInfo
ID of shared folder that holds this folder.
FolderSharingInfo::getSharedFolderId() — Method in class FolderSharingInfo
ID of shared folder.
MediaInfo::getMediaMetadata() — Method in class MediaInfo
The metadata for the photo/video.
MediaMetadata::getLocation() — Method in class MediaMetadata
Get the location of the Media
MediaMetadata::getDimensions() — Method in class MediaMetadata
Get the dimensions of the Media
MediaMetadata::getTimeTaken() — Method in class MediaMetadata
Get the Time the Media was taken on
SearchResult::getMatchType() — Method in class SearchResult
Indicates what type of match was found for the result
SearchResult::getMetadata() — Method in class SearchResult
Get the Search Result Metadata
TemporaryLink::getMetadata() — Method in class TemporaryLink
The metadata for the file
TemporaryLink::getLink() — Method in class TemporaryLink
Get the temporary link
VideoMetadata::getDuration() — Method in class VideoMetadata
Get the duration of the video
McryptRandomStringGenerator::generateString() — Method in class McryptRandomStringGenerator
Get a randomly generated secure token
OpenSslRandomStringGenerator::generateString() — Method in class OpenSslRandomStringGenerator
Get a randomly generated secure token
SessionPersistentDataStore::get() — Method in class SessionPersistentDataStore
Get a value from the store

H

$FileMetadataProperty in class FileMetadata
This flag will only be present if includehasexplicitsharedmembers is true in listfolder or getmetadata. If this flag is present, it will be true if this file has any explicit shared members. This is different from sharing_info in that this could be true in the case where a file has explicit members but is not contained within a shared folder.
FileMetadata::hasExplicitSharedMembers() — Method in class FileMetadata
Get the 'hasexplicitshared_members' property of the file model.

I

$AccountProperty in class Account
Indicates whether a work account is linked
Account::isDisabled() — Method in class Account
Whether acocunt has been disabled
Account::isPaired() — Method in class Account
Whether work account is paired
$FileMetadataProperty in class FileMetadata
A unique identifier of the file
FileSharingInfo::isReadOnly() — Method in class FileSharingInfo
True if the file or folder is inside a read-only shared folder.
$FolderMetadataProperty in class FolderMetadata
A unique identifier of the folder
FolderSharingInfo::isReadOnly() — Method in class FolderSharingInfo
True if the folder or folder is inside a read-only shared folder.
MediaInfo::isPending() — Method in class MediaInfo
Indicates whether the photo/video is still under processing and is the metadata available yet.

L

$AccountProperty in class Account
Language of User's account
$MediaMetadataProperty in class MediaMetadata
The GPS coordinate of the photo/video.
$TemporaryLinkProperty in class TemporaryLink
The temporary link

M

$CopyReferenceProperty in class CopyReference
File or Folder Metadata
$FileProperty in class File
File Metadata
$FileMetadataProperty in class FileMetadata
Additional information if the file is a photo or video.
$FileSharingInfoProperty in class FileSharingInfo
The last user who modified the file.
MediaInfoClass in namespace Kunnu\Dropbox\Models
$MediaInfoProperty in class MediaInfo
MediaMetadata
MediaMetadataClass in namespace Kunnu\Dropbox\Models
$SearchResultProperty in class SearchResult
Indicates what type of match was found for the result
$SearchResultProperty in class SearchResult
File\Folder Metadata
$TemporaryLinkProperty in class TemporaryLink
File Metadata
McryptRandomStringGeneratorClass in namespace Kunnu\Dropbox\Security

N

$AccountProperty in class Account
User name details
$DeletedMetadataProperty in class DeletedMetadata
The last component of the path (including extension)
$FileMetadataProperty in class FileMetadata
The last component of the path (including extension).
$FolderMetadataProperty in class FolderMetadata
The last component of the path (including extension).

O

OpenSslRandomStringGeneratorClass in namespace Kunnu\Dropbox\Security

P

$RequestBodyJsonEncodedProperty in class RequestBodyJsonEncoded
Request Params
$AccountProperty in class Account
Account Profile Pic URL
$DeletedMetadataProperty in class DeletedMetadata
The lowercased full path in the user's Dropbox
$DeletedMetadataProperty in class DeletedMetadata
The cased path to be used for display purposes only.
$FileMetadataProperty in class FileMetadata
The lowercased full path in the user's Dropbox.
$FileMetadataProperty in class FileMetadata
The cased path to be used for display purposes only.
$FileSharingInfoProperty in class FileSharingInfo
ID of shared folder that holds this file.
$FolderMetadataProperty in class FolderMetadata
The lowercased full path in the user's Dropbox.
$FolderMetadataProperty in class FolderMetadata
The cased path to be used for display purposes only.
$FolderSharingInfoProperty in class FolderSharingInfo
ID of shared folder that holds this folder.
$MediaInfoProperty in class MediaInfo
Indicate the photo/video is still under processing and metadata is not available yet.
SearchResults::processItems() — Method in class SearchResults
Process items and cast them to their respective Models
$SessionPersistentDataStoreProperty in class SessionPersistentDataStore
Session Variable Prefix

R

RequestBodyJsonEncodedClass in namespace Kunnu\Dropbox\Http
RequestBodyJsonEncoded
RequestBodyStreamClass in namespace Kunnu\Dropbox\Http
RequestBodyStream
$AccountProperty in class Account
User's referral link
$CopyReferenceProperty in class CopyReference
The copy reference
$FileMetadataProperty in class FileMetadata
A unique identifier for the current revision of a file.
$FileSharingInfoProperty in class FileSharingInfo
True if the file or folder is inside a read-only shared folder.
$FolderSharingInfoProperty in class FolderSharingInfo
True if the file or folder is inside a read-only shared folder.

S

DropboxGuzzleHttpClient::send() — Method in class DropboxGuzzleHttpClient
Send request to the server and fetch the raw response
CopyReference::setMetadata() — Method in class CopyReference
Set Metadata
$DeletedMetadataProperty in class DeletedMetadata
Set if this file is contained in a shared folder
$FileMetadataProperty in class FileMetadata
The file size in bytes.
$FileMetadataProperty in class FileMetadata
Set if this file is contained in a shared folder.
$FileMetadataProperty in class FileMetadata
The last time the file was modified on Dropbox.
$FolderMetadataProperty in class FolderMetadata
Set if this folder is contained in a shared folder.
$FolderSharingInfoProperty in class FolderSharingInfo
If this folder is a shared folder mount point, the ID of the shared folder mounted at this location.
MediaInfo::setMediaMetadata() — Method in class MediaInfo
Set Media Metadata
SearchResultClass in namespace Kunnu\Dropbox\Models
SearchResult::setMetadata() — Method in class SearchResult
Set Metadata
SearchResultsClass in namespace Kunnu\Dropbox\Models
TemporaryLink::setMetadata() — Method in class TemporaryLink
Set Metadata
SessionPersistentDataStoreClass in namespace Kunnu\Dropbox\Store
SessionPersistentDataStore::set() — Method in class SessionPersistentDataStore
Set a value in the store

T

$AccessTokenProperty in class AccessToken
Access Token
$AccessTokenProperty in class AccessToken
Token Type
$AccessTokenProperty in class AccessToken
Team ID
$MediaMetadataProperty in class MediaMetadata
The timestamp when the photo/video is taken.
TemporaryLinkClass in namespace Kunnu\Dropbox\Models

U

$AccessTokenProperty in class AccessToken
User ID

V

VideoMetadataClass in namespace Kunnu\Dropbox\Models

_

DropboxGuzzleHttpClient::__construct() — Method in class DropboxGuzzleHttpClient
Create a new DropboxGuzzleHttpClient instance
RequestBodyJsonEncoded::__construct() — Method in class RequestBodyJsonEncoded
Create a new RequestBodyJsonEncoded instance
RequestBodyStream::__construct() — Method in class RequestBodyStream
Create a new RequestBodyStream instance
AccessToken::__construct() — Method in class AccessToken
Create a new AccessToken instance
Account::__construct() — Method in class Account
Create a new Account instance
BaseModel::__construct() — Method in class BaseModel
Create a new Model instance
BaseModel::__get() — Method in class BaseModel
Handle calls to undefined properties.
BaseModel::__set() — Method in class BaseModel
Handle calls to undefined properties.
CopyReference::__construct() — Method in class CopyReference
Create a new CopyReference instance
DeletedMetadata::__construct() — Method in class DeletedMetadata
Create a new DeletedtMetadata instance
File::__construct() — Method in class File
Create a new File instance
FileMetadata::__construct() — Method in class FileMetadata
Create a new FileMetadata instance
FileSharingInfo::__construct() — Method in class FileSharingInfo
Create a new File Sharing Info instance
FolderMetadata::__construct() — Method in class FolderMetadata
Create a new FolderMetadata instance
FolderSharingInfo::__construct() — Method in class FolderSharingInfo
Create a new Folder Sharing Info instance
MediaInfo::__construct() — Method in class MediaInfo
Create a new MediaInfo instance
MediaMetadata::__construct() — Method in class MediaMetadata
Create a new MediaMetadata instance
SearchResult::__construct() — Method in class SearchResult
Create a new SearchResult instance
TemporaryLink::__construct() — Method in class TemporaryLink
Create a new TemporaryLink instance
VideoMetadata::__construct() — Method in class VideoMetadata
Create a new VideoMetadata instance
McryptRandomStringGenerator::__construct() — Method in class McryptRandomStringGenerator
Create a new McryptRandomStringGenerator instance
OpenSslRandomStringGenerator::__construct() — Method in class OpenSslRandomStringGenerator
Create a new OpenSslRandomStringGenerator instance
SessionPersistentDataStore::__construct() — Method in class SessionPersistentDataStore
Create a new SessionPersistentDataStore instance