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

A

abbreviatedName - Variable in class com.dropbox.core.v2.users.Name
 
abort() - Method in class com.dropbox.core.DbxUploader
Aborts this upload request and closes its underlying connection.
abort() - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
abort() - Method in class com.dropbox.core.v1.DbxClientV1.Uploader
Cancel the upload.
ACCESS_DENIED - Static variable in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Access to the requested path is forbidden.
accessDetails - Variable in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
 
accessDetails - Variable in class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
 
AccessError - Class in com.dropbox.core.v2.auth
Error occurred because the account doesn't have permission to access the resource.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns an instance of AddFileMemberError that has its tag set to AddFileMemberError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns an instance of AddFolderMemberError that has its tag set to AddFolderMemberError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns an instance of FileMemberActionError that has its tag set to FileMemberActionError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.GetFileMetadataError
Returns an instance of GetFileMetadataError that has its tag set to GetFileMetadataError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Returns an instance of GetFileMetadataIndividualResult that has its tag set to GetFileMetadataIndividualResult.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns an instance of ListFileMembersContinueError that has its tag set to ListFileMembersContinueError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.ListFileMembersError
Returns an instance of ListFileMembersError that has its tag set to ListFileMembersError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Returns an instance of ListFileMembersIndividualResult that has its tag set to ListFileMembersIndividualResult.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
Returns an instance of ListFolderMembersContinueError that has its tag set to ListFolderMembersContinueError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.MountFolderError
Returns an instance of MountFolderError that has its tag set to MountFolderError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Returns an instance of RelinquishFileMembershipError that has its tag set to RelinquishFileMembershipError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns an instance of RelinquishFolderMembershipError that has its tag set to RelinquishFolderMembershipError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns an instance of RemoveFileMemberError that has its tag set to RemoveFileMemberError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns an instance of RemoveFolderMemberError that has its tag set to RemoveFolderMemberError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns an instance of TransferFolderError that has its tag set to TransferFolderError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.UnmountFolderError
Returns an instance of UnmountFolderError that has its tag set to UnmountFolderError.Tag.ACCESS_ERROR.
accessError(SharingFileAccessError) - Static method in class com.dropbox.core.v2.sharing.UnshareFileError
Returns an instance of UnshareFileError that has its tag set to UnshareFileError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns an instance of UnshareFolderError that has its tag set to UnshareFolderError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns an instance of UpdateFolderMemberError that has its tag set to UpdateFolderMemberError.Tag.ACCESS_ERROR.
accessError(SharedFolderAccessError) - Static method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns an instance of UpdateFolderPolicyError that has its tag set to UpdateFolderPolicyError.Tag.ACCESS_ERROR.
accessError(TeamFolderAccessError) - Static method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns an instance of TeamFolderActivateError that has its tag set to TeamFolderActivateError.Tag.ACCESS_ERROR.
accessError(TeamFolderAccessError) - Static method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns an instance of TeamFolderArchiveError that has its tag set to TeamFolderArchiveError.Tag.ACCESS_ERROR.
accessError - Variable in class com.dropbox.core.v2.team.TeamFolderListError
 
accessError(TeamFolderAccessError) - Static method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns an instance of TeamFolderPermanentlyDeleteError that has its tag set to TeamFolderPermanentlyDeleteError.Tag.ACCESS_ERROR.
accessError(TeamFolderAccessError) - Static method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns an instance of TeamFolderRenameError that has its tag set to TeamFolderRenameError.Tag.ACCESS_ERROR.
AccessError.Serializer - Class in com.dropbox.core.v2.auth
For internal use only.
AccessError.Tag - Enum in com.dropbox.core.v2.auth
Discriminating tag type for AccessError.
AccessErrorException - Exception in com.dropbox.core
Gets thrown when invalid access occurs.
AccessErrorException(String, String, AccessError) - Constructor for exception com.dropbox.core.AccessErrorException
 
AccessLevel - Enum in com.dropbox.core.v2.sharing
Defines the access levels for collaborators.
accessLevel - Variable in class com.dropbox.core.v2.sharing.AddMember
 
accessLevel - Variable in class com.dropbox.core.v2.sharing.LinkSettings
 
accessLevel - Variable in class com.dropbox.core.v2.sharing.LinkSettings.Builder
 
accessLevel - Variable in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
 
accessLevel - Variable in class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
 
accessLevel - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
accessLevel - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
accessMethod - Variable in class com.dropbox.core.v2.teamlog.OriginLogInfo
 
accessMethod - Variable in class com.dropbox.core.v2.teamlog.OriginLogInfo.Builder
 
AccessMethodLogInfo - Class in com.dropbox.core.v2.teamlog
Indicates the method in which the action was performed.
AccessMethodLogInfo.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for AccessMethodLogInfo.
AccessTokenReader - Static variable in class com.dropbox.core.DbxAuthFinish
 
accessType - Variable in class com.dropbox.core.v2.sharing.MembershipInfo
 
accessType - Variable in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
 
accessType - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
accessType - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
accessType - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
accessType - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
accessType - Variable in class com.dropbox.core.v2.team.GroupMemberInfo
 
accessType - Variable in class com.dropbox.core.v2.team.MemberAccess
 
accessType - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
 
Account - Class in com.dropbox.core.v2.users
The amount of detail revealed about an account depends on the user being queried and the user making the query.
Account(String, Name, String, boolean, boolean, String) - Constructor for class com.dropbox.core.v2.users.Account
The amount of detail revealed about an account depends on the user being queried and the user making the query.
Account(String, Name, String, boolean, boolean) - Constructor for class com.dropbox.core.v2.users.Account
The amount of detail revealed about an account depends on the user being queried and the user making the query.
AccountCaptureAvailability - Enum in com.dropbox.core.v2.teamlog
 
AccountCaptureChangeAvailabilityDetails - Class in com.dropbox.core.v2.teamlog
Granted or revoked the option to enable account capture on domains belonging to the team.
AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability, AccountCaptureAvailability) - Constructor for class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
Granted or revoked the option to enable account capture on domains belonging to the team.
AccountCaptureChangeAvailabilityDetails(AccountCaptureAvailability) - Constructor for class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
Granted or revoked the option to enable account capture on domains belonging to the team.
accountCaptureChangeAvailabilityDetails(AccountCaptureChangeAvailabilityDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS.
AccountCaptureChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed the account capture policy on a domain belonging to the team.
AccountCaptureChangePolicyDetails(AccountCapturePolicy, AccountCapturePolicy) - Constructor for class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
Changed the account capture policy on a domain belonging to the team.
AccountCaptureChangePolicyDetails(AccountCapturePolicy) - Constructor for class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
Changed the account capture policy on a domain belonging to the team.
accountCaptureChangePolicyDetails(AccountCaptureChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS.
AccountCaptureMigrateAccountDetails - Class in com.dropbox.core.v2.teamlog
Account captured user migrated their account to the team.
AccountCaptureMigrateAccountDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails
Account captured user migrated their account to the team.
accountCaptureMigrateAccountDetails(AccountCaptureMigrateAccountDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS.
AccountCapturePolicy - Enum in com.dropbox.core.v2.teamlog
 
AccountCaptureRelinquishAccountDetails - Class in com.dropbox.core.v2.teamlog
Account captured user relinquished their account by changing the email address associated with it.
AccountCaptureRelinquishAccountDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails
Account captured user relinquished their account by changing the email address associated with it.
accountCaptureRelinquishAccountDetails(AccountCaptureRelinquishAccountDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS.
accountId - Variable in class com.dropbox.core.v2.sharing.UserInfo
 
accountId - Variable in class com.dropbox.core.v2.team.MemberProfile
 
accountId - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
accountId - Variable in class com.dropbox.core.v2.teamlog.UserLogInfo
 
accountId - Variable in class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
 
accountId - Variable in class com.dropbox.core.v2.users.Account
 
accountId - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
accountId - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
accountType - Variable in class com.dropbox.core.v2.users.FullAccount
 
accountType - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
AccountType - Enum in com.dropbox.core.v2.userscommon
What type of account this user has.
AccountType.Serializer - Class in com.dropbox.core.v2.userscommon
For internal use only.
AclUpdatePolicy - Enum in com.dropbox.core.v2.sharing
Who can change a shared folder's access control list (ACL).
aclUpdatePolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy
 
aclUpdatePolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
 
action - Variable in class com.dropbox.core.v2.sharing.FilePermission
 
action - Variable in class com.dropbox.core.v2.sharing.FolderPermission
 
action - Variable in class com.dropbox.core.v2.sharing.LinkPermission
 
action - Variable in class com.dropbox.core.v2.sharing.MemberPermission
 
ACTION_AUTHENTICATE_V1 - Static variable in class com.dropbox.core.android.AuthActivity
The Android action which the official Dropbox app will accept to authenticate a user.
ACTION_AUTHENTICATE_V2 - Static variable in class com.dropbox.core.android.AuthActivity
The Android action which the official Dropbox app will accept to authenticate a user.
ACTION_DBXC_EDIT - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
ACTION_DBXC_VIEW - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
ACTION_SHOW_DROPBOX_PREVIEW - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
ACTION_SHOW_UPGRADE - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
ACTIVE - Static variable in class com.dropbox.core.v2.team.TeamMemberStatus
User has successfully joined the team.
active1Day - Variable in class com.dropbox.core.v2.team.GetDevicesReport
 
active28Day - Variable in class com.dropbox.core.v2.team.GetDevicesReport
 
active7Day - Variable in class com.dropbox.core.v2.team.GetDevicesReport
 
activeSharedFolders1Day - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
activeSharedFolders28Day - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
activeSharedFolders7Day - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
activeUsers1Day - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
activeUsers28Day - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
activeUsers7Day - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
ActiveWebSession - Class in com.dropbox.core.v2.team
Information on active web sessions.
ActiveWebSession(String, String, String, String, String, String, Date, Date, Date) - Constructor for class com.dropbox.core.v2.team.ActiveWebSession
Information on active web sessions.
ActiveWebSession(String, String, String, String) - Constructor for class com.dropbox.core.v2.team.ActiveWebSession
Information on active web sessions.
ActiveWebSession.Builder - Class in com.dropbox.core.v2.team
Builder for ActiveWebSession.
activeWebSessions - Variable in class com.dropbox.core.v2.team.ListMemberDevicesResult
 
activeWebSessions - Variable in class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
 
actor - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
actor - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
ActorLogInfo - Class in com.dropbox.core.v2.teamlog
The entity who performed the action.
ActorLogInfo.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for ActorLogInfo.
add(String, int) - Method in class com.dropbox.core.json.JsonReader.FieldMapping.Builder
 
add(E) - Method in class com.dropbox.core.util.Collector
 
add(E) - Method in class com.dropbox.core.util.Collector.ArrayListCollector
 
add(E) - Method in class com.dropbox.core.util.Collector.NullSkipper
 
add() - Static method in class com.dropbox.core.v1.DbxWriteMode
Returns a DbxWriteMode for adding new file.
ADD - Static variable in class com.dropbox.core.v2.files.WriteMode
Do not overwrite an existing file if there is a conflict.
addArrayContext(int) - Method in exception com.dropbox.core.json.JsonReadException
 
addAuthHeader(List<HttpRequestor.Header>, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
addAuthHeaders(List<HttpRequestor.Header>) - Method in class com.dropbox.core.v2.DbxRawClientV2
Add the appropriate authentication headers to the request, if any.
addBasicAuthHeader(List<HttpRequestor.Header>, String, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
addExtrasToIntent(Context, Intent) - Method in class com.dropbox.core.android.DbxOfficialAppConnector
Add uid information to an explicit intent directed to DropboxApp
addFieldContext(String) - Method in exception com.dropbox.core.json.JsonReadException
 
addFields - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
 
addFields - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
 
addFileMember(String, List<MemberSelector>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Adds specified members to a file.
AddFileMemberBuilder - Class in com.dropbox.core.v2.sharing
addFileMemberBuilder(String, List<MemberSelector>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Adds specified members to a file.
AddFileMemberError - Class in com.dropbox.core.v2.sharing
AddFileMemberError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for AddFileMemberError.
AddFileMemberErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a AddFileMemberError error.
AddFileMemberErrorException(String, String, LocalizedText, AddFileMemberError) - Constructor for exception com.dropbox.core.v2.sharing.AddFileMemberErrorException
 
addFolderMember(String, List<AddMember>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Allows an owner or editor (if the ACL update policy allows) of a shared folder to add another member.
AddFolderMemberBuilder - Class in com.dropbox.core.v2.sharing
addFolderMemberBuilder(String, List<AddMember>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Allows an owner or editor (if the ACL update policy allows) of a shared folder to add another member.
AddFolderMemberError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
AddFolderMemberError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for AddFolderMemberError.
AddFolderMemberErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a AddFolderMemberError error.
AddFolderMemberErrorException(String, String, LocalizedText, AddFolderMemberError) - Constructor for exception com.dropbox.core.v2.sharing.AddFolderMemberErrorException
 
AddMember - Class in com.dropbox.core.v2.paper
 
AddMember(MemberSelector, PaperDocPermissionLevel) - Constructor for class com.dropbox.core.v2.paper.AddMember
 
AddMember(MemberSelector) - Constructor for class com.dropbox.core.v2.paper.AddMember
None
AddMember - Class in com.dropbox.core.v2.sharing
The member and type of access the member should have when added to a shared folder.
AddMember(MemberSelector, AccessLevel) - Constructor for class com.dropbox.core.v2.sharing.AddMember
The member and type of access the member should have when added to a shared folder.
AddMember(MemberSelector) - Constructor for class com.dropbox.core.v2.sharing.AddMember
The member and type of access the member should have when added to a shared folder.
AddMemberSelectorError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
AddMemberSelectorError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for AddMemberSelectorError.
addOrUpdateFields - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
 
addOrUpdateFields - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder
 
AddPaperDocUserMemberResult - Class in com.dropbox.core.v2.paper
AddPaperDocUserMemberResult(MemberSelector, AddPaperDocUserResult) - Constructor for class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
AddPaperDocUserResult - Enum in com.dropbox.core.v2.paper
 
AddPropertiesArg - Class in com.dropbox.core.v2.fileproperties
 
AddPropertiesArg(String, List<PropertyGroup>) - Constructor for class com.dropbox.core.v2.fileproperties.AddPropertiesArg
 
AddPropertiesArg.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
AddPropertiesError - Class in com.dropbox.core.v2.fileproperties
This class is a tagged union.
AddPropertiesError.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
AddPropertiesError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for AddPropertiesError.
AddPropertiesErrorException - Exception in com.dropbox.core.v2.fileproperties
Exception thrown when the server responds with a AddPropertiesError error.
AddPropertiesErrorException(String, String, LocalizedText, AddPropertiesError) - Constructor for exception com.dropbox.core.v2.fileproperties.AddPropertiesErrorException
 
adds - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
addSelectUserHeader(List<HttpRequestor.Header>, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
AddTemplateArg - Class in com.dropbox.core.v2.fileproperties
 
AddTemplateArg(String, String, List<PropertyFieldTemplate>) - Constructor for class com.dropbox.core.v2.fileproperties.AddTemplateArg
 
AddTemplateArg.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
AddTemplateResult - Class in com.dropbox.core.v2.fileproperties
 
AddTemplateResult(String) - Constructor for class com.dropbox.core.v2.fileproperties.AddTemplateResult
 
AddTemplateResult.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
addUserAgentHeader(List<HttpRequestor.Header>, DbxRequestConfig, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
addUserLocaleHeader(List<HttpRequestor.Header>, DbxRequestConfig) - Static method in class com.dropbox.core.DbxRequestUtil
 
admin(UserLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns an instance of ActorLogInfo that has its tag set to ActorLogInfo.Tag.ADMIN.
adminConsole(WebSessionLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns an instance of AccessMethodLogInfo that has its tag set to AccessMethodLogInfo.Tag.ADMIN_CONSOLE.
adminProfile - Variable in class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult
 
AdminRole - Enum in com.dropbox.core.v2.teamlog
 
AdminTier - Enum in com.dropbox.core.v2.team
Describes which team-related admin permissions a user has.
albumName - Variable in class com.dropbox.core.v2.teamlog.CollectionShareDetails
 
allocated - Variable in class com.dropbox.core.v2.users.IndividualSpaceAllocation
 
allocated - Variable in class com.dropbox.core.v2.users.TeamSpaceAllocation
 
allocation - Variable in class com.dropbox.core.v2.users.SpaceUsage
 
allow - Variable in class com.dropbox.core.v2.sharing.FilePermission
 
allow - Variable in class com.dropbox.core.v2.sharing.FolderPermission
 
allow - Variable in class com.dropbox.core.v2.sharing.LinkPermission
 
allow - Variable in class com.dropbox.core.v2.sharing.MemberPermission
 
AllowDownloadDisabledDetails - Class in com.dropbox.core.v2.teamlog
Disabled allow downloads.
AllowDownloadDisabledDetails() - Constructor for class com.dropbox.core.v2.teamlog.AllowDownloadDisabledDetails
Disabled allow downloads.
allowDownloadDisabledDetails(AllowDownloadDisabledDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS.
AllowDownloadEnabledDetails - Class in com.dropbox.core.v2.teamlog
Enabled allow downloads.
AllowDownloadEnabledDetails() - Constructor for class com.dropbox.core.v2.teamlog.AllowDownloadEnabledDetails
Enabled allow downloads.
allowDownloadEnabledDetails(AllowDownloadEnabledDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS.
allowLateUploads - Variable in class com.dropbox.core.v2.filerequests.FileRequestDeadline
 
alphaGetMetadata(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the metadata for a file or folder.
AlphaGetMetadataBuilder - Class in com.dropbox.core.v2.files
alphaGetMetadataBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the metadata for a file or folder.
AlphaGetMetadataError - Class in com.dropbox.core.v2.files
This class is a tagged union.
AlphaGetMetadataError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for AlphaGetMetadataError.
AlphaGetMetadataErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a AlphaGetMetadataError error.
AlphaGetMetadataErrorException(String, String, LocalizedText, AlphaGetMetadataError) - Constructor for exception com.dropbox.core.v2.files.AlphaGetMetadataErrorException
 
alphaUpload(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Create a new file with the contents provided in the request.
AlphaUploadBuilder - Class in com.dropbox.core.v2.files
alphaUploadBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Create a new file with the contents provided in the request.
AlphaUploadUploader - Class in com.dropbox.core.v2.files
AlphaUploadUploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.files.AlphaUploadUploader
Creates a new instance of this uploader.
ALREADY_MOUNTED - Static variable in class com.dropbox.core.v2.sharing.MountFolderError
The shared folder is already mounted.
alreadyShared(SharedFolderMetadata) - Static method in class com.dropbox.core.v2.sharing.SharePathError
Returns an instance of SharePathError that has its tag set to SharePathError.Tag.ALREADY_SHARED.
amount - Variable in class com.dropbox.core.v2.teamlog.DurationLogInfo
 
android - Variable in class com.dropbox.core.v2.team.DevicesActive
 
api(ApiSessionLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns an instance of AccessMethodLogInfo that has its tag set to AccessMethodLogInfo.Tag.API.
ApiApp - Class in com.dropbox.core.v2.team
Information on linked third party applications.
ApiApp(String, String, boolean, String, String, Date) - Constructor for class com.dropbox.core.v2.team.ApiApp
Information on linked third party applications.
ApiApp(String, String, boolean) - Constructor for class com.dropbox.core.v2.team.ApiApp
Information on linked third party applications.
ApiApp.Builder - Class in com.dropbox.core.v2.team
Builder for ApiApp.
ApiSessionLogInfo - Class in com.dropbox.core.v2.teamlog
Api session.
ApiSessionLogInfo(String) - Constructor for class com.dropbox.core.v2.teamlog.ApiSessionLogInfo
Api session.
app(AppLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns an instance of ActorLogInfo that has its tag set to ActorLogInfo.Tag.APP.
appId - Variable in class com.dropbox.core.v2.team.ApiApp
 
appId - Variable in class com.dropbox.core.v2.team.ApiApp.Builder
 
appId - Variable in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
 
appId - Variable in class com.dropbox.core.v2.teamlog.AppLogInfo
 
appId - Variable in class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
 
appInfo - Variable in class com.dropbox.core.v2.teamlog.AppLinkTeamDetails
 
appInfo - Variable in class com.dropbox.core.v2.teamlog.AppLinkUserDetails
 
appInfo - Variable in class com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails
 
appInfo - Variable in class com.dropbox.core.v2.teamlog.AppUnlinkUserDetails
 
AppLinkTeamDetails - Class in com.dropbox.core.v2.teamlog
Linked an app for team.
AppLinkTeamDetails(AppLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.AppLinkTeamDetails
Linked an app for team.
appLinkTeamDetails(AppLinkTeamDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.APP_LINK_TEAM_DETAILS.
AppLinkUserDetails - Class in com.dropbox.core.v2.teamlog
Linked an app for team member.
AppLinkUserDetails(AppLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.AppLinkUserDetails
Linked an app for team member.
appLinkUserDetails(AppLinkUserDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.APP_LINK_USER_DETAILS.
AppLogInfo - Class in com.dropbox.core.v2.teamlog
App's logged information.
AppLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.AppLogInfo
App's logged information.
AppLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.AppLogInfo
App's logged information.
AppLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for AppLogInfo.
apply(HttpsURLConnection) - Static method in class com.dropbox.core.http.SSLConfig
Apply security settings to an HttpsURLConnection.
appName - Variable in class com.dropbox.core.v2.team.ApiApp
 
appName - Variable in class com.dropbox.core.v2.team.ApiApp.Builder
 
apps - Variable in class com.dropbox.core.v2.team.ListMembersAppsResult
 
apps - Variable in class com.dropbox.core.v2.team.ListTeamAppsResult
 
AppUnlinkTeamDetails - Class in com.dropbox.core.v2.teamlog
Unlinked an app for team.
AppUnlinkTeamDetails(AppLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails
Unlinked an app for team.
appUnlinkTeamDetails(AppUnlinkTeamDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.APP_UNLINK_TEAM_DETAILS.
AppUnlinkUserDetails - Class in com.dropbox.core.v2.teamlog
Unlinked an app for team member.
AppUnlinkUserDetails(AppLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.AppUnlinkUserDetails
Unlinked an app for team member.
appUnlinkUserDetails(AppUnlinkUserDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.APP_UNLINK_USER_DETAILS.
appVersion - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
appVersion - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
arrayConcat(T[], T[]) - Static method in class com.dropbox.core.util.LangUtil
 
ArrayListCollector() - Constructor for class com.dropbox.core.util.Collector.ArrayListCollector
 
asFile() - Method in class com.dropbox.core.v1.DbxEntry
If this metadata entry is a file, return it as a DbxEntry.File instance.
asFile() - Method in class com.dropbox.core.v1.DbxEntry.File
 
asFile() - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
asFolder() - Method in class com.dropbox.core.v1.DbxEntry
If this metadata entry is a folder, return it as a DbxEntry.Folder instance.
asFolder() - Method in class com.dropbox.core.v1.DbxEntry.File
 
asFolder() - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
asMember(String) - Method in class com.dropbox.core.v2.DbxTeamClientV2
Returns a DbxClientV2 that performs requests against Dropbox API user endpoints as the given team member.
AssetLogInfo - Class in com.dropbox.core.v2.teamlog
Asset details.
AssetLogInfo.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for AssetLogInfo.
assets - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
assets - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
asyncJobId(String) - Static method in class com.dropbox.core.v2.async.LaunchEmptyResult
Returns an instance of LaunchEmptyResult that has its tag set to LaunchEmptyResult.Tag.ASYNC_JOB_ID.
asyncJobId(String) - Static method in class com.dropbox.core.v2.async.LaunchResultBase
Returns an instance of LaunchResultBase that has its tag set to LaunchResultBase.Tag.ASYNC_JOB_ID.
asyncJobId - Variable in class com.dropbox.core.v2.async.PollArg
 
asyncJobId(String) - Static method in class com.dropbox.core.v2.files.DeleteBatchLaunch
Returns an instance of DeleteBatchLaunch that has its tag set to DeleteBatchLaunch.Tag.ASYNC_JOB_ID.
asyncJobId(String) - Static method in class com.dropbox.core.v2.files.RelocationBatchLaunch
Returns an instance of RelocationBatchLaunch that has its tag set to RelocationBatchLaunch.Tag.ASYNC_JOB_ID.
asyncJobId(String) - Static method in class com.dropbox.core.v2.files.SaveUrlResult
Returns an instance of SaveUrlResult that has its tag set to SaveUrlResult.Tag.ASYNC_JOB_ID.
asyncJobId(String) - Static method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Returns an instance of UploadSessionFinishBatchLaunch that has its tag set to UploadSessionFinishBatchLaunch.Tag.ASYNC_JOB_ID.
asyncJobId(String) - Static method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
Returns an instance of ShareFolderLaunch that has its tag set to ShareFolderLaunch.Tag.ASYNC_JOB_ID.
asyncJobId - Variable in class com.dropbox.core.v2.team.GroupMembersChangeResult
 
asyncJobId(String) - Static method in class com.dropbox.core.v2.team.MembersAddLaunch
Returns an instance of MembersAddLaunch that has its tag set to MembersAddLaunch.Tag.ASYNC_JOB_ID.
asyncJobId(String) - Static method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
Returns an instance of TeamFolderArchiveLaunch that has its tag set to TeamFolderArchiveLaunch.Tag.ASYNC_JOB_ID.
audience - Variable in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
 
audience - Variable in class com.dropbox.core.v2.sharing.LinkSettings
 
audience - Variable in class com.dropbox.core.v2.sharing.LinkSettings.Builder
 
AudienceExceptionContentInfo - Class in com.dropbox.core.v2.sharing
Information about the content that has a link audience different than that of this folder.
AudienceExceptionContentInfo(String) - Constructor for class com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
Information about the content that has a link audience different than that of this folder.
AudienceExceptions - Class in com.dropbox.core.v2.sharing
The total count and truncated list of information of content inside this folder that has a different audience than the link on this folder.
AudienceExceptions(long, List<AudienceExceptionContentInfo>) - Constructor for class com.dropbox.core.v2.sharing.AudienceExceptions
The total count and truncated list of information of content inside this folder that has a different audience than the link on this folder.
audienceExceptions - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
 
audienceExceptions - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
 
audienceOptions - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
audienceOptions - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
AudienceRestrictingSharedFolder - Class in com.dropbox.core.v2.sharing
Information about the shared folder that prevents the link audience for this link from being more restrictive.
AudienceRestrictingSharedFolder(String, String, LinkAudience) - Constructor for class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
Information about the shared folder that prevents the link audience for this link from being more restrictive.
audienceRestrictingSharedFolder - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
audienceRestrictingSharedFolder - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
Auth - Class in com.dropbox.core.android
Helper class for integrating with AuthActivity
Auth() - Constructor for class com.dropbox.core.android.Auth
 
auth() - Method in class com.dropbox.core.v2.DbxAppClientV2Base
Returns client for issuing requests in the "auth" namespace.
auth() - Method in class com.dropbox.core.v2.DbxClientV2Base
Returns client for issuing requests in the "auth" namespace.
AUTH_PATH_CONNECT - Static variable in class com.dropbox.core.android.AuthActivity
The path for a successful callback with token (not the initial auth request).
AUTH_VERSION - Static variable in class com.dropbox.core.android.AuthActivity
The version of the API for the web-auth callback with token (not the initial auth request).
AuthActivity - Class in com.dropbox.core.android
This activity is used internally for authentication, but must be exposed both so that Android can launch it and for backwards compatibility.
AuthActivity() - Constructor for class com.dropbox.core.android.AuthActivity
 
AuthActivity.SecurityProvider - Interface in com.dropbox.core.android
Provider of the local security needs of an AuthActivity.
authorize(DbxWebAuth.Request) - Method in class com.dropbox.core.DbxWebAuth
Starts authorization and returns a "authorization URL" on the Dropbox website that gives the lets the user grant your app access to their Dropbox account.
AUTOMATIC_GROUP - Static variable in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Automatically created groups can only be added to team folders.
autorename - Variable in class com.dropbox.core.v2.files.CommitInfo
 
autorename - Variable in class com.dropbox.core.v2.files.CommitInfo.Builder
 

B

backoff - Variable in class com.dropbox.core.v1.DbxLongpollDeltaResult
If non-negative, this is the number of seconds the Dropbox server wants you to wait before polling again.
backoff - Variable in class com.dropbox.core.v2.files.ListFolderLongpollResult
 
badMember(AddMemberSelectorError) - Static method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns an instance of AddFolderMemberError that has its tag set to AddFolderMemberError.Tag.BAD_MEMBER.
badPath(SharePathError) - Static method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns an instance of ShareFolderError that has its tag set to ShareFolderError.Tag.BAD_PATH.
BadRequestException - Exception in com.dropbox.core
This is what is thrown when the Dropbox server tells us that it didn't like something about our request.
BadRequestException(String, String) - Constructor for exception com.dropbox.core.BadRequestException
 
BadRequestException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.BadRequestException
 
BadResponseCodeException - Exception in com.dropbox.core
Thrown when the Dropbox server responds with an HTTP status code we didn't expect.
BadResponseCodeException(String, String, int) - Constructor for exception com.dropbox.core.BadResponseCodeException
 
BadResponseCodeException(String, String, int, Throwable) - Constructor for exception com.dropbox.core.BadResponseCodeException
 
BadResponseException - Exception in com.dropbox.core
Thrown when we the response from the Dropbox server isn't something we expect.
BadResponseException(String, String) - Constructor for exception com.dropbox.core.BadResponseException
 
BadResponseException(String, String, Throwable) - Constructor for exception com.dropbox.core.BadResponseException
 
BadStateException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.BadStateException
 
badType(Object) - Static method in class com.dropbox.core.util.LangUtil
 
Base64Digits - Static variable in class com.dropbox.core.util.StringUtil
 
base64Encode(byte[]) - Static method in class com.dropbox.core.util.StringUtil
 
base64EncodeGeneric(String, byte[]) - Static method in class com.dropbox.core.util.StringUtil
 
BaseDfbReport - Class in com.dropbox.core.v2.team
Base report structure.
BaseDfbReport(String) - Constructor for class com.dropbox.core.v2.team.BaseDfbReport
Base report structure.
BasicAccount - Class in com.dropbox.core.v2.users
Basic information about any account.
BasicAccount(String, Name, String, boolean, boolean, boolean, String, String) - Constructor for class com.dropbox.core.v2.users.BasicAccount
Basic information about any account.
BasicAccount(String, Name, String, boolean, boolean, boolean) - Constructor for class com.dropbox.core.v2.users.BasicAccount
Basic information about any account.
BasicAccount.Builder - Class in com.dropbox.core.v2.users
Builder for BasicAccount.
BearerTokenTypeReader - Static variable in class com.dropbox.core.DbxAuthFinish
 
bestForFileName(String, DbxThumbnailFormat) - Static method in class com.dropbox.core.v1.DbxThumbnailFormat
Try and guess the right DbxThumbnailFormat to use based on the image's file name.
binary() - Static method in class com.dropbox.core.stone.StoneSerializers
 
BinaryReader - Static variable in class com.dropbox.core.json.JsonReader
 
binaryToHex(byte[]) - Static method in class com.dropbox.core.util.StringUtil
 
binaryToHex(byte[], int, int) - Static method in class com.dropbox.core.util.StringUtil
Convert a string of binary bytes to the equivalent hexadecimal string.
BlackHoleOutputStream - Static variable in class com.dropbox.core.util.IOUtil
 
body - Variable in class com.dropbox.core.v1.DbxClientV1.Downloader
 
boolean_() - Static method in class com.dropbox.core.stone.StoneSerializers
 
BooleanReader - Static variable in class com.dropbox.core.json.JsonReader
 
browser - Variable in class com.dropbox.core.v2.team.ActiveWebSession
 
browser - Variable in class com.dropbox.core.v2.team.ActiveWebSession.Builder
 
bucket - Variable in class com.dropbox.core.v2.team.StorageBucket
 
build() - Method in class com.dropbox.core.DbxRequestConfig.Builder
Builds an instance of DbxRequestConfig with this builder's configured parameters or defaults.
build() - Method in class com.dropbox.core.DbxWebAuth.Request.Builder
Returns a new OAuth DbxWebAuth.Request that can be used in DbxWebAuth.DbxWebAuth(DbxRequestConfig,DbxAppInfo) to authorize a user.
build() - Method in class com.dropbox.core.http.StandardHttpRequestor.Config.Builder
Returns a StandardHttpRequestor.Config with the values set by this builder.
build() - Method in class com.dropbox.core.json.JsonReader.FieldMapping.Builder
 
build() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder
Builds an instance of PropertyGroupUpdate configured with this builder's values
build() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
Builds an instance of UpdateTemplateArg configured with this builder's values
build() - Method in class com.dropbox.core.v2.filerequests.FileRequest.Builder
Builds an instance of FileRequest configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.CommitInfo.Builder
Builds an instance of CommitInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.DeletedMetadata.Builder
Builds an instance of DeletedMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Builds an instance of FileMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.FolderMetadata.Builder
Builds an instance of FolderMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
Builds an instance of FolderSharingInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.MediaMetadata.Builder
Builds an instance of MediaMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.Metadata.Builder
Builds an instance of Metadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.PhotoMetadata.Builder
Builds an instance of PhotoMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.ThumbnailArg.Builder
Builds an instance of ThumbnailArg configured with this builder's values
build() - Method in class com.dropbox.core.v2.files.VideoMetadata.Builder
Builds an instance of VideoMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder
Builds an instance of FoldersContainingPaperDoc configured with this builder's values
build() - Method in class com.dropbox.core.v2.paper.SharingPolicy.Builder
Builds an instance of SharingPolicy configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata.Builder
Builds an instance of ExpectedSharedContentLinkMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
Builds an instance of FileLinkMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder
Builds an instance of FolderLinkMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
Builds an instance of FolderPolicy configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.GroupInfo.Builder
Builds an instance of GroupInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder
Builds an instance of GroupMembershipInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
Builds an instance of InviteeMembershipInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
Builds an instance of LinkPermissions configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.LinkSettings.Builder
Builds an instance of LinkSettings configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
Builds an instance of MemberAccessLevelResult configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
Builds an instance of MembershipInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
Builds an instance of SharedContentLinkMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
Builds an instance of SharedContentLinkMetadataBase configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Builds an instance of SharedFileMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
Builds an instance of SharedFolderMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
Builds an instance of SharedFolderMetadataBase configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
Builds an instance of SharedLinkMetadata configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
Builds an instance of SharedLinkSettings configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder
Builds an instance of UserFileMembershipInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo.Builder
Builds an instance of UserMembershipInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.ActiveWebSession.Builder
Builds an instance of ActiveWebSession configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.ApiApp.Builder
Builds an instance of ApiApp configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.DesktopClientSession.Builder
Builds an instance of DesktopClientSession configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.DeviceSession.Builder
Builds an instance of DeviceSession configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.GroupFullInfo.Builder
Builds an instance of GroupFullInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
Builds an instance of ListMemberDevicesResult configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.MemberAddArg.Builder
Builds an instance of MemberAddArg configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.MemberDevices.Builder
Builds an instance of MemberDevices configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.MemberProfile.Builder
Builds an instance of MemberProfile configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Builds an instance of MobileClientSession configured with this builder's values
build() - Method in class com.dropbox.core.v2.team.TeamMemberProfile.Builder
Builds an instance of TeamMemberProfile configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
Builds an instance of GroupSummary configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamcommon.TimeRange.Builder
Builds an instance of TimeRange configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
Builds an instance of AppLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder
Builds an instance of DeviceApprovalsChangeDesktopPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder
Builds an instance of DeviceApprovalsChangeMobilePolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
Builds an instance of DeviceApprovalsChangeOverageActionDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder
Builds an instance of DeviceApprovalsChangeUnlinkActionDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Builds an instance of DeviceLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder
Builds an instance of FailureDetailsLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.FileLogInfo.Builder
Builds an instance of FileLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder
Builds an instance of FileOrFolderLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo.Builder
Builds an instance of FolderLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
Builds an instance of GeoLocationLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
Builds an instance of GroupLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.HostLogInfo.Builder
Builds an instance of HostLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder
Builds an instance of MemberChangeAdminRoleDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder
Builds an instance of MemberChangeStatusDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
Builds an instance of NamespaceRelativePathLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo.Builder
Builds an instance of NonTeamMemberLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo.Builder
Builds an instance of OriginLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder
Builds an instance of PaperDocChangeSharingPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
Builds an instance of SfNestDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
Builds an instance of SfTeamInviteChangeRoleDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
Builds an instance of SfTeamJoinFromOobLinkDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails.Builder
Builds an instance of SharedContentAddInviteesDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
Builds an instance of SharedContentAddLinkExpiryDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails.Builder
Builds an instance of SharedContentAddLinkPasswordDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
Builds an instance of SharedContentAddMemberDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
Builds an instance of SharedContentChangeDownloadsPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
Builds an instance of SharedContentChangeInviteeRoleDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
Builds an instance of SharedContentChangeLinkAudienceDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
Builds an instance of SharedContentChangeLinkExpiryDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails.Builder
Builds an instance of SharedContentChangeLinkPasswordDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
Builds an instance of SharedContentChangeMemberRoleDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
Builds an instance of SharedContentChangeViewerInfoPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails.Builder
Builds an instance of SharedContentClaimInvitationDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails.Builder
Builds an instance of SharedContentRemoveLinkExpiryDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails.Builder
Builds an instance of SharedContentRemoveLinkPasswordDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
Builds an instance of SharedContentRemoveMemberDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails.Builder
Builds an instance of SharedContentRequestAccessDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
Builds an instance of SharedFolderChangeLinkPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
Builds an instance of SharedFolderChangeMemberManagementPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
Builds an instance of SharedFolderChangeMemberPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails.Builder
Builds an instance of ShmodelAppCreateDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails.Builder
Builds an instance of ShmodelCreateDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails.Builder
Builds an instance of ShmodelDisableDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
Builds an instance of SsoChangeLogoutUrlDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
Builds an instance of TeamEvent configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo.Builder
Builds an instance of TeamLinkedAppLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
Builds an instance of TeamMemberLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder
Builds an instance of TfaChangeStatusDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo.Builder
Builds an instance of UserLinkedAppLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
Builds an instance of UserLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo.Builder
Builds an instance of UserOrTeamLinkedAppLogInfo configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder
Builds an instance of WebSessionsChangeFixedLengthPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder
Builds an instance of WebSessionsChangeIdleLengthPolicyDetails configured with this builder's values
build() - Method in class com.dropbox.core.v2.users.BasicAccount.Builder
Builds an instance of BasicAccount configured with this builder's values
build() - Method in class com.dropbox.core.v2.users.FullAccount.Builder
Builds an instance of FullAccount configured with this builder's values
builder() - Static method in class com.dropbox.core.http.StandardHttpRequestor.Config
Returns a new builder for creating a StandardHttpRequestor.Config.
Builder() - Constructor for class com.dropbox.core.json.JsonReader.FieldMapping.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
 
Builder(String, String, String, Date, boolean, long) - Constructor for class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.files.CommitInfo.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.files.DeletedMetadata.Builder
 
Builder(String, String, Date, Date, String, long) - Constructor for class com.dropbox.core.v2.files.FileMetadata.Builder
 
Builder(String, String) - Constructor for class com.dropbox.core.v2.files.FolderMetadata.Builder
 
Builder(boolean) - Constructor for class com.dropbox.core.v2.files.FolderSharingInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.files.MediaMetadata.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.files.Metadata.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.files.PhotoMetadata.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.files.ThumbnailArg.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.files.VideoMetadata.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.paper.SharingPolicy.Builder
 
Builder(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean) - Constructor for class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata.Builder
 
Builder(String, String, LinkPermissions, Date, Date, String, long) - Constructor for class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
 
Builder(String, String, LinkPermissions) - Constructor for class com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder
 
Builder(AclUpdatePolicy, SharedLinkPolicy) - Constructor for class com.dropbox.core.v2.sharing.FolderPolicy.Builder
 
Builder(String, String, GroupManagementType, GroupType, boolean, boolean, boolean) - Constructor for class com.dropbox.core.v2.sharing.GroupInfo.Builder
 
Builder(AccessLevel, GroupInfo) - Constructor for class com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder
 
Builder(AccessLevel, InviteeInfo) - Constructor for class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
 
Builder(boolean) - Constructor for class com.dropbox.core.v2.sharing.LinkPermissions.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.sharing.LinkSettings.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
 
Builder(AccessLevel) - Constructor for class com.dropbox.core.v2.sharing.MembershipInfo.Builder
 
Builder(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean, String) - Constructor for class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
 
Builder(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean) - Constructor for class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
Builder(String, String, FolderPolicy, String) - Constructor for class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
Builder(AccessLevel, boolean, boolean, String, FolderPolicy, String, String, Date) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
Builder(AccessLevel, boolean, boolean) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
Builder(String, String, LinkPermissions) - Constructor for class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
 
Builder(AccessLevel, UserInfo) - Constructor for class com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder
 
Builder(AccessLevel, UserInfo) - Constructor for class com.dropbox.core.v2.sharing.UserMembershipInfo.Builder
 
Builder(String, String, String, String) - Constructor for class com.dropbox.core.v2.team.ActiveWebSession.Builder
 
Builder(String, String, boolean) - Constructor for class com.dropbox.core.v2.team.ApiApp.Builder
 
Builder(String, String, DesktopPlatform, String, String, boolean) - Constructor for class com.dropbox.core.v2.team.DesktopClientSession.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.team.DeviceSession.Builder
 
Builder(String, String, GroupManagementType, long) - Constructor for class com.dropbox.core.v2.team.GroupFullInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.team.MemberAddArg.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.team.MemberDevices.Builder
 
Builder(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType) - Constructor for class com.dropbox.core.v2.team.MemberProfile.Builder
 
Builder(String, String, MobileClientPlatform) - Constructor for class com.dropbox.core.v2.team.MobileClientSession.Builder
 
Builder(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType, List<String>, String) - Constructor for class com.dropbox.core.v2.team.TeamMemberProfile.Builder
 
Builder(String, String, GroupManagementType) - Constructor for class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamcommon.TimeRange.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder
 
Builder(PathLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.FileLogInfo.Builder
 
Builder(PathLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder
 
Builder(PathLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.FolderLogInfo.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.HostLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder
 
Builder(MemberStatus) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo.Builder
 
Builder(AccessMethodLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.OriginLogInfo.Builder
 
Builder(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder
 
Builder(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
 
Builder(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
 
Builder(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails.Builder
 
Builder(long, String, long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
 
Builder(long, SharedContentDownloadsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
 
Builder(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
 
Builder(long, LinkAudience) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
 
Builder(long, String, long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
 
Builder(long, SharedContentViewerInfoPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
 
Builder(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails.Builder
 
Builder(long, String, SharedFolderLinkPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
 
Builder(long, String, SharedFolderMembershipManagementPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
 
Builder(long, String, SharedFolderMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelCreateDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelDisableDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
 
Builder(Date, EventCategory, ActorLogInfo, boolean, ContextLogInfo, EventType, EventDetails) - Constructor for class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
 
Builder(TfaConfiguration) - Constructor for class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder
 
Builder() - Constructor for class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder
 
Builder(String, Name, String, boolean, boolean, boolean) - Constructor for class com.dropbox.core.v2.users.BasicAccount.Builder
 
Builder(String, Name, String, boolean, boolean, String, String, boolean, AccountType) - Constructor for class com.dropbox.core.v2.users.FullAccount.Builder
 
buildMessage(String, LocalizedText) - Static method in exception com.dropbox.core.DbxApiException
 
buildMessage(String, LocalizedText, Object) - Static method in exception com.dropbox.core.DbxApiException
 
buildUri(String, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
buildUrlWithParams(String, String, String, String[]) - Static method in class com.dropbox.core.DbxRequestUtil
 
buildUserAgentHeader(DbxRequestConfig, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
ByteArrayCopier(byte[], int, int) - Constructor for class com.dropbox.core.DbxStreamReader.ByteArrayCopier
 
ByteArrayCopier(byte[]) - Constructor for class com.dropbox.core.DbxStreamReader.ByteArrayCopier
 
ByteArrayCopier(byte[], int, int) - Constructor for class com.dropbox.core.DbxStreamWriter.ByteArrayCopier
 
ByteArrayCopier(byte[]) - Constructor for class com.dropbox.core.DbxStreamWriter.ByteArrayCopier
 

C

canRevoke - Variable in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
 
canRevoke - Variable in class com.dropbox.core.v2.sharing.LinkPermissions
 
CANT_COPY_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
Shared folders can't be copied.
CANT_COPY_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.files.RelocationError
Shared folders can't be copied.
CANT_MOVE_FOLDER_INTO_ITSELF - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
You cannot move a folder into itself.
CANT_MOVE_FOLDER_INTO_ITSELF - Static variable in class com.dropbox.core.v2.files.RelocationError
You cannot move a folder into itself.
CANT_NEST_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
Your move operation would result in nested shared folders.
CANT_NEST_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.files.RelocationError
Your move operation would result in nested shared folders.
CANT_SHARE_OUTSIDE_TEAM - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
Your team policy does not allow sharing outside of the team.
CANT_TRANSFER_OWNERSHIP - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
Your move operation would result in an ownership transfer.
CANT_TRANSFER_OWNERSHIP - Static variable in class com.dropbox.core.v2.files.RelocationError
Your move operation would result in an ownership transfer.
Certificate - Class in com.dropbox.core.v2.teamlog
Certificate details.
Certificate(String, String, String, String, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.Certificate
Certificate details.
certificateDetails - Variable in class com.dropbox.core.v2.teamlog.SsoAddCertDetails
 
changeFileMemberAccess(String, MemberSelector, AccessLevel) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
changes - Variable in class com.dropbox.core.v2.files.ListFolderLongpollResult
 
checkAppBeforeAuth(Context, String, boolean) - Static method in class com.dropbox.core.android.AuthActivity
Check's the current app's manifest setup for authentication.
checkArg(String, String) - Static method in class com.dropbox.core.v1.DbxPathV1
 
checkArgNonRoot(String, String) - Static method in class com.dropbox.core.v1.DbxPathV1
 
checkJobStatus(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns the status of an asynchronous job.
checkKeyArg(String) - Static method in class com.dropbox.core.DbxAppInfo
 
checkRemoveMemberJobStatus(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns the status of an asynchronous job for sharing a folder.
checkSecretArg(String) - Static method in class com.dropbox.core.DbxAppInfo
 
checkShareJobStatus(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns the status of an asynchronous job for sharing a folder.
children - Variable in class com.dropbox.core.v1.DbxEntry.WithChildren
If DbxEntry.WithChildren.entry is a folder, this will contain the metadata of the folder's immediate children.
children - Variable in class com.dropbox.core.v1.DbxEntry.WithChildrenC
If DbxEntry.WithChildrenC.entry is a folder, this will contain the metadata of the folder's immediate children.
chunkedUploadAppend(String, long, byte[]) - Method in class com.dropbox.core.v1.DbxClientV1
chunkedUploadAppend(String, long, byte[], int, int) - Method in class com.dropbox.core.v1.DbxClientV1
Append data to a chunked upload session.
chunkedUploadAppend(String, long, long, DbxStreamWriter<E>) - Method in class com.dropbox.core.v1.DbxClientV1
Append a chunk of data to a chunked upload session.
chunkedUploadFinish(String, DbxWriteMode, String) - Method in class com.dropbox.core.v1.DbxClientV1
Creates a file in the user's Dropbox at the given path, with file data previously uploaded via DbxClientV1.chunkedUploadFirst(byte[]) and DbxClientV1.chunkedUploadAppend(java.lang.String, long, byte[]).
chunkedUploadFirst(byte[]) - Method in class com.dropbox.core.v1.DbxClientV1
chunkedUploadFirst(byte[], int, int) - Method in class com.dropbox.core.v1.DbxClientV1
Upload the first chunk of a multi-chunk upload.
chunkedUploadFirst(int, DbxStreamWriter<E>) - Method in class com.dropbox.core.v1.DbxClientV1
Upload the first chunk of a multi-chunk upload.
city - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
 
city - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
 
clear() - Method in interface com.dropbox.core.DbxSessionStore
 
clear() - Method in class com.dropbox.core.DbxStandardSessionStore
 
clientModified - Variable in class com.dropbox.core.v2.files.CommitInfo.Builder
 
clientModified - Variable in class com.dropbox.core.v2.files.CommitInfo
 
clientModified - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
clientModified - Variable in class com.dropbox.core.v2.files.FileMetadata
 
clientModified - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
 
clientModified - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata
 
clientMtime - Variable in class com.dropbox.core.v1.DbxEntry.File
The modification time sent up by the Dropbox desktop client when the file was added or modified.
clientType - Variable in class com.dropbox.core.v2.team.DesktopClientSession.Builder
 
clientType - Variable in class com.dropbox.core.v2.team.DesktopClientSession
 
clientType - Variable in class com.dropbox.core.v2.team.MobileClientSession.Builder
 
clientType - Variable in class com.dropbox.core.v2.team.MobileClientSession
 
clientVersion - Variable in class com.dropbox.core.v2.team.DesktopClientSession.Builder
 
clientVersion - Variable in class com.dropbox.core.v2.team.DesktopClientSession
 
clientVersion - Variable in class com.dropbox.core.v2.team.MobileClientSession.Builder
 
clientVersion - Variable in class com.dropbox.core.v2.team.MobileClientSession
 
close() - Method in class com.dropbox.core.DbxDownloader
Closes this downloader and releases its underlying resources.
close() - Method in class com.dropbox.core.DbxUploader
Closes this upload request and releases its underlying resources.
close() - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
close() - Method in class com.dropbox.core.NoThrowInputStream
 
close() - Method in class com.dropbox.core.NoThrowOutputStream
 
close() - Method in class com.dropbox.core.util.CountingOutputStream
 
close() - Method in class com.dropbox.core.v1.DbxClientV1.Downloader
 
close() - Method in class com.dropbox.core.v1.DbxClientV1.Uploader
Release the resources related to this Uploader instance.
CLOSED - Static variable in class com.dropbox.core.v2.files.UploadSessionLookupError
You are attempting to append data to an upload session that has alread been closed (i.e.
closeInput(InputStream) - Static method in class com.dropbox.core.util.IOUtil
Closes the given input stream and ignores the IOException.
closeInput(Reader) - Static method in class com.dropbox.core.util.IOUtil
Closes the given Reader and ignores the IOException.
closeQuietly(Closeable) - Static method in class com.dropbox.core.util.IOUtil
 
CollectionLinkMetadata - Class in com.dropbox.core.v2.sharing
Metadata for a collection-based shared link.
CollectionLinkMetadata(String, Visibility, Date) - Constructor for class com.dropbox.core.v2.sharing.CollectionLinkMetadata
Metadata for a collection-based shared link.
CollectionLinkMetadata(String, Visibility) - Constructor for class com.dropbox.core.v2.sharing.CollectionLinkMetadata
Metadata for a collection-based shared link.
CollectionShareDetails - Class in com.dropbox.core.v2.teamlog
Shared an album.
CollectionShareDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.CollectionShareDetails
Shared an album.
collectionShareDetails(CollectionShareDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.COLLECTION_SHARE_DETAILS.
collector - Variable in class com.dropbox.core.json.JsonArrayReader
 
Collector<E,L> - Class in com.dropbox.core.util
 
Collector() - Constructor for class com.dropbox.core.util.Collector
 
Collector.ArrayListCollector<E> - Class in com.dropbox.core.util
 
Collector.NullSkipper<E,L> - Class in com.dropbox.core.util
 
com.dropbox.core - package com.dropbox.core
 
com.dropbox.core.android - package com.dropbox.core.android
 
com.dropbox.core.http - package com.dropbox.core.http
 
com.dropbox.core.json - package com.dropbox.core.json
 
com.dropbox.core.stone - package com.dropbox.core.stone
 
com.dropbox.core.util - package com.dropbox.core.util
 
com.dropbox.core.v1 - package com.dropbox.core.v1
 
com.dropbox.core.v2 - package com.dropbox.core.v2
 
com.dropbox.core.v2.async - package com.dropbox.core.v2.async
 
com.dropbox.core.v2.auth - package com.dropbox.core.v2.auth
See DbxAppAuthRequests, DbxUserAuthRequests for a list of possible requests for this namespace.
com.dropbox.core.v2.callbacks - package com.dropbox.core.v2.callbacks
 
com.dropbox.core.v2.common - package com.dropbox.core.v2.common
 
com.dropbox.core.v2.fileproperties - package com.dropbox.core.v2.fileproperties
This namespace contains helpers for property and template metadata endpoints.
com.dropbox.core.v2.filerequests - package com.dropbox.core.v2.filerequests
This namespace contains endpoints and data types for file request operations.
com.dropbox.core.v2.files - package com.dropbox.core.v2.files
This namespace contains endpoints and data types for basic file operations.
com.dropbox.core.v2.paper - package com.dropbox.core.v2.paper
This namespace contains endpoints and data types for managing docs and folders in Dropbox Paper.
com.dropbox.core.v2.sharing - package com.dropbox.core.v2.sharing
This namespace contains endpoints and data types for creating and managing shared links and shared folders.
com.dropbox.core.v2.team - package com.dropbox.core.v2.team
See DbxTeamTeamRequests for a list of possible requests for this namespace.
com.dropbox.core.v2.teamcommon - package com.dropbox.core.v2.teamcommon
 
com.dropbox.core.v2.teamlog - package com.dropbox.core.v2.teamlog
See DbxTeamTeamLogRequests for a list of possible requests for this namespace.
com.dropbox.core.v2.teampolicies - package com.dropbox.core.v2.teampolicies
 
com.dropbox.core.v2.users - package com.dropbox.core.v2.users
This namespace contains endpoints and data types for user management.
com.dropbox.core.v2.userscommon - package com.dropbox.core.v2.userscommon
This namespace contains common data types used within the users namespace.
commentText - Variable in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
 
commentText - Variable in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
 
commit - Variable in class com.dropbox.core.v2.files.UploadSessionFinishArg
 
CommitInfo - Class in com.dropbox.core.v2.files
 
CommitInfo(String, WriteMode, boolean, Date, boolean) - Constructor for class com.dropbox.core.v2.files.CommitInfo
Use newBuilder to create instances of this class without specifying values for all optional fields.
CommitInfo(String) - Constructor for class com.dropbox.core.v2.files.CommitInfo
None
CommitInfo.Builder - Class in com.dropbox.core.v2.files
Builder for CommitInfo.
commonName - Variable in class com.dropbox.core.v2.teamlog.Certificate
 
COMPLETE - Static variable in class com.dropbox.core.v2.async.LaunchEmptyResult
The job finished synchronously and successfully.
complete(DeleteBatchResult) - Static method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns an instance of DeleteBatchJobStatus that has its tag set to DeleteBatchJobStatus.Tag.COMPLETE.
complete(DeleteBatchResult) - Static method in class com.dropbox.core.v2.files.DeleteBatchLaunch
Returns an instance of DeleteBatchLaunch that has its tag set to DeleteBatchLaunch.Tag.COMPLETE.
complete(RelocationBatchResult) - Static method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
Returns an instance of RelocationBatchJobStatus that has its tag set to RelocationBatchJobStatus.Tag.COMPLETE.
complete(RelocationBatchResult) - Static method in class com.dropbox.core.v2.files.RelocationBatchLaunch
Returns an instance of RelocationBatchLaunch that has its tag set to RelocationBatchLaunch.Tag.COMPLETE.
complete(FileMetadata) - Static method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Returns an instance of SaveUrlJobStatus that has its tag set to SaveUrlJobStatus.Tag.COMPLETE.
complete(FileMetadata) - Static method in class com.dropbox.core.v2.files.SaveUrlResult
Returns an instance of SaveUrlResult that has its tag set to SaveUrlResult.Tag.COMPLETE.
complete(UploadSessionFinishBatchResult) - Static method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
Returns an instance of UploadSessionFinishBatchJobStatus that has its tag set to UploadSessionFinishBatchJobStatus.Tag.COMPLETE.
complete(UploadSessionFinishBatchResult) - Static method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Returns an instance of UploadSessionFinishBatchLaunch that has its tag set to UploadSessionFinishBatchLaunch.Tag.COMPLETE.
COMPLETE - Static variable in class com.dropbox.core.v2.sharing.JobStatus
The asynchronous job has finished.
complete(MemberAccessLevelResult) - Static method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Returns an instance of RemoveMemberJobStatus that has its tag set to RemoveMemberJobStatus.Tag.COMPLETE.
complete(SharedFolderMetadata) - Static method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
Returns an instance of ShareFolderJobStatus that has its tag set to ShareFolderJobStatus.Tag.COMPLETE.
complete(SharedFolderMetadata) - Static method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
Returns an instance of ShareFolderLaunch that has its tag set to ShareFolderLaunch.Tag.COMPLETE.
complete(List<MemberAddResult>) - Static method in class com.dropbox.core.v2.team.MembersAddJobStatus
Returns an instance of MembersAddJobStatus that has its tag set to MembersAddJobStatus.Tag.COMPLETE.
complete(List<MemberAddResult>) - Static method in class com.dropbox.core.v2.team.MembersAddLaunch
Returns an instance of MembersAddLaunch that has its tag set to MembersAddLaunch.Tag.COMPLETE.
complete(TeamFolderMetadata) - Static method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Returns an instance of TeamFolderArchiveJobStatus that has its tag set to TeamFolderArchiveJobStatus.Tag.COMPLETE.
complete(TeamFolderMetadata) - Static method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
Returns an instance of TeamFolderArchiveLaunch that has its tag set to TeamFolderArchiveLaunch.Tag.COMPLETE.
CompositeSerializer<T> - Class in com.dropbox.core.stone
 
CompositeSerializer() - Constructor for class com.dropbox.core.stone.CompositeSerializer
 
Confidentiality - Enum in com.dropbox.core.v2.teamlog
 
configure(HttpURLConnection) - Method in class com.dropbox.core.http.StandardHttpRequestor
Can be overriden to configure the underlying HttpURLConnection used to make network requests using https.
configureConnection(HttpsURLConnection) - Method in class com.dropbox.core.http.StandardHttpRequestor
configureRequest(Request.Builder) - Method in class com.dropbox.core.http.OkHttp3Requestor
Called beforing building the request and executing it.
configureRequest(Request.Builder) - Method in class com.dropbox.core.http.OkHttpRequestor
Called beforing building the request and executing it.
conflict(WriteConflictError) - Static method in class com.dropbox.core.v2.files.WriteError
Returns an instance of WriteError that has its tag set to WriteError.Tag.CONFLICT.
CONFLICTING_PROPERTY_NAMES - Static variable in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
A property field key with that name already exists in the template.
CONTAINS_APP_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support shared folders that contain app folders.
CONTAINS_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support shared folders that contain shared folders.
CONTAINS_TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support shared folders that contain team folders.
contentHash - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
contentHash - Variable in class com.dropbox.core.v2.files.FileMetadata
 
contentManager(WebSessionLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns an instance of AccessMethodLogInfo that has its tag set to AccessMethodLogInfo.Tag.CONTENT_MANAGER.
contentOwnerTeamInfo - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
contentOwnerTeamInfo - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
ContentPermanentDeletePolicy - Enum in com.dropbox.core.v2.teamlog
Policy for pemanent content deletion
context - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
context - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
ContextLogInfo - Class in com.dropbox.core.v2.teamlog
The primary entity on which the action was done.
ContextLogInfo.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for ContextLogInfo.
contextual - Variable in class com.dropbox.core.v2.teamlog.PathLogInfo
 
CONVERSION_ERROR - Static variable in class com.dropbox.core.v2.files.ThumbnailError
An error occurs during thumbnail conversion.
copy() - Method in class com.dropbox.core.DbxRequestConfig
Returns a builder for building a copy of this configuration.
copy() - Method in class com.dropbox.core.DbxWebAuth.Request
Returns a copy of this request.
copy() - Method in class com.dropbox.core.http.StandardHttpRequestor.Config
Returns a new builder for creating a copy of this config.
copy(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
Copy a file or folder from one path in Dropbox to another path in Dropbox.
copy(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
copyBatch(List<RelocationPath>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Copy multiple files or folders to different locations at once in the user's Dropbox.
CopyBatchBuilder - Class in com.dropbox.core.v2.files
copyBatchBuilder(List<RelocationPath>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Copy multiple files or folders to different locations at once in the user's Dropbox.
copyBatchCheck(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the status of an asynchronous job for DbxUserFilesRequests.copyBatch(List).
CopyBuilder - Class in com.dropbox.core.v2.files
copyBuilder(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
copyFileToStream(File, OutputStream) - Method in class com.dropbox.core.util.IOUtil
 
copyFileToStream(File, OutputStream, int) - Method in class com.dropbox.core.util.IOUtil
 
copyFromCopyRef(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
Create a file or folder at toPath based on the given copy ref (created with DbxClientV1.createCopyRef(java.lang.String)).
copyReference - Variable in class com.dropbox.core.v2.files.GetCopyReferenceResult
 
copyReferenceGet(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get a copy reference to a file or folder.
copyReferenceSave(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Save a copy reference returned by DbxUserFilesRequests.copyReferenceGet(String) to the user's Dropbox.
copyStreamToFile(InputStream, File) - Method in class com.dropbox.core.util.IOUtil
 
copyStreamToFile(InputStream, File, int) - Method in class com.dropbox.core.util.IOUtil
 
copyStreamToStream(InputStream, OutputStream) - Static method in class com.dropbox.core.util.IOUtil
 
copyStreamToStream(InputStream, OutputStream, byte[]) - Static method in class com.dropbox.core.util.IOUtil
 
copyStreamToStream(InputStream, OutputStream, int) - Static method in class com.dropbox.core.util.IOUtil
 
copyV2(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Copy a file or folder to a different location in the user's Dropbox.
CopyV2Builder - Class in com.dropbox.core.v2.files
copyV2Builder(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Copy a file or folder to a different location in the user's Dropbox.
correctOffset - Variable in class com.dropbox.core.v2.files.UploadSessionOffsetError
 
count - Variable in class com.dropbox.core.v2.sharing.AudienceExceptions
 
CountingOutputStream - Class in com.dropbox.core.util
 
CountingOutputStream(OutputStream) - Constructor for class com.dropbox.core.util.CountingOutputStream
 
country - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
country - Variable in class com.dropbox.core.v2.team.DeviceSession.Builder
 
country - Variable in class com.dropbox.core.v2.team.DeviceSession
 
country - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
 
country - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
 
country - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
country - Variable in class com.dropbox.core.v2.users.FullAccount
 
create(String, String) - Method in class com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests
Creates a file request for this user.
CreateBuilder - Class in com.dropbox.core.v2.filerequests
createBuilder(String, String) - Method in class com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests
Creates a file request for this user.
createCopyRef(String) - Method in class com.dropbox.core.v1.DbxClientV1
Creates and returns a "copy ref" to a file.
created - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
created - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
created - Variable in class com.dropbox.core.v2.team.DeviceSession.Builder
 
created - Variable in class com.dropbox.core.v2.team.DeviceSession
 
created - Variable in class com.dropbox.core.v2.team.GroupFullInfo.Builder
 
created - Variable in class com.dropbox.core.v2.team.GroupFullInfo
 
CreateFileRequestError - Enum in com.dropbox.core.v2.filerequests
There was an error creating the file request.
CreateFileRequestErrorException - Exception in com.dropbox.core.v2.filerequests
Exception thrown when the server responds with a CreateFileRequestError error.
CreateFileRequestErrorException(String, String, LocalizedText, CreateFileRequestError) - Constructor for exception com.dropbox.core.v2.filerequests.CreateFileRequestErrorException
 
createFolder(String) - Method in class com.dropbox.core.v1.DbxClientV1
Create a new folder in Dropbox.
createFolder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
createFolder(String, boolean) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
CreateFolderDetails - Class in com.dropbox.core.v2.teamlog
Created folders.
CreateFolderDetails() - Constructor for class com.dropbox.core.v2.teamlog.CreateFolderDetails
Created folders.
createFolderDetails(CreateFolderDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.CREATE_FOLDER_DETAILS.
CreateFolderError - Class in com.dropbox.core.v2.files
This class is a tagged union.
CreateFolderError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for CreateFolderError.
CreateFolderErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a CreateFolderError error.
CreateFolderErrorException(String, String, LocalizedText, CreateFolderError) - Constructor for exception com.dropbox.core.v2.files.CreateFolderErrorException
 
CreateFolderResult - Class in com.dropbox.core.v2.files
 
CreateFolderResult(FolderMetadata) - Constructor for class com.dropbox.core.v2.files.CreateFolderResult
 
createFolderV2(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Create a folder at a given path.
createFolderV2(String, boolean) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Create a folder at a given path.
createNetworkErrorCallback(String) - Method in interface com.dropbox.core.v2.callbacks.DbxGlobalCallbackFactory
 
createOAuth2AccessToken(DbxOAuth1AccessToken) - Method in class com.dropbox.core.DbxOAuth1Upgrader
Given an existing active OAuth 1 access token, make a Dropbox API call to get a new OAuth 2 access token that represents the same user and app.
createRouteErrorCallback(String, T) - Method in interface com.dropbox.core.v2.callbacks.DbxGlobalCallbackFactory
 
createShareableUrl(String) - Method in class com.dropbox.core.v1.DbxClientV1
Creates and returns a publicly-shareable URL to a file or folder's "preview page".
createSharedLink(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
CreateSharedLinkBuilder - Class in com.dropbox.core.v2.sharing
createSharedLinkBuilder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
CreateSharedLinkError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
CreateSharedLinkError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for CreateSharedLinkError.
CreateSharedLinkErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a CreateSharedLinkError error.
CreateSharedLinkErrorException(String, String, LocalizedText, CreateSharedLinkError) - Constructor for exception com.dropbox.core.v2.sharing.CreateSharedLinkErrorException
 
createSharedLinkWithSettings(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Create a shared link with custom settings.
createSharedLinkWithSettings(String, SharedLinkSettings) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Create a shared link with custom settings.
CreateSharedLinkWithSettingsError - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
CreateSharedLinkWithSettingsError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for CreateSharedLinkWithSettingsError.
CreateSharedLinkWithSettingsErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a CreateSharedLinkWithSettingsError error.
CreateSharedLinkWithSettingsErrorException(String, String, LocalizedText, CreateSharedLinkWithSettingsError) - Constructor for exception com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsErrorException
 
createTemporaryDirectUrl(String) - Method in class com.dropbox.core.v1.DbxClientV1
Creates and returns a publicly-shareable URL to a file's contents.
CsrfException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.CsrfException
 
currentAudience - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
currentAudience - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
cursor - Variable in class com.dropbox.core.v1.DbxDelta
A string that is used by the server to keep track of which entries have already been returned to you.
cursor - Variable in class com.dropbox.core.v1.DbxDeltaC
A string that is used by the server to keep track of which entries have already been returned to you.
cursor - Variable in class com.dropbox.core.v2.files.ListFolderGetLatestCursorResult
 
cursor - Variable in class com.dropbox.core.v2.files.ListFolderResult
 
cursor - Variable in class com.dropbox.core.v2.files.UploadSessionFinishArg
 
Cursor - Class in com.dropbox.core.v2.paper
 
Cursor(String, Date) - Constructor for class com.dropbox.core.v2.paper.Cursor
 
Cursor(String) - Constructor for class com.dropbox.core.v2.paper.Cursor
None
cursor - Variable in class com.dropbox.core.v2.paper.ListPaperDocsResponse
 
cursor - Variable in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
cursor - Variable in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
cursor - Variable in class com.dropbox.core.v2.sharing.ListFilesResult
 
cursor - Variable in class com.dropbox.core.v2.sharing.ListFoldersResult
 
cursor - Variable in class com.dropbox.core.v2.sharing.ListSharedLinksResult
 
cursor - Variable in class com.dropbox.core.v2.sharing.SharedFileMembers
 
cursor - Variable in class com.dropbox.core.v2.sharing.SharedFolderMembers
 
cursor - Variable in class com.dropbox.core.v2.team.GroupsListResult
 
cursor - Variable in class com.dropbox.core.v2.team.GroupsMembersListResult
 
cursor - Variable in class com.dropbox.core.v2.team.ListMembersAppsResult
 
cursor - Variable in class com.dropbox.core.v2.team.ListMembersDevicesResult
 
cursor - Variable in class com.dropbox.core.v2.team.ListTeamAppsResult
 
cursor - Variable in class com.dropbox.core.v2.team.ListTeamDevicesResult
 
cursor - Variable in class com.dropbox.core.v2.team.MembersListResult
 
cursor - Variable in class com.dropbox.core.v2.team.TeamFolderListResult
 
cursor - Variable in class com.dropbox.core.v2.team.TeamNamespacesListResult
 
cursor - Variable in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
 
cursorError(PaperApiCursorError) - Static method in class com.dropbox.core.v2.paper.ListDocsCursorError
Returns an instance of ListDocsCursorError that has its tag set to ListDocsCursorError.Tag.CURSOR_ERROR.
cursorError(PaperApiCursorError) - Static method in class com.dropbox.core.v2.paper.ListUsersCursorError
Returns an instance of ListUsersCursorError that has its tag set to ListUsersCursorError.Tag.CURSOR_ERROR.
CustomQuotaError - Enum in com.dropbox.core.v2.team
Error returned by setting member custom quota.
CustomQuotaErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a CustomQuotaError error.
CustomQuotaErrorException(String, String, LocalizedText, CustomQuotaError) - Constructor for exception com.dropbox.core.v2.team.CustomQuotaErrorException
 
CustomQuotaResult - Class in com.dropbox.core.v2.team
User custom quota.
CustomQuotaResult.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for CustomQuotaResult.

D

DataPlacementRestrictionChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Set a restriction policy regarding the location of data centers where team data resides.
DataPlacementRestrictionChangePolicyDetails(PlacementRestriction, PlacementRestriction) - Constructor for class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
Set a restriction policy regarding the location of data centers where team data resides.
dataPlacementRestrictionChangePolicyDetails(DataPlacementRestrictionChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS.
DataPlacementRestrictionSatisfyPolicyDetails - Class in com.dropbox.core.v2.teamlog
Satisfied a previously set restriction policy regarding the location of data centers where team data resides (i.e.
DataPlacementRestrictionSatisfyPolicyDetails(PlacementRestriction) - Constructor for class com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
Satisfied a previously set restriction policy regarding the location of data centers where team data resides (i.e.
dataPlacementRestrictionSatisfyPolicyDetails(DataPlacementRestrictionSatisfyPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS.
DateRangeError - Enum in com.dropbox.core.v2.team
Errors that can originate from problems in input arguments to reports.
DateRangeErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a DateRangeError error.
DateRangeErrorException(String, String, LocalizedText, DateRangeError) - Constructor for exception com.dropbox.core.v2.team.DateRangeErrorException
 
DbxAccountInfo - Class in com.dropbox.core.v1
 
DbxAccountInfo(long, String, String, String, DbxAccountInfo.Quota, String, DbxAccountInfo.NameDetails, boolean) - Constructor for class com.dropbox.core.v1.DbxAccountInfo
 
DbxAccountInfo.NameDetails - Class in com.dropbox.core.v1
 
DbxAccountInfo.Quota - Class in com.dropbox.core.v1
 
DbxApiException - Exception in com.dropbox.core
Base class for API-specific exceptions raised by API v2 routes.
DbxApiException(String, LocalizedText, String) - Constructor for exception com.dropbox.core.DbxApiException
 
DbxApiException(String, LocalizedText, String, Throwable) - Constructor for exception com.dropbox.core.DbxApiException
 
DbxAppAuthRequests - Class in com.dropbox.core.v2.auth
Routes in namespace "auth".
DbxAppAuthRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.auth.DbxAppAuthRequests
 
DbxAppClientV2 - Class in com.dropbox.core.v2
Use this class to make remote calls to the Dropbox API app endpoints.
DbxAppClientV2(DbxRequestConfig, String, String) - Constructor for class com.dropbox.core.v2.DbxAppClientV2
Creates a client that uses the given app key and secret when performing requests against the default Dropbox hosts.
DbxAppClientV2(DbxRequestConfig, String, String, DbxHost) - Constructor for class com.dropbox.core.v2.DbxAppClientV2
Same as DbxAppClientV2.DbxAppClientV2(DbxRequestConfig, String, String) except you can also set the hostnames of the Dropbox API servers.
DbxAppClientV2(DbxRequestConfig, String, String, DbxHost, String) - Constructor for class com.dropbox.core.v2.DbxAppClientV2
Same as DbxAppClientV2.DbxAppClientV2(DbxRequestConfig, String, String) except you can also set the hostnames of the Dropbox API servers.
DbxAppClientV2Base - Class in com.dropbox.core.v2
Base class for app auth clients.
DbxAppClientV2Base(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.DbxAppClientV2Base
For internal use only.
DbxAppInfo - Class in com.dropbox.core
Identifying information about your application.
DbxAppInfo(String, String) - Constructor for class com.dropbox.core.DbxAppInfo
 
DbxAppInfo(String, String, DbxHost) - Constructor for class com.dropbox.core.DbxAppInfo
 
DbxAuthFinish - Class in com.dropbox.core
When you successfully complete the authorization process, the Dropbox server returns this information to you.
DbxAuthFinish(String, String, String) - Constructor for class com.dropbox.core.DbxAuthFinish
 
DbxAuthInfo - Class in com.dropbox.core
Used by the example code to remember auth information.
DbxAuthInfo(String, DbxHost) - Constructor for class com.dropbox.core.DbxAuthInfo
Creates a new instance with the given parameters.
DbxClientV1 - Class in com.dropbox.core.v1
Use this class to make remote calls to the Dropbox API.
DbxClientV1(DbxRequestConfig, String) - Constructor for class com.dropbox.core.v1.DbxClientV1
 
DbxClientV1(DbxRequestConfig, String, DbxHost) - Constructor for class com.dropbox.core.v1.DbxClientV1
The same as DbxClientV1.DbxClientV1(DbxRequestConfig, String) except you can also set the hostnames of the Dropbox API servers.
DbxClientV1.Downloader - Class in com.dropbox.core.v1
A pairing of a metadata and main content of a download.
DbxClientV1.IODbxException - Exception in com.dropbox.core.v1
A DbxException wrapped inside an IOException.
DbxClientV1.Uploader - Class in com.dropbox.core.v1
For uploading file content to Dropbox.
DbxClientV2 - Class in com.dropbox.core.v2
Use this class to make remote calls to the Dropbox API user endpoints.
DbxClientV2(DbxRequestConfig, String) - Constructor for class com.dropbox.core.v2.DbxClientV2
Creates a client that uses the given OAuth 2 access token as authorization when performing requests against the default Dropbox hosts.
DbxClientV2(DbxRequestConfig, String, String) - Constructor for class com.dropbox.core.v2.DbxClientV2
Creates a client that uses the given OAuth 2 access token as authorization when performing requests against the default Dropbox hosts.
DbxClientV2(DbxRequestConfig, String, DbxHost) - Constructor for class com.dropbox.core.v2.DbxClientV2
Same as DbxClientV2.DbxClientV2(DbxRequestConfig, String) except you can also set the hostnames of the Dropbox API servers.
DbxClientV2(DbxRequestConfig, String, DbxHost, String) - Constructor for class com.dropbox.core.v2.DbxClientV2
Same as DbxClientV2.DbxClientV2(DbxRequestConfig, String) except you can also set the hostnames of the Dropbox API servers.
DbxClientV2Base - Class in com.dropbox.core.v2
Base class for user auth clients.
DbxClientV2Base(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.DbxClientV2Base
For internal use only.
DbxDelta<MD extends Dumpable> - Class in com.dropbox.core.v1
Represents a single "page" of results from a delta-style API call.
DbxDelta(boolean, List<DbxDelta.Entry<MD>>, String, boolean) - Constructor for class com.dropbox.core.v1.DbxDelta
 
DbxDelta.Entry<MD extends Dumpable> - Class in com.dropbox.core.v1
A single "delta entry" in a DbxDelta page.
DbxDelta.Entry.Reader<MD extends Dumpable> - Class in com.dropbox.core.v1
For JSON parsing.
DbxDelta.Reader<MD extends Dumpable> - Class in com.dropbox.core.v1
For JSON parsing.
DbxDeltaC<C> - Class in com.dropbox.core.v1
Represents a single "page" of results from a delta-style API call.
DbxDeltaC(boolean, C, String, boolean) - Constructor for class com.dropbox.core.v1.DbxDeltaC
 
DbxDeltaC.Entry<MD extends Dumpable> - Class in com.dropbox.core.v1
A single "delta entry" in a DbxDeltaC page.
DbxDeltaC.Entry.Reader<MD extends Dumpable> - Class in com.dropbox.core.v1
For JSON parsing.
DbxDeltaC.Reader<C,MD extends Dumpable> - Class in com.dropbox.core.v1
For JSON parsing.
DbxDownloader<R> - Class in com.dropbox.core
Class for handling download requests.
DbxDownloader(R, InputStream) - Constructor for class com.dropbox.core.DbxDownloader
 
DbxDownloadStyleBuilder<R> - Class in com.dropbox.core.v2
The common interface for all builders associated with download style methods.
DbxDownloadStyleBuilder() - Constructor for class com.dropbox.core.v2.DbxDownloadStyleBuilder
 
DbxEntry - Class in com.dropbox.core.v1
Holds the metadata for a Dropbox file system entry.
DbxEntry.File - Class in com.dropbox.core.v1
The subclass of DbxEntry used to represent file metadata (as opposed to folder metadata).
DbxEntry.File.Location - Class in com.dropbox.core.v1
A geo location
DbxEntry.File.PhotoInfo - Class in com.dropbox.core.v1
Photo metadata that the Dropbox server extracted from the photo file.
DbxEntry.File.VideoInfo - Class in com.dropbox.core.v1
Video metadata that the Dropbox server extracted from the video file.
DbxEntry.Folder - Class in com.dropbox.core.v1
The subclass of DbxEntry used to represent folder metadata.
DbxEntry.WithChildren - Class in com.dropbox.core.v1
Holds the metadata for a file or folder; if it's a folder, we also store the folder's hash and the metadata of its immediate children.
DbxEntry.WithChildrenC<C> - Class in com.dropbox.core.v1
The more general case of DbxEntry.WithChildren.
DbxEntry.WithChildrenC.Reader<C> - Class in com.dropbox.core.v1
 
DbxEntry.WithChildrenC.ReaderMaybeDeleted<C> - Class in com.dropbox.core.v1
 
DbxException - Exception in com.dropbox.core
The base exception thrown by Dropbox API calls.
DbxException(String) - Constructor for exception com.dropbox.core.DbxException
 
DbxException(String, String) - Constructor for exception com.dropbox.core.DbxException
 
DbxException(String, Throwable) - Constructor for exception com.dropbox.core.DbxException
 
DbxException(String, String, Throwable) - Constructor for exception com.dropbox.core.DbxException
 
DbxGlobalCallbackFactory - Interface in com.dropbox.core.v2.callbacks
Client should implement methods in this class to allow for consistent, global handling of route-specific error types, as well as general network errors.
DbxHost - Class in com.dropbox.core
This is for mocking things out during testing.
DbxHost(String, String, String, String) - Constructor for class com.dropbox.core.DbxHost
 
DbxLongpollDeltaResult - Class in com.dropbox.core.v1
The response from a longpoll_delta request.
DbxLongpollDeltaResult(boolean, long) - Constructor for class com.dropbox.core.v1.DbxLongpollDeltaResult
 
DbxNetworkErrorCallback - Class in com.dropbox.core.v2.callbacks
Abstract class for network error callback.
DbxNetworkErrorCallback() - Constructor for class com.dropbox.core.v2.callbacks.DbxNetworkErrorCallback
 
DbxOAuth1AccessToken - Class in com.dropbox.core
Use with DbxOAuth1Upgrader to convert old OAuth 1 access tokens to OAuth 2 access tokens.
DbxOAuth1AccessToken(String, String) - Constructor for class com.dropbox.core.DbxOAuth1AccessToken
 
DbxOAuth1Upgrader - Class in com.dropbox.core
Lets you convert OAuth 1 access tokens to OAuth 2 access tokens.
DbxOAuth1Upgrader(DbxRequestConfig, DbxAppInfo) - Constructor for class com.dropbox.core.DbxOAuth1Upgrader
 
DbxOfficialAppConnector - Class in com.dropbox.core.android
The DbxOfficialAppConnector is used by an app to communicate with the Official Android Dropbox app.
DbxOfficialAppConnector(String) - Constructor for class com.dropbox.core.android.DbxOfficialAppConnector
Construct DbxOfficialAppConnector
DbxOfficialAppConnector.DbxOfficialAppInstallInfo - Class in com.dropbox.core.android
 
DbxOfficialAppInstallInfo(boolean, int) - Constructor for class com.dropbox.core.android.DbxOfficialAppConnector.DbxOfficialAppInstallInfo
 
DbxPathV1 - Class in com.dropbox.core.v1
Utility functions for working with Dropbox paths.
DbxPathV1() - Constructor for class com.dropbox.core.v1.DbxPathV1
 
DbxPathV2 - Class in com.dropbox.core.v2
Utility functions for working with Dropbox paths.
DbxPathV2() - Constructor for class com.dropbox.core.v2.DbxPathV2
 
DbxRawClientV2 - Class in com.dropbox.core.v2
Use this class to make remote calls to the Dropbox API.
DbxRawClientV2(DbxRequestConfig, DbxHost, String) - Constructor for class com.dropbox.core.v2.DbxRawClientV2
 
DbxRequestConfig - Class in com.dropbox.core
A grouping of a few configuration parameters for how we should make requests to the Dropbox servers.
DbxRequestConfig(String) - Constructor for class com.dropbox.core.DbxRequestConfig
Creates a new configuration.
DbxRequestConfig(String, String) - Constructor for class com.dropbox.core.DbxRequestConfig
Deprecated.
Use DbxRequestConfig.newBuilder(java.lang.String) to customize configuration
DbxRequestConfig(String, String, HttpRequestor) - Constructor for class com.dropbox.core.DbxRequestConfig
Deprecated.
Use DbxRequestConfig.newBuilder(java.lang.String) to customize configuration
DbxRequestConfig.Builder - Class in com.dropbox.core
Builder for DbxRequestConfig.
DbxRequestUtil - Class in com.dropbox.core
 
DbxRequestUtil() - Constructor for class com.dropbox.core.DbxRequestUtil
 
DbxRequestUtil.RequestMaker<T,E extends Throwable> - Class in com.dropbox.core
 
DbxRequestUtil.ResponseHandler<T> - Class in com.dropbox.core
 
DbxRouteErrorCallback<T> - Class in com.dropbox.core.v2.callbacks
Interface for route error callback.
DbxRouteErrorCallback() - Constructor for class com.dropbox.core.v2.callbacks.DbxRouteErrorCallback
 
DbxSdkVersion - Class in com.dropbox.core
 
DbxSdkVersion() - Constructor for class com.dropbox.core.DbxSdkVersion
 
DbxSessionStore - Interface in com.dropbox.core
An interface that lets you save, retrieve, and clear a single value in the user's web session.
DbxStandardSessionStore - Class in com.dropbox.core
A DbxSessionStore implementation that stores the value using the standard HttpSession interface from the Java Servlet API.
DbxStandardSessionStore(HttpSession, String) - Constructor for class com.dropbox.core.DbxStandardSessionStore
 
DbxStreamReader<E extends Throwable> - Class in com.dropbox.core
A callback for streaming data from an InputStream.
DbxStreamReader() - Constructor for class com.dropbox.core.DbxStreamReader
 
DbxStreamReader.ByteArrayCopier - Class in com.dropbox.core
 
DbxStreamReader.OutputStreamCopier - Class in com.dropbox.core
A DbxStreamReader that gets its source data from the given OutputStream.
DbxStreamWriter<E extends Throwable> - Class in com.dropbox.core
A callback for streaming data to an OutputStream.
DbxStreamWriter() - Constructor for class com.dropbox.core.DbxStreamWriter
 
DbxStreamWriter.ByteArrayCopier - Class in com.dropbox.core
 
DbxStreamWriter.InputStreamCopier - Class in com.dropbox.core
A DbxStreamWriter that gets its source data from the given InputStream.
DbxTeamClientV2 - Class in com.dropbox.core.v2
Use this class to make remote calls to the Dropbox API team endpoints.
DbxTeamClientV2(DbxRequestConfig, String) - Constructor for class com.dropbox.core.v2.DbxTeamClientV2
Creates a client that uses the given OAuth 2 access token as authorization when performing requests against the default Dropbox hosts.
DbxTeamClientV2(DbxRequestConfig, String, DbxHost) - Constructor for class com.dropbox.core.v2.DbxTeamClientV2
Same as DbxTeamClientV2.DbxTeamClientV2(DbxRequestConfig, String) except you can also set the hostnames of the Dropbox API servers.
DbxTeamClientV2(DbxRequestConfig, String, DbxHost, String) - Constructor for class com.dropbox.core.v2.DbxTeamClientV2
Same as DbxTeamClientV2.DbxTeamClientV2(DbxRequestConfig, String) except you can also set the hostnames of the Dropbox API servers.
DbxTeamClientV2Base - Class in com.dropbox.core.v2
Base class for team auth clients.
DbxTeamClientV2Base(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.DbxTeamClientV2Base
For internal use only.
DbxTeamFilePropertiesRequests - Class in com.dropbox.core.v2.fileproperties
Routes in namespace "file_properties".
DbxTeamFilePropertiesRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests
 
DbxTeamTeamLogRequests - Class in com.dropbox.core.v2.teamlog
Routes in namespace "team_log".
DbxTeamTeamLogRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests
 
DbxTeamTeamRequests - Class in com.dropbox.core.v2.team
Routes in namespace "team".
DbxTeamTeamRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.team.DbxTeamTeamRequests
 
DbxThumbnailFormat - Class in com.dropbox.core.v1
DbxThumbnailFormat(String) - Constructor for class com.dropbox.core.v1.DbxThumbnailFormat
 
DbxThumbnailSize - Class in com.dropbox.core.v1
DbxThumbnailSize(String, int, int) - Constructor for class com.dropbox.core.v1.DbxThumbnailSize
 
DbxUploader<R,E,X extends DbxApiException> - Class in com.dropbox.core
Class for completing upload requests.
DbxUploader(HttpRequestor.Uploader, StoneSerializer<R>, StoneSerializer<E>, String) - Constructor for class com.dropbox.core.DbxUploader
 
DbxUploadStyleBuilder<R,E,X extends DbxApiException> - Class in com.dropbox.core.v2
The common interface for all builders associated with upload style methods.
DbxUploadStyleBuilder() - Constructor for class com.dropbox.core.v2.DbxUploadStyleBuilder
 
DbxUrlWithExpiration - Class in com.dropbox.core.v1
 
DbxUrlWithExpiration(String, Date) - Constructor for class com.dropbox.core.v1.DbxUrlWithExpiration
 
DbxUserAuthRequests - Class in com.dropbox.core.v2.auth
Routes in namespace "auth".
DbxUserAuthRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.auth.DbxUserAuthRequests
 
DbxUserFilePropertiesRequests - Class in com.dropbox.core.v2.fileproperties
Routes in namespace "file_properties".
DbxUserFilePropertiesRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
 
DbxUserFileRequestsRequests - Class in com.dropbox.core.v2.filerequests
Routes in namespace "file_requests".
DbxUserFileRequestsRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests
 
DbxUserFilesRequests - Class in com.dropbox.core.v2.files
Routes in namespace "files".
DbxUserFilesRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.files.DbxUserFilesRequests
 
DbxUserPaperRequests - Class in com.dropbox.core.v2.paper
Routes in namespace "paper".
DbxUserPaperRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.paper.DbxUserPaperRequests
 
DbxUserSharingRequests - Class in com.dropbox.core.v2.sharing
Routes in namespace "sharing".
DbxUserSharingRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.sharing.DbxUserSharingRequests
 
DbxUserUsersRequests - Class in com.dropbox.core.v2.users
Routes in namespace "users".
DbxUserUsersRequests(DbxRawClientV2) - Constructor for class com.dropbox.core.v2.users.DbxUserUsersRequests
 
DbxWebAuth - Class in com.dropbox.core
Does the OAuth 2 "authorization code" flow.
DbxWebAuth(DbxRequestConfig, DbxAppInfo, String, DbxSessionStore) - Constructor for class com.dropbox.core.DbxWebAuth
DbxWebAuth(DbxRequestConfig, DbxAppInfo) - Constructor for class com.dropbox.core.DbxWebAuth
Creates a new instance that will perform the OAuth2 authorization flow using the given OAuth request configuration.
DbxWebAuth.BadRequestException - Exception in com.dropbox.core
Thrown when the parameters passed to your redirect URI are not well-formed.
DbxWebAuth.BadStateException - Exception in com.dropbox.core
Thrown if all the parameters to your redirect URI are well-formed, but there's no CSRF token in the session.
DbxWebAuth.CsrfException - Exception in com.dropbox.core
Thrown if the given 'state' parameter doesn't contain the expected CSRF token.
DbxWebAuth.Exception - Exception in com.dropbox.core
The base class for authorization redirect errors.
DbxWebAuth.NotApprovedException - Exception in com.dropbox.core
Thrown when Dropbox tells us that the user chose not to grant your app access to their Dropbox account (i.e.
DbxWebAuth.ProviderException - Exception in com.dropbox.core
Thrown when Dropbox tells us that some other error occurred in the authorization process.
DbxWebAuth.Request - Class in com.dropbox.core
OAuth web-based authorization flow request.
DbxWebAuth.Request.Builder - Class in com.dropbox.core
Builder for OAuth2 requests.
DbxWebAuthNoRedirect - Class in com.dropbox.core
Deprecated.
use DbxWebAuth instead with a DbxWebAuth.Request configured with no redirect URI (see DbxWebAuth.Request.Builder.withNoRedirect()).
DbxWebAuthNoRedirect(DbxRequestConfig, DbxAppInfo) - Constructor for class com.dropbox.core.DbxWebAuthNoRedirect
Deprecated.
 
DbxWrappedException - Exception in com.dropbox.core
For internal use only.
DbxWrappedException(Object, String, LocalizedText) - Constructor for exception com.dropbox.core.DbxWrappedException
 
DbxWriteMode - Class in com.dropbox.core.v1
Describes how a file should be saved when it is written to Dropbox.
deadline - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
deadline - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
deadline - Variable in class com.dropbox.core.v2.filerequests.FileRequestDeadline
 
DEFAULT - Static variable in class com.dropbox.core.DbxHost
The standard Dropbox hosts: "api.dropbox.com", "api-content.dropbox.com", and "www.dropbox.com"
DEFAULT_CONNECT_TIMEOUT_MILLIS - Static variable in class com.dropbox.core.http.HttpRequestor
Default timeout, in milliseconds, for opening a connection to a network resource.
DEFAULT_COPY_BUFFER_SIZE - Static variable in class com.dropbox.core.util.IOUtil
 
DEFAULT_INSTANCE - Static variable in class com.dropbox.core.http.StandardHttpRequestor.Config
StandardHttpRequestor.Config with all its attributes set to their default values.
DEFAULT_READ_TIMEOUT_MILLIS - Static variable in class com.dropbox.core.http.HttpRequestor
Default timeout, in milliseconds, for receiving a response from a network resource.
defaultOkHttpClient() - Static method in class com.dropbox.core.http.OkHttp3Requestor
Returns an OkHttpClient instance with the default settings for this SDK.
defaultOkHttpClient() - Static method in class com.dropbox.core.http.OkHttpRequestor
Returns an OkHttpClient instance with the default settings for this SDK.
defaultOkHttpClientBuilder() - Static method in class com.dropbox.core.http.OkHttp3Requestor
Returns an OkHttpClient.Builder instance with the default settings for this SDK.
defined(DurationLogInfo) - Static method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Returns an instance of WebSessionsFixedLengthPolicy that has its tag set to WebSessionsFixedLengthPolicy.Tag.DEFINED.
defined(DurationLogInfo) - Static method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Returns an instance of WebSessionsIdleLengthPolicy that has its tag set to DEFINED.
delete(String) - Method in class com.dropbox.core.v1.DbxClientV1
Delete a file or folder from Dropbox.
delete(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Deprecated.
DeleteArg - Class in com.dropbox.core.v2.files
 
DeleteArg(String) - Constructor for class com.dropbox.core.v2.files.DeleteArg
 
deleteBatch(List<DeleteArg>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Delete multiple files/folders at once.
deleteBatchCheck(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the status of an asynchronous job for DbxUserFilesRequests.deleteBatch(List).
DeleteBatchError - Enum in com.dropbox.core.v2.files
 
DeleteBatchJobStatus - Class in com.dropbox.core.v2.files
This class is an open tagged union.
DeleteBatchJobStatus.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for DeleteBatchJobStatus.
DeleteBatchLaunch - Class in com.dropbox.core.v2.files
Result returned by DbxUserFilesRequests.deleteBatch(java.util.List) that may either launch an asynchronous job or complete synchronously.
DeleteBatchLaunch.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for DeleteBatchLaunch.
DeleteBatchResult - Class in com.dropbox.core.v2.files
 
DeleteBatchResult(List<DeleteBatchResultEntry>) - Constructor for class com.dropbox.core.v2.files.DeleteBatchResult
 
DeleteBatchResultData - Class in com.dropbox.core.v2.files
 
DeleteBatchResultData(Metadata) - Constructor for class com.dropbox.core.v2.files.DeleteBatchResultData
 
DeleteBatchResultEntry - Class in com.dropbox.core.v2.files
This class is a tagged union.
DeleteBatchResultEntry.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for DeleteBatchResultEntry.
deleteData - Variable in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
 
DeletedMetadata - Class in com.dropbox.core.v2.files
Indicates that there used to be a file or folder at this path, but it no longer exists.
DeletedMetadata(String, String, String, String) - Constructor for class com.dropbox.core.v2.files.DeletedMetadata
Indicates that there used to be a file or folder at this path, but it no longer exists.
DeletedMetadata(String) - Constructor for class com.dropbox.core.v2.files.DeletedMetadata
Indicates that there used to be a file or folder at this path, but it no longer exists.
DeletedMetadata.Builder - Class in com.dropbox.core.v2.files
Builder for DeletedMetadata.
DeleteError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
DeleteError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for DeleteError.
DeleteErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a DeleteError error.
DeleteErrorException(String, String, LocalizedText, DeleteError) - Constructor for exception com.dropbox.core.v2.files.DeleteErrorException
 
deleteOnUnlink - Variable in class com.dropbox.core.v2.team.RevokeDesktopClientArg
 
DeleteResult - Class in com.dropbox.core.v2.files
 
DeleteResult(Metadata) - Constructor for class com.dropbox.core.v2.files.DeleteResult
 
deletes - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
deleteV2(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Delete the file or folder at a given path.
description - Variable in class com.dropbox.core.json.JsonReadException.PathPart
 
description - Variable in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
 
description - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
 
description - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
 
description - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
 
deserialize(String) - Method in class com.dropbox.core.stone.StoneSerializer
 
deserialize(InputStream) - Method in class com.dropbox.core.stone.StoneSerializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.stone.StoneSerializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.stone.StructSerializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.stone.StructSerializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.async.LaunchEmptyResult.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.async.LaunchResultBase.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.async.PollArg.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.async.PollEmptyResult.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.async.PollError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.auth.AccessError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.auth.InvalidAccountTypeError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.auth.PaperAccessError.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.auth.RateLimitError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.auth.RateLimitReason.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.common.InvalidPathRootError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.common.PathRootError.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.AddTemplateResult.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.GetTemplateArg.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.ListTemplateResult.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.fileproperties.LookUpPropertiesError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.fileproperties.TemplateError.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.files.LookupError.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.sharing.InviteeInfo.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.sharing.MemberSelector.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.sharing.UserInfo.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teamcommon.GroupManagementType.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.teamcommon.GroupSummary.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teamcommon.GroupType.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.teamcommon.TimeRange.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teampolicies.EmmState.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teampolicies.OfficeAddInPolicy.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teampolicies.PaperEnabledPolicy.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teampolicies.RolloutMethod.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teampolicies.SsoPolicy.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.users.Name.Serializer
 
deserialize(JsonParser, boolean) - Method in class com.dropbox.core.v2.users.Team.Serializer
 
deserialize(JsonParser) - Method in class com.dropbox.core.v2.userscommon.AccountType.Serializer
 
desktopClient(RevokeDesktopClientArg) - Static method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns an instance of RevokeDeviceSessionArg that has its tag set to RevokeDeviceSessionArg.Tag.DESKTOP_CLIENT.
desktopClients - Variable in class com.dropbox.core.v2.team.MemberDevices.Builder
 
desktopClients - Variable in class com.dropbox.core.v2.team.MemberDevices
 
DesktopClientSession - Class in com.dropbox.core.v2.team
Information about linked Dropbox desktop client sessions.
DesktopClientSession(String, String, DesktopPlatform, String, String, boolean, String, String, Date, Date) - Constructor for class com.dropbox.core.v2.team.DesktopClientSession
Information about linked Dropbox desktop client sessions.
DesktopClientSession(String, String, DesktopPlatform, String, String, boolean) - Constructor for class com.dropbox.core.v2.team.DesktopClientSession
Information about linked Dropbox desktop client sessions.
DesktopClientSession.Builder - Class in com.dropbox.core.v2.team
desktopClientSessions - Variable in class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
 
desktopClientSessions - Variable in class com.dropbox.core.v2.team.ListMemberDevicesResult
 
DesktopPlatform - Enum in com.dropbox.core.v2.team
 
DesktopSessionLogInfo - Class in com.dropbox.core.v2.teamlog
Desktop session.
DesktopSessionLogInfo(String) - Constructor for class com.dropbox.core.v2.teamlog.DesktopSessionLogInfo
Desktop session.
DesktopSessionLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.DesktopSessionLogInfo
Desktop session.
destAssetIndex - Variable in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
 
destination - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
destination - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
destParticipantIndex - Variable in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
 
details - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
details - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
DeviceApprovalsChangeDesktopPolicyDetails - Class in com.dropbox.core.v2.teamlog
Set or removed a limit on the number of computers each team member can link to their work Dropbox account.
DeviceApprovalsChangeDesktopPolicyDetails(DeviceApprovalsPolicy, DeviceApprovalsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
Set or removed a limit on the number of computers each team member can link to their work Dropbox account.
DeviceApprovalsChangeDesktopPolicyDetails() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
Set or removed a limit on the number of computers each team member can link to their work Dropbox account.
deviceApprovalsChangeDesktopPolicyDetails(DeviceApprovalsChangeDesktopPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS.
DeviceApprovalsChangeDesktopPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
DeviceApprovalsChangeMobilePolicyDetails - Class in com.dropbox.core.v2.teamlog
Set or removed a limit on the number of mobiles devices each team member can link to their work Dropbox account.
DeviceApprovalsChangeMobilePolicyDetails(DeviceApprovalsPolicy, DeviceApprovalsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
Set or removed a limit on the number of mobiles devices each team member can link to their work Dropbox account.
DeviceApprovalsChangeMobilePolicyDetails() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
Set or removed a limit on the number of mobiles devices each team member can link to their work Dropbox account.
deviceApprovalsChangeMobilePolicyDetails(DeviceApprovalsChangeMobilePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS.
DeviceApprovalsChangeMobilePolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
DeviceApprovalsChangeOverageActionDetails - Class in com.dropbox.core.v2.teamlog
Changed the action taken when a team member is already over the limits (e.g when they join the team, an admin lowers limits, etc.).
DeviceApprovalsChangeOverageActionDetails(RolloutMethod, RolloutMethod) - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
Changed the action taken when a team member is already over the limits (e.g when they join the team, an admin lowers limits, etc.).
DeviceApprovalsChangeOverageActionDetails() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
Changed the action taken when a team member is already over the limits (e.g when they join the team, an admin lowers limits, etc.).
deviceApprovalsChangeOverageActionDetails(DeviceApprovalsChangeOverageActionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS.
DeviceApprovalsChangeOverageActionDetails.Builder - Class in com.dropbox.core.v2.teamlog
DeviceApprovalsChangeUnlinkActionDetails - Class in com.dropbox.core.v2.teamlog
Changed the action taken with respect to approval limits when a team member unlinks an approved device.
DeviceApprovalsChangeUnlinkActionDetails(DeviceUnlinkPolicy, DeviceUnlinkPolicy) - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
Changed the action taken with respect to approval limits when a team member unlinks an approved device.
DeviceApprovalsChangeUnlinkActionDetails() - Constructor for class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
Changed the action taken with respect to approval limits when a team member unlinks an approved device.
deviceApprovalsChangeUnlinkActionDetails(DeviceApprovalsChangeUnlinkActionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS.
DeviceApprovalsChangeUnlinkActionDetails.Builder - Class in com.dropbox.core.v2.teamlog
DeviceApprovalsPolicy - Enum in com.dropbox.core.v2.teamlog
 
DeviceChangeIpDesktopDetails - Class in com.dropbox.core.v2.teamlog
IP address associated with active desktop session changed.
DeviceChangeIpDesktopDetails(DeviceLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails
IP address associated with active desktop session changed.
deviceChangeIpDesktopDetails(DeviceChangeIpDesktopDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS.
DeviceChangeIpMobileDetails - Class in com.dropbox.core.v2.teamlog
IP address associated with active mobile session changed.
DeviceChangeIpMobileDetails(DeviceLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails
IP address associated with active mobile session changed.
deviceChangeIpMobileDetails(DeviceChangeIpMobileDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS.
DeviceChangeIpWebDetails - Class in com.dropbox.core.v2.teamlog
IP address associated with active Web session changed.
DeviceChangeIpWebDetails(String, DeviceLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
IP address associated with active Web session changed.
DeviceChangeIpWebDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
IP address associated with active Web session changed.
deviceChangeIpWebDetails(DeviceChangeIpWebDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS.
DeviceDeleteOnUnlinkFailDetails - Class in com.dropbox.core.v2.teamlog
Failed to delete all files from an unlinked device.
DeviceDeleteOnUnlinkFailDetails(DeviceLogInfo, long) - Constructor for class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
Failed to delete all files from an unlinked device.
deviceDeleteOnUnlinkFailDetails(DeviceDeleteOnUnlinkFailDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS.
DeviceDeleteOnUnlinkSuccessDetails - Class in com.dropbox.core.v2.teamlog
Deleted all files from an unlinked device.
DeviceDeleteOnUnlinkSuccessDetails(DeviceLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
Deleted all files from an unlinked device.
deviceDeleteOnUnlinkSuccessDetails(DeviceDeleteOnUnlinkSuccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS.
deviceId - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
deviceId - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails
 
deviceInfo - Variable in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
 
DeviceLinkFailDetails - Class in com.dropbox.core.v2.teamlog
Failed to link a device.
DeviceLinkFailDetails(DeviceType, DeviceLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
Failed to link a device.
DeviceLinkFailDetails(DeviceType) - Constructor for class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
Failed to link a device.
deviceLinkFailDetails(DeviceLinkFailDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS.
DeviceLinkSuccessDetails - Class in com.dropbox.core.v2.teamlog
Linked a device.
DeviceLinkSuccessDetails(DeviceLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails
Linked a device.
deviceLinkSuccessDetails(DeviceLinkSuccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS.
DeviceLogInfo - Class in com.dropbox.core.v2.teamlog
Device's logged information.
DeviceLogInfo(String, String, Boolean, String, String, String, String, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device's logged information.
DeviceLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device's logged information.
DeviceLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for DeviceLogInfo.
DeviceManagementDisabledDetails - Class in com.dropbox.core.v2.teamlog
Disable Device Management.
DeviceManagementDisabledDetails() - Constructor for class com.dropbox.core.v2.teamlog.DeviceManagementDisabledDetails
Disable Device Management.
deviceManagementDisabledDetails(DeviceManagementDisabledDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS.
DeviceManagementEnabledDetails - Class in com.dropbox.core.v2.teamlog
Enable Device Management.
DeviceManagementEnabledDetails() - Constructor for class com.dropbox.core.v2.teamlog.DeviceManagementEnabledDetails
Enable Device Management.
deviceManagementEnabledDetails(DeviceManagementEnabledDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS.
deviceName - Variable in class com.dropbox.core.v2.team.MobileClientSession.Builder
 
deviceName - Variable in class com.dropbox.core.v2.team.MobileClientSession
 
devices - Variable in class com.dropbox.core.v2.team.ListMembersDevicesResult
 
devices - Variable in class com.dropbox.core.v2.team.ListTeamDevicesResult
 
DevicesActive - Class in com.dropbox.core.v2.team
Each of the items is an array of values, one value per day.
DevicesActive(List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>) - Constructor for class com.dropbox.core.v2.team.DevicesActive
Each of the items is an array of values, one value per day.
DeviceSession - Class in com.dropbox.core.v2.team
 
DeviceSession(String, String, String, Date, Date) - Constructor for class com.dropbox.core.v2.team.DeviceSession
Use newBuilder to create instances of this class without specifying values for all optional fields.
DeviceSession(String) - Constructor for class com.dropbox.core.v2.team.DeviceSession
None
DeviceSession.Builder - Class in com.dropbox.core.v2.team
Builder for DeviceSession.
DeviceSessionArg - Class in com.dropbox.core.v2.team
 
DeviceSessionArg(String, String) - Constructor for class com.dropbox.core.v2.team.DeviceSessionArg
 
devicesListMemberDevices(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
List all device sessions of a team's member.
devicesListMemberDevicesBuilder(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
List all device sessions of a team's member.
DevicesListMemberDevicesBuilder - Class in com.dropbox.core.v2.team
devicesListMembersDevices() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
List all device sessions of a team.
devicesListMembersDevicesBuilder() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
List all device sessions of a team.
DevicesListMembersDevicesBuilder - Class in com.dropbox.core.v2.team
devicesListTeamDevices() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
devicesListTeamDevicesBuilder() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
DevicesListTeamDevicesBuilder - Class in com.dropbox.core.v2.team
devicesRevokeDeviceSession(RevokeDeviceSessionArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Revoke a device session of a team's member.
devicesRevokeDeviceSessionBatch(List<RevokeDeviceSessionArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Revoke a list of device sessions of team members.
deviceType - Variable in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
 
deviceType - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
deviceType - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
DeviceType - Enum in com.dropbox.core.v2.teamlog
 
DeviceUnlinkDetails - Class in com.dropbox.core.v2.teamlog
Disconnected a device.
DeviceUnlinkDetails(DeviceLogInfo, boolean) - Constructor for class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
Disconnected a device.
deviceUnlinkDetails(DeviceUnlinkDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DEVICE_UNLINK_DETAILS.
DeviceUnlinkPolicy - Enum in com.dropbox.core.v2.teamlog
 
Dimensions - Class in com.dropbox.core.v2.files
Dimensions for a photo or video.
Dimensions(long, long) - Constructor for class com.dropbox.core.v2.files.Dimensions
Dimensions for a photo or video.
dimensions - Variable in class com.dropbox.core.v2.files.MediaMetadata.Builder
 
dimensions - Variable in class com.dropbox.core.v2.files.MediaMetadata
 
disableAccessToken() - Method in class com.dropbox.core.v1.DbxClientV1
Disable the access token that you constructed this DbxClientV1 with.
disabled - Variable in class com.dropbox.core.v2.users.Account
 
disabled - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
disabled - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
DisabledDomainInvitesDetails - Class in com.dropbox.core.v2.teamlog
Disabled domain invites.
DisabledDomainInvitesDetails() - Constructor for class com.dropbox.core.v2.teamlog.DisabledDomainInvitesDetails
Disabled domain invites.
disabledDomainInvitesDetails(DisabledDomainInvitesDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS.
disableOAuth1AccessToken(DbxOAuth1AccessToken) - Method in class com.dropbox.core.DbxOAuth1Upgrader
Tell the Dropbox API server to disable an OAuth 1 access token.
DISALLOWED_NAME - Static variable in class com.dropbox.core.v2.files.WriteError
Dropbox will not save the file or folder because of its name.
DISALLOWED_SHARED_LINK_POLICY - Static variable in class com.dropbox.core.v2.sharing.ShareFolderError
The current user's account is not allowed to select the specified ShareFolderArg.getSharedLinkPolicy().
DISALLOWED_SHARED_LINK_POLICY - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
The current account is not allowed to select the specified ShareFolderArg.getSharedLinkPolicy().
displayName - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
displayName - Variable in class com.dropbox.core.v2.sharing.TeamMemberInfo
 
displayName - Variable in class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
 
displayName - Variable in class com.dropbox.core.v2.teamlog.AppLogInfo
 
displayName - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
displayName - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
displayName - Variable in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder
 
displayName - Variable in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
 
displayName - Variable in class com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
 
displayName - Variable in class com.dropbox.core.v2.teamlog.GroupLogInfo
 
displayName - Variable in class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
 
displayName - Variable in class com.dropbox.core.v2.teamlog.UserLogInfo
 
displayName - Variable in class com.dropbox.core.v2.users.Name
 
DOC_NOT_FOUND - Static variable in class com.dropbox.core.v2.paper.ListUsersCursorError
The required doc was not found.
docId - Variable in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
 
docId - Variable in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
 
docIds - Variable in class com.dropbox.core.v2.paper.ListPaperDocsResponse
 
DocLookupError - Enum in com.dropbox.core.v2.paper
 
DocLookupErrorException - Exception in com.dropbox.core.v2.paper
Exception thrown when the server responds with a DocLookupError error.
DocLookupErrorException(String, String, LocalizedText, DocLookupError) - Constructor for exception com.dropbox.core.v2.paper.DocLookupErrorException
 
docOwner - Variable in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
docsArchive(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Marks the given Paper doc as archived.
docsCreate(ImportFormat) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Creates a new Paper doc with the provided content.
docsCreate(ImportFormat, String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Creates a new Paper doc with the provided content.
DocsCreateUploader - Class in com.dropbox.core.v2.paper
DocsCreateUploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.paper.DocsCreateUploader
Creates a new instance of this uploader.
docsDownload(String, ExportFormat) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Exports and downloads Paper doc either as HTML or markdown.
docsDownloadBuilder(String, ExportFormat) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Exports and downloads Paper doc either as HTML or markdown.
DocsDownloadBuilder - Class in com.dropbox.core.v2.paper
docsFolderUsersList(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Lists the users who are explicitly invited to the Paper folder in which the Paper doc is contained.
docsFolderUsersList(String, int) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Lists the users who are explicitly invited to the Paper folder in which the Paper doc is contained.
docsFolderUsersListContinue(String, String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Once a cursor has been retrieved from DbxUserPaperRequests.docsFolderUsersList(String,int), use this to paginate through all users on the Paper folder.
docsGetFolderInfo(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Retrieves folder information for the given Paper doc.
docsList() - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Return the list of all Paper docs according to the argument specifications.
docsListBuilder() - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Return the list of all Paper docs according to the argument specifications.
DocsListBuilder - Class in com.dropbox.core.v2.paper
The request builder returned by DbxUserPaperRequests.docsListBuilder().
docsListContinue(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Once a cursor has been retrieved from DbxUserPaperRequests.docsList(com.dropbox.core.v2.paper.ListPaperDocsArgs), use this to paginate through all Paper doc.
docsPermanentlyDelete(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Permanently deletes the given Paper doc.
docsSharingPolicyGet(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Gets the default sharing policy for the given Paper doc.
docsSharingPolicySet(String, SharingPolicy) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Sets the default sharing policy for the given Paper doc.
docsUpdate(String, PaperDocUpdatePolicy, long, ImportFormat) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Updates an existing Paper doc with the provided content.
DocsUpdateUploader - Class in com.dropbox.core.v2.paper
DocsUpdateUploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.paper.DocsUpdateUploader
Creates a new instance of this uploader.
docsUsersAdd(String, List<AddMember>) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Allows an owner or editor to add users to a Paper doc or change their permissions using their email address or Dropbox account ID.
docsUsersAddBuilder(String, List<AddMember>) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Allows an owner or editor to add users to a Paper doc or change their permissions using their email address or Dropbox account ID.
DocsUsersAddBuilder - Class in com.dropbox.core.v2.paper
docsUsersList(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Lists all users who visited the Paper doc or users with explicit access.
docsUsersListBuilder(String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Lists all users who visited the Paper doc or users with explicit access.
DocsUsersListBuilder - Class in com.dropbox.core.v2.paper
docsUsersListContinue(String, String) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Once a cursor has been retrieved from DbxUserPaperRequests.docsUsersList(String), use this to paginate through all users on the Paper doc.
docsUsersRemove(String, MemberSelector) - Method in class com.dropbox.core.v2.paper.DbxUserPaperRequests
Allows an owner or editor to remove users from a Paper doc using their email address or Dropbox account ID.
docTitle - Variable in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
 
DOES_NOT_FIT_TEMPLATE - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesError
One or more of the supplied property fields does not conform to the template specifications.
DOES_NOT_FIT_TEMPLATE - Static variable in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
One or more of the supplied property fields does not conform to the template specifications.
DOES_NOT_FIT_TEMPLATE - Static variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
One or more of the supplied property fields does not conform to the template specifications.
doGet(DbxRequestConfig, String, String, String, String, String[], List<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Static method in class com.dropbox.core.DbxRequestUtil
 
doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.GoogleAppEngineRequestor
 
doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.HttpRequestor
 
doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.OkHttp3Requestor
 
doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.OkHttpRequestor
 
doGet(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.StandardHttpRequestor
 
DomainInvitesApproveRequestToJoinTeamDetails - Class in com.dropbox.core.v2.teamlog
Approved a member's request to join the team.
DomainInvitesApproveRequestToJoinTeamDetails() - Constructor for class com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamDetails
Approved a member's request to join the team.
domainInvitesApproveRequestToJoinTeamDetails(DomainInvitesApproveRequestToJoinTeamDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS.
DomainInvitesDeclineRequestToJoinTeamDetails - Class in com.dropbox.core.v2.teamlog
Declined a user's request to join the team.
DomainInvitesDeclineRequestToJoinTeamDetails() - Constructor for class com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamDetails
Declined a user's request to join the team.
domainInvitesDeclineRequestToJoinTeamDetails(DomainInvitesDeclineRequestToJoinTeamDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS.
DomainInvitesEmailExistingUsersDetails - Class in com.dropbox.core.v2.teamlog
Sent domain invites to existing domain accounts.
DomainInvitesEmailExistingUsersDetails(List<String>, long) - Constructor for class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
Sent domain invites to existing domain accounts.
domainInvitesEmailExistingUsersDetails(DomainInvitesEmailExistingUsersDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS.
DomainInvitesRequestToJoinTeamDetails - Class in com.dropbox.core.v2.teamlog
Asked to join the team.
DomainInvitesRequestToJoinTeamDetails() - Constructor for class com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamDetails
Asked to join the team.
domainInvitesRequestToJoinTeamDetails(DomainInvitesRequestToJoinTeamDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS.
DomainInvitesSetInviteNewUserPrefToNoDetails - Class in com.dropbox.core.v2.teamlog
Turned off u201cAutomatically invite new usersu201d.
DomainInvitesSetInviteNewUserPrefToNoDetails() - Constructor for class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoDetails
Turned off u201cAutomatically invite new usersu201d.
domainInvitesSetInviteNewUserPrefToNoDetails(DomainInvitesSetInviteNewUserPrefToNoDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS.
DomainInvitesSetInviteNewUserPrefToYesDetails - Class in com.dropbox.core.v2.teamlog
Turned on u201cAutomatically invite new usersu201d.
DomainInvitesSetInviteNewUserPrefToYesDetails() - Constructor for class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesDetails
Turned on u201cAutomatically invite new usersu201d.
domainInvitesSetInviteNewUserPrefToYesDetails(DomainInvitesSetInviteNewUserPrefToYesDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS.
domainName - Variable in class com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails
 
domainName - Variable in class com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails
 
domainName - Variable in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
 
domainName - Variable in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
 
domainNames - Variable in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
 
domainNames - Variable in class com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails
 
DomainVerificationAddDomainFailDetails - Class in com.dropbox.core.v2.teamlog
Failed to verify a domain belonging to the team.
DomainVerificationAddDomainFailDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
Failed to verify a domain belonging to the team.
DomainVerificationAddDomainFailDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
Failed to verify a domain belonging to the team.
domainVerificationAddDomainFailDetails(DomainVerificationAddDomainFailDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS.
DomainVerificationAddDomainSuccessDetails - Class in com.dropbox.core.v2.teamlog
Verified a domain belonging to the team.
DomainVerificationAddDomainSuccessDetails(List<String>, String) - Constructor for class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
Verified a domain belonging to the team.
DomainVerificationAddDomainSuccessDetails(List<String>) - Constructor for class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
Verified a domain belonging to the team.
domainVerificationAddDomainSuccessDetails(DomainVerificationAddDomainSuccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS.
DomainVerificationRemoveDomainDetails - Class in com.dropbox.core.v2.teamlog
Removed a domain from the list of verified domains belonging to the team.
DomainVerificationRemoveDomainDetails(List<String>) - Constructor for class com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails
Removed a domain from the list of verified domains belonging to the team.
domainVerificationRemoveDomainDetails(DomainVerificationRemoveDomainDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS.
doPost(DbxRequestConfig, String, String, String, String, String[], List<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Static method in class com.dropbox.core.DbxRequestUtil
 
doPost(String, String, String[], ArrayList<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Method in class com.dropbox.core.v1.DbxClientV1
 
doPostNoAuth(DbxRequestConfig, String, String, String, String[], List<HttpRequestor.Header>, DbxRequestUtil.ResponseHandler<T>) - Static method in class com.dropbox.core.DbxRequestUtil
 
download(OutputStream) - Method in class com.dropbox.core.DbxDownloader
Downloads the response body to the given OutputStream and returns the server response.
download(OutputStream) - Method in class com.dropbox.core.v2.DbxDownloadStyleBuilder
Convenience method for DbxDownloader.download(OutputStream):
download(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Download a file from a user's Dropbox.
download(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Download a file from a user's Dropbox.
DOWNLOAD_FAILED - Static variable in class com.dropbox.core.v2.files.SaveUrlError
Failed downloading the given URL.
downloadBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Download a file from a user's Dropbox.
DownloadBuilder - Class in com.dropbox.core.v2.files
Downloader(DbxEntry.File, InputStream) - Constructor for class com.dropbox.core.v1.DbxClientV1.Downloader
 
DownloadError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
DownloadError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for DownloadError.
DownloadErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a DownloadError error.
DownloadErrorException(String, String, LocalizedText, DownloadError) - Constructor for exception com.dropbox.core.v2.files.DownloadErrorException
 
downloadStyle(String, String, ArgT, boolean, List<HttpRequestor.Header>, StoneSerializer<ArgT>, StoneSerializer<ResT>, StoneSerializer<ErrT>) - Method in class com.dropbox.core.v2.DbxRawClientV2
 
Dropbox - Static variable in class com.dropbox.core.json.JsonDateReader
A parser for dates returned by the Dropbox API.
DROPBOX - Static variable in class com.dropbox.core.v2.teamlog.ActorLogInfo
Action done by Dropbox.
dropboxId(String) - Static method in class com.dropbox.core.v2.sharing.MemberSelector
Returns an instance of MemberSelector that has its tag set to MemberSelector.Tag.DROPBOX_ID.
DropboxParseException - Exception in com.dropbox.core.android
Thrown when DbxOfficialAppConnector can't parse the utm content.
DropboxParseException(String) - Constructor for exception com.dropbox.core.android.DropboxParseException
 
DropboxUidNotInitializedException - Exception in com.dropbox.core.android
Thrown when DbxOfficialAppConnector is initialized with an empty uid.
DropboxUidNotInitializedException(String) - Constructor for exception com.dropbox.core.android.DropboxUidNotInitializedException
 
DropboxV2 - Static variable in class com.dropbox.core.json.JsonDateReader
A parser for dates returned by the Dropbox V2 API.
Dumpable - Class in com.dropbox.core.util
A common superclass for pure-data classes.
Dumpable() - Constructor for class com.dropbox.core.util.Dumpable
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.DbxAppInfo
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.util.Dumpable
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxAccountInfo
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxAccountInfo.NameDetails
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxAccountInfo.Quota
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxDelta
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxDelta.Entry
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxDeltaC
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxDeltaC.Entry
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxEntry
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxEntry.File
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxEntry.File.Location
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxEntry.WithChildren
 
dumpFields(DumpWriter) - Method in class com.dropbox.core.v1.DbxEntry.WithChildrenC
 
DumpWriter - Class in com.dropbox.core.util
 
DumpWriter() - Constructor for class com.dropbox.core.util.DumpWriter
 
DumpWriter.Multiline - Class in com.dropbox.core.util
 
DumpWriter.Plain - Class in com.dropbox.core.util
 
DUPLICATE_USER - Static variable in class com.dropbox.core.v2.team.GroupMembersAddError
You cannot add duplicate users.
DUPLICATED_OR_NESTED_PATHS - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
There are duplicated/nested paths among RelocationArg.getFromPath() and RelocationArg.getToPath().
DUPLICATED_OR_NESTED_PATHS - Static variable in class com.dropbox.core.v2.files.RelocationError
There are duplicated/nested paths among RelocationArg.getFromPath() and RelocationArg.getToPath().
duplicateExternalMemberId(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.DUPLICATE_EXTERNAL_MEMBER_ID.
duplicateMemberPersistentId(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.DUPLICATE_MEMBER_PERSISTENT_ID.
duration - Variable in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
The duration of the video, in seconds.
duration - Variable in class com.dropbox.core.v2.files.VideoMetadata.Builder
 
duration - Variable in class com.dropbox.core.v2.files.VideoMetadata
 
DurationLogInfo - Class in com.dropbox.core.v2.teamlog
Represents a time duration: unit and amount
DurationLogInfo(TimeUnit, long) - Constructor for class com.dropbox.core.v2.teamlog.DurationLogInfo
Represents a time duration: unit and amount

E

edits - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
elementReader - Variable in class com.dropbox.core.json.JsonArrayReader
 
email - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
email(String) - Static method in class com.dropbox.core.v2.sharing.InviteeInfo
Returns an instance of InviteeInfo that has its tag set to InviteeInfo.Tag.EMAIL.
email(String) - Static method in class com.dropbox.core.v2.sharing.MemberSelector
Returns an instance of MemberSelector that has its tag set to MemberSelector.Tag.EMAIL.
email - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
email - Variable in class com.dropbox.core.v2.team.MemberProfile
 
email(String) - Static method in class com.dropbox.core.v2.team.UserSelectorArg
Returns an instance of UserSelectorArg that has its tag set to UserSelectorArg.Tag.EMAIL.
email - Variable in class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
 
email - Variable in class com.dropbox.core.v2.teamlog.UserLogInfo
 
email - Variable in class com.dropbox.core.v2.users.Account
 
email - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
email - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
EMAIL_NOT_VERIFIED - Static variable in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
User's email should be verified.
EMAIL_NOT_VERIFIED - Static variable in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
The caller's email should be verified.
EMAIL_UNVERIFIED - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
The current user's e-mail address is unverified.
EMAIL_UNVERIFIED - Static variable in class com.dropbox.core.v2.sharing.ShareFolderError
The current user's e-mail address is unverified.
emailVerified - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
emailVerified - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
emailVerified - Variable in class com.dropbox.core.v2.team.MemberProfile
 
emailVerified - Variable in class com.dropbox.core.v2.users.Account
 
emailVerified - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
emailVerified - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
EmmAddExceptionDetails - Class in com.dropbox.core.v2.teamlog
Added an exception for one or more team members to optionally use the regular Dropbox app when EMM is enabled.
EmmAddExceptionDetails() - Constructor for class com.dropbox.core.v2.teamlog.EmmAddExceptionDetails
Added an exception for one or more team members to optionally use the regular Dropbox app when EMM is enabled.
emmAddExceptionDetails(EmmAddExceptionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS.
EmmChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled enterprise mobility management for team members.
EmmChangePolicyDetails(EmmState, EmmState) - Constructor for class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
Enabled or disabled enterprise mobility management for team members.
EmmChangePolicyDetails(EmmState) - Constructor for class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
Enabled or disabled enterprise mobility management for team members.
emmChangePolicyDetails(EmmChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS.
EmmCreateExceptionsReportDetails - Class in com.dropbox.core.v2.teamlog
EMM excluded users report created.
EmmCreateExceptionsReportDetails() - Constructor for class com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportDetails
EMM excluded users report created.
emmCreateExceptionsReportDetails(EmmCreateExceptionsReportDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS.
EmmCreateUsageReportDetails - Class in com.dropbox.core.v2.teamlog
EMM mobile app usage report created.
EmmCreateUsageReportDetails() - Constructor for class com.dropbox.core.v2.teamlog.EmmCreateUsageReportDetails
EMM mobile app usage report created.
emmCreateUsageReportDetails(EmmCreateUsageReportDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS.
EmmLoginSuccessDetails - Class in com.dropbox.core.v2.teamlog
Signed in using the Dropbox EMM app.
EmmLoginSuccessDetails() - Constructor for class com.dropbox.core.v2.teamlog.EmmLoginSuccessDetails
Signed in using the Dropbox EMM app.
emmLoginSuccessDetails(EmmLoginSuccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EMM_LOGIN_SUCCESS_DETAILS.
EmmRefreshAuthTokenDetails - Class in com.dropbox.core.v2.teamlog
Refreshed the auth token used for setting up enterprise mobility management.
EmmRefreshAuthTokenDetails() - Constructor for class com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenDetails
Refreshed the auth token used for setting up enterprise mobility management.
emmRefreshAuthTokenDetails(EmmRefreshAuthTokenDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS.
EmmRemoveExceptionDetails - Class in com.dropbox.core.v2.teamlog
Removed an exception for one or more team members to optionally use the regular Dropbox app when EMM is enabled.
EmmRemoveExceptionDetails() - Constructor for class com.dropbox.core.v2.teamlog.EmmRemoveExceptionDetails
Removed an exception for one or more team members to optionally use the regular Dropbox app when EMM is enabled.
emmRemoveExceptionDetails(EmmRemoveExceptionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS.
EmmState - Enum in com.dropbox.core.v2.teampolicies
 
emmState - Variable in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
 
EmmState.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
EmptyInputStream - Static variable in class com.dropbox.core.util.IOUtil
 
EnabledDomainInvitesDetails - Class in com.dropbox.core.v2.teamlog
Enabled domain invites.
EnabledDomainInvitesDetails() - Constructor for class com.dropbox.core.v2.teamlog.EnabledDomainInvitesDetails
Enabled domain invites.
enabledDomainInvitesDetails(EnabledDomainInvitesDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS.
encodeUrlParam(String) - Static method in class com.dropbox.core.DbxRequestUtil
 
endDate - Variable in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
 
endTime - Variable in class com.dropbox.core.v2.teamcommon.TimeRange.Builder
 
endTime - Variable in class com.dropbox.core.v2.teamcommon.TimeRange
 
endUser(SessionLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns an instance of AccessMethodLogInfo that has its tag set to AccessMethodLogInfo.Tag.END_USER.
engineGenerateSeed(int) - Method in class com.dropbox.core.android.FixedSecureRandom.LinuxPrngSecureRandomSpi
 
engineNextBytes(byte[]) - Method in class com.dropbox.core.android.FixedSecureRandom.LinuxPrngSecureRandomSpi
 
engineSetSeed(byte[]) - Method in class com.dropbox.core.android.FixedSecureRandom.LinuxPrngSecureRandomSpi
 
entries - Variable in class com.dropbox.core.v1.DbxDelta
Apply these entries to your local state to catch up with the Dropbox server's state.
entries - Variable in class com.dropbox.core.v1.DbxDeltaC
Apply these entries to your local state to catch up with the Dropbox server's state.
entries - Variable in class com.dropbox.core.v2.files.DeleteBatchResult
 
entries - Variable in class com.dropbox.core.v2.files.GetThumbnailBatchResult
 
entries - Variable in class com.dropbox.core.v2.files.ListFolderResult
 
entries - Variable in class com.dropbox.core.v2.files.ListRevisionsResult
 
entries - Variable in class com.dropbox.core.v2.files.RelocationBatchResult
 
entries - Variable in class com.dropbox.core.v2.files.UploadSessionFinishBatchResult
 
entries - Variable in class com.dropbox.core.v2.sharing.ListFilesResult
 
entries - Variable in class com.dropbox.core.v2.sharing.ListFoldersResult
 
Entry(String, MD) - Constructor for class com.dropbox.core.v1.DbxDelta.Entry
 
Entry(String, MD) - Constructor for class com.dropbox.core.v1.DbxDeltaC.Entry
 
entry - Variable in class com.dropbox.core.v1.DbxEntry.WithChildren
The metadata for the base file or folder.
entry - Variable in class com.dropbox.core.v1.DbxEntry.WithChildrenC
 
entryCollector - Variable in class com.dropbox.core.v1.DbxDeltaC.Reader
 
equals(Object) - Method in class com.dropbox.core.DbxHost
 
equals(Maybe<T>) - Method in class com.dropbox.core.util.Maybe
 
equals(Object) - Method in class com.dropbox.core.v1.DbxEntry.File
 
equals(DbxEntry.File) - Method in class com.dropbox.core.v1.DbxEntry.File
 
equals(Object) - Method in class com.dropbox.core.v1.DbxEntry.File.Location
 
equals(DbxEntry.File.Location) - Method in class com.dropbox.core.v1.DbxEntry.File.Location
 
equals(Object) - Method in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
equals(DbxEntry.File.PhotoInfo) - Method in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
equals(Object) - Method in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
 
equals(DbxEntry.File.VideoInfo) - Method in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
 
equals(Object) - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
equals(DbxEntry.Folder) - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
equals(Object) - Method in class com.dropbox.core.v1.DbxEntry.WithChildren
 
equals(DbxEntry.WithChildren) - Method in class com.dropbox.core.v1.DbxEntry.WithChildren
 
equals(Object) - Method in class com.dropbox.core.v1.DbxEntry.WithChildrenC
 
equals(DbxEntry.WithChildrenC<?>) - Method in class com.dropbox.core.v1.DbxEntry.WithChildrenC
 
equals(Object) - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
 
equals(Object) - Method in class com.dropbox.core.v2.async.LaunchResultBase
 
equals(Object) - Method in class com.dropbox.core.v2.async.PollArg
 
equals(Object) - Method in class com.dropbox.core.v2.auth.AccessError
 
equals(Object) - Method in class com.dropbox.core.v2.auth.RateLimitError
 
equals(Object) - Method in class com.dropbox.core.v2.auth.TokenFromOAuth1Result
 
equals(Object) - Method in class com.dropbox.core.v2.common.InvalidPathRootError
 
equals(Object) - Method in class com.dropbox.core.v2.common.PathRootError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.AddTemplateResult
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.GetTemplateArg
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.ListTemplateResult
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.LookupError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchResult
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertyField
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.TemplateError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
 
equals(Object) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult
 
equals(Object) - Method in class com.dropbox.core.v2.filerequests.FileRequest
 
equals(Object) - Method in class com.dropbox.core.v2.filerequests.FileRequestDeadline
 
equals(Object) - Method in class com.dropbox.core.v2.filerequests.ListFileRequestsResult
 
equals(Object) - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
 
equals(Object) - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
 
equals(Object) - Method in class com.dropbox.core.v2.files.CommitInfo
 
equals(Object) - Method in class com.dropbox.core.v2.files.CreateFolderError
 
equals(Object) - Method in class com.dropbox.core.v2.files.CreateFolderResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteArg
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteBatchResultData
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeletedMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteError
 
equals(Object) - Method in class com.dropbox.core.v2.files.DeleteResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.Dimensions
 
equals(Object) - Method in class com.dropbox.core.v2.files.DownloadError
 
equals(Object) - Method in class com.dropbox.core.v2.files.FileMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.files.FileOpsResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.FileSharingInfo
 
equals(Object) - Method in class com.dropbox.core.v2.files.FolderMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.files.FolderSharingInfo
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetCopyReferenceResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetMetadataError
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetTemporaryLinkResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
equals(Object) - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
 
equals(Object) - Method in class com.dropbox.core.v2.files.GpsCoordinates
 
equals(Object) - Method in class com.dropbox.core.v2.files.ListFolderContinueError
 
equals(Object) - Method in class com.dropbox.core.v2.files.ListFolderError
 
equals(Object) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.ListFolderLongpollResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.ListFolderResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.ListRevisionsError
 
equals(Object) - Method in class com.dropbox.core.v2.files.ListRevisionsResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.LookupError
 
equals(Object) - Method in class com.dropbox.core.v2.files.MediaInfo
 
equals(Object) - Method in class com.dropbox.core.v2.files.MediaMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.files.Metadata
 
equals(Object) - Method in class com.dropbox.core.v2.files.PhotoMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.files.PreviewError
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationBatchError
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationBatchResultData
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationError
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationPath
 
equals(Object) - Method in class com.dropbox.core.v2.files.RelocationResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.RestoreError
 
equals(Object) - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
 
equals(Object) - Method in class com.dropbox.core.v2.files.SaveCopyReferenceResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.SaveUrlError
 
equals(Object) - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.files.SaveUrlResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.SearchError
 
equals(Object) - Method in class com.dropbox.core.v2.files.SearchMatch
 
equals(Object) - Method in class com.dropbox.core.v2.files.SearchResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.SharedLink
 
equals(Object) - Method in class com.dropbox.core.v2.files.SharingInfo
 
equals(Object) - Method in class com.dropbox.core.v2.files.ThumbnailArg
 
equals(Object) - Method in class com.dropbox.core.v2.files.ThumbnailError
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadError
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionCursor
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionFinishArg
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionOffsetError
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadSessionStartResult
 
equals(Object) - Method in class com.dropbox.core.v2.files.UploadWriteFailed
 
equals(Object) - Method in class com.dropbox.core.v2.files.VideoMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.files.WriteError
 
equals(Object) - Method in class com.dropbox.core.v2.files.WriteMode
 
equals(Object) - Method in class com.dropbox.core.v2.paper.AddMember
 
equals(Object) - Method in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
 
equals(Object) - Method in class com.dropbox.core.v2.paper.Cursor
 
equals(Object) - Method in class com.dropbox.core.v2.paper.Folder
 
equals(Object) - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
 
equals(Object) - Method in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
 
equals(Object) - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
 
equals(Object) - Method in class com.dropbox.core.v2.paper.ListPaperDocsResponse
 
equals(Object) - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
 
equals(Object) - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
equals(Object) - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
equals(Object) - Method in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
 
equals(Object) - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
 
equals(Object) - Method in class com.dropbox.core.v2.paper.SharingPolicy
 
equals(Object) - Method in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.AddMember
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.AudienceExceptions
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.CollectionLinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FileMemberActionResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FilePermission
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FolderPermission
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.FolderPolicy
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.GetSharedLinksResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.GroupInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.InsufficientPlan
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.InviteeInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.JobError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.JobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.LinkExpiry
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.LinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.LinkPassword
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.LinkPermission
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.LinkPermissions
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.LinkSettings
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFilesResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListFoldersResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ListSharedLinksResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.MemberPermission
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.MemberSelector
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.MembershipInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.MountFolderError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ShareFolderError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.SharePathError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.TeamMemberInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.TransferFolderError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UnshareFileError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UserInfo
 
equals(Object) - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
 
equals(Object) - Method in class com.dropbox.core.v2.team.ActiveWebSession
 
equals(Object) - Method in class com.dropbox.core.v2.team.ApiApp
 
equals(Object) - Method in class com.dropbox.core.v2.team.BaseDfbReport
 
equals(Object) - Method in class com.dropbox.core.v2.team.CustomQuotaResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.DesktopClientSession
 
equals(Object) - Method in class com.dropbox.core.v2.team.DevicesActive
 
equals(Object) - Method in class com.dropbox.core.v2.team.DeviceSession
 
equals(Object) - Method in class com.dropbox.core.v2.team.DeviceSessionArg
 
equals(Object) - Method in class com.dropbox.core.v2.team.FeaturesGetValuesBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.FeatureValue
 
equals(Object) - Method in class com.dropbox.core.v2.team.GetActivityReport
 
equals(Object) - Method in class com.dropbox.core.v2.team.GetDevicesReport
 
equals(Object) - Method in class com.dropbox.core.v2.team.GetMembershipReport
 
equals(Object) - Method in class com.dropbox.core.v2.team.GetStorageReport
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupFullInfo
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupMemberInfo
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupMembersAddError
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupMembersChangeResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupSelector
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupsListResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupsMembersListResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.GroupsSelector
 
equals(Object) - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
 
equals(Object) - Method in class com.dropbox.core.v2.team.ListMemberAppsResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.ListMembersAppsResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.ListMembersDevicesResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.ListTeamAppsResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.ListTeamDevicesResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.MemberAccess
 
equals(Object) - Method in class com.dropbox.core.v2.team.MemberAddArg
 
equals(Object) - Method in class com.dropbox.core.v2.team.MemberAddResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.MemberDevices
 
equals(Object) - Method in class com.dropbox.core.v2.team.MemberLinkedApps
 
equals(Object) - Method in class com.dropbox.core.v2.team.MemberProfile
 
equals(Object) - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.team.MembersAddLaunch
 
equals(Object) - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
 
equals(Object) - Method in class com.dropbox.core.v2.team.MembersListResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.MembersSetPermissionsResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.MobileClientSession
 
equals(Object) - Method in class com.dropbox.core.v2.team.NamespaceMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.RemovedStatus
 
equals(Object) - Method in class com.dropbox.core.v2.team.RevokeDesktopClientArg
 
equals(Object) - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
 
equals(Object) - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
 
equals(Object) - Method in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
 
equals(Object) - Method in class com.dropbox.core.v2.team.RevokeLinkedAppBatchResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
 
equals(Object) - Method in class com.dropbox.core.v2.team.StorageBucket
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderListError
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderListResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamMemberInfo
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamMemberProfile
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamMemberStatus
 
equals(Object) - Method in class com.dropbox.core.v2.team.TeamNamespacesListResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
 
equals(Object) - Method in class com.dropbox.core.v2.team.UserCustomQuotaArg
 
equals(Object) - Method in class com.dropbox.core.v2.team.UserCustomQuotaResult
 
equals(Object) - Method in class com.dropbox.core.v2.team.UserSelectorArg
 
equals(Object) - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
 
equals(Object) - Method in class com.dropbox.core.v2.teamcommon.TimeRange
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AllowDownloadDisabledDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AllowDownloadEnabledDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ApiSessionLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AppLinkTeamDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AppLinkUserDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AppLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AppUnlinkUserDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.Certificate
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.CollectionShareDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.CreateFolderDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DesktopSessionLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceManagementDisabledDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceManagementEnabledDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DisabledDomainInvitesDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.DurationLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EmmAddExceptionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EmmCreateUsageReportDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EmmLoginSuccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EmmRemoveExceptionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EnabledDomainInvitesDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.EventDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileAddDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileCopyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileDeleteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileDownloadDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileEditDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileGetCopyReferenceDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileMoveDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FilePermanentlyDeleteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FilePreviewDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRenameDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRequestSendDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRestoreDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRevertDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileRollbackChangesDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupAddMemberDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupCreateDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupDeleteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupMovedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupRemoveMemberDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupRenameDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.HostLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.JoinTeamDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.LogoutDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberAddNameDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberSuggestDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MissingDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.MobileSessionLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NoteAclInviteOnlyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NoteAclLinkDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NoteAclTeamLinkDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NoteSharedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.NoteShareReceiveDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.OpenNoteSharedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperAdminExportStartDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentArchiveDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentCreateDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentRenameDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperContentRestoreDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocDeletedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocEditDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocFollowedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocMentionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocRevertDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocTrashedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperDocViewDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewAllowDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewForbidDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PasswordChangeDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PasswordLoginFailDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PasswordLoginSuccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PasswordResetAllDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PasswordResetDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PathLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ResellerLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionEndDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionStartDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SessionLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfInviteGroupDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharedNoteOpenedDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelFbShareDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelGroupShareDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelRemoveExpirationDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamCopyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamDownloadDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamShareDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamViewDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPasswordDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPublicDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityTeamOnlyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionEndDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionStartDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoAddCertDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoLoginFailDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoRemoveCertDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamEvent
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamFolderCreateDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamFolderRenameDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamMergeFromDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamMergeToDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamName
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamProfileAddLogoDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeLogoDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaAddBackupPhoneDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaAddSecurityKeyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TfaResetDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.UserLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.UserNameLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.WebSessionLogInfo
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
 
equals(Object) - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
 
equals(Object) - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
 
equals(Object) - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
 
equals(Object) - Method in class com.dropbox.core.v2.users.Account
 
equals(Object) - Method in class com.dropbox.core.v2.users.BasicAccount
 
equals(Object) - Method in class com.dropbox.core.v2.users.FullAccount
 
equals(Object) - Method in class com.dropbox.core.v2.users.FullTeam
 
equals(Object) - Method in class com.dropbox.core.v2.users.GetAccountBatchError
 
equals(Object) - Method in class com.dropbox.core.v2.users.IndividualSpaceAllocation
 
equals(Object) - Method in class com.dropbox.core.v2.users.Name
 
equals(Object) - Method in class com.dropbox.core.v2.users.SpaceAllocation
 
equals(Object) - Method in class com.dropbox.core.v2.users.SpaceUsage
 
equals(Object) - Method in class com.dropbox.core.v2.users.Team
 
equals(Object) - Method in class com.dropbox.core.v2.users.TeamSpaceAllocation
 
error - Variable in exception com.dropbox.core.json.JsonReadException
 
errorDetails - Variable in class com.dropbox.core.v2.teamlog.PasswordLoginFailDetails
 
errorDetails - Variable in class com.dropbox.core.v2.teamlog.SsoLoginFailDetails
 
errorType - Variable in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
 
errorType - Variable in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
 
errorValue - Variable in exception com.dropbox.core.v2.async.PollErrorException
errorValue - Variable in exception com.dropbox.core.v2.auth.TokenFromOAuth1ErrorException
errorValue - Variable in exception com.dropbox.core.v2.fileproperties.AddPropertiesErrorException
errorValue - Variable in exception com.dropbox.core.v2.fileproperties.InvalidPropertyGroupErrorException
errorValue - Variable in exception com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException
errorValue - Variable in exception com.dropbox.core.v2.fileproperties.PropertiesSearchErrorException
errorValue - Variable in exception com.dropbox.core.v2.fileproperties.RemovePropertiesErrorException
errorValue - Variable in exception com.dropbox.core.v2.fileproperties.TemplateErrorException
errorValue - Variable in exception com.dropbox.core.v2.fileproperties.UpdatePropertiesErrorException
errorValue - Variable in exception com.dropbox.core.v2.filerequests.CreateFileRequestErrorException
errorValue - Variable in exception com.dropbox.core.v2.filerequests.GetFileRequestErrorException
errorValue - Variable in exception com.dropbox.core.v2.filerequests.ListFileRequestsErrorException
The error reported by DbxUserFileRequestsRequests.list().
errorValue - Variable in exception com.dropbox.core.v2.filerequests.UpdateFileRequestErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.AlphaGetMetadataErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.CreateFolderErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.DeleteErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.DownloadErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.GetCopyReferenceErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.GetMetadataErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.GetTemporaryLinkErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.GetThumbnailBatchErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.ListFolderContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.ListFolderErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.ListFolderLongpollErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.ListRevisionsErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.PreviewErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.RelocationErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.RestoreErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.SaveCopyReferenceErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.SaveUrlErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.SearchErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.ThumbnailErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.UploadErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.UploadErrorWithPropertiesException
errorValue - Variable in exception com.dropbox.core.v2.files.UploadSessionFinishErrorException
errorValue - Variable in exception com.dropbox.core.v2.files.UploadSessionLookupErrorException
errorValue - Variable in exception com.dropbox.core.v2.paper.DocLookupErrorException
errorValue - Variable in exception com.dropbox.core.v2.paper.ListDocsCursorErrorException
errorValue - Variable in exception com.dropbox.core.v2.paper.ListUsersCursorErrorException
errorValue - Variable in exception com.dropbox.core.v2.paper.PaperDocCreateErrorException
errorValue - Variable in exception com.dropbox.core.v2.paper.PaperDocUpdateErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.AddFileMemberErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.AddFolderMemberErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.CreateSharedLinkErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.FileMemberActionErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.GetFileMetadataErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.GetSharedLinkFileErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.GetSharedLinksErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ListFileMembersContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ListFileMembersErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ListFilesContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ListFolderMembersContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ListFoldersContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ListSharedLinksErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ModifySharedLinkSettingsErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.MountFolderErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.RelinquishFileMembershipErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.RelinquishFolderMembershipErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.RemoveFileMemberErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.RemoveFolderMemberErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.RevokeSharedLinkErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.SharedFolderAccessErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.SharedLinkErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.ShareFolderErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.SharingUserErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.TransferFolderErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.UnmountFolderErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.UnshareFileErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.UnshareFolderErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.UpdateFolderMemberErrorException
errorValue - Variable in exception com.dropbox.core.v2.sharing.UpdateFolderPolicyErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.CustomQuotaErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.DateRangeErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.FeaturesGetValuesBatchErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupCreateErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupDeleteErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupMembersAddErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupMemberSetAccessTypeErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupMembersRemoveErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupSelectorErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupsGetInfoErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupsListContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupsMembersListContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupsPollErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.GroupUpdateErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.ListMemberAppsErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.ListMemberDevicesErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.ListMembersAppsErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.ListMembersDevicesErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.ListTeamAppsErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.ListTeamDevicesErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersGetInfoErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersListContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersListErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersRecoverErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersRemoveErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersSendWelcomeErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersSetPermissionsErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersSetProfileErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersSuspendErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.MembersUnsuspendErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.RevokeDeviceSessionBatchErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.RevokeDeviceSessionErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.RevokeLinkedAppBatchErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.RevokeLinkedAppErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamFolderActivateErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamFolderArchiveErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamFolderCreateErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamFolderListContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamFolderListErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamFolderRenameErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TeamNamespacesListContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.team.TokenGetAuthenticatedAdminErrorException
errorValue - Variable in exception com.dropbox.core.v2.teamlog.GetTeamEventsContinueErrorException
errorValue - Variable in exception com.dropbox.core.v2.teamlog.GetTeamEventsErrorException
errorValue - Variable in exception com.dropbox.core.v2.users.GetAccountBatchErrorException
errorValue - Variable in exception com.dropbox.core.v2.users.GetAccountErrorException
EventCategory - Enum in com.dropbox.core.v2.teamlog
Category of events in event audit log.
eventCategory - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
eventCategory - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
EventDetails - Class in com.dropbox.core.v2.teamlog
Additional fields depending on the event type.
EventDetails.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for EventDetails.
events - Variable in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
 
EventType - Enum in com.dropbox.core.v2.teamlog
The type of the event.
eventType - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
eventType - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentArchiveDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentCreateDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentRenameDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperContentRestoreDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocDeletedDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocEditDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocFollowedDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocMentionDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocRevertDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocTrashedDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperDocViewDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails
 
eventUuid - Variable in class com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails
 
Exception(String) - Constructor for exception com.dropbox.core.DbxWebAuth.Exception
 
exceptions - Variable in class com.dropbox.core.v2.sharing.AudienceExceptions
 
executeBlockForObject(DbxGlobalCallbackFactory, String, T) - Static method in exception com.dropbox.core.DbxWrappedException
 
executeOtherBlocks(DbxGlobalCallbackFactory, String, Object) - Static method in exception com.dropbox.core.DbxWrappedException
 
expectArrayEnd(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
expectArrayStart(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
expectedLinkMetadata - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
expectedLinkMetadata - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
ExpectedSharedContentLinkMetadata - Class in com.dropbox.core.v2.sharing
The expected metadata of a shared link for a file or folder when a link is first created for the content.
ExpectedSharedContentLinkMetadata(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean, AccessLevel, AudienceRestrictingSharedFolder, Date) - Constructor for class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
The expected metadata of a shared link for a file or folder when a link is first created for the content.
ExpectedSharedContentLinkMetadata(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean) - Constructor for class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
The expected metadata of a shared link for a file or folder when a link is first created for the content.
ExpectedSharedContentLinkMetadata.Builder - Class in com.dropbox.core.v2.sharing
expectEndArray(JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
expectEndObject(JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
expectField(String, JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
expectObjectEnd(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
expectObjectStart(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
expectStartArray(JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
expectStartObject(JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
expiration - Variable in class com.dropbox.core.v2.paper.Cursor
 
expirationDate - Variable in class com.dropbox.core.v2.teamlog.Certificate
 
expirationDays - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
 
expirationDays - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
expirationDays - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
 
expirationDays - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
expirationDays - Variable in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
 
expirationStartDate - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
 
expirationStartDate - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
expirationStartDate - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
 
expirationStartDate - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
expirationStartDate - Variable in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
 
expires - Variable in class com.dropbox.core.v1.DbxUrlWithExpiration
 
expires - Variable in class com.dropbox.core.v2.files.GetCopyReferenceResult
 
expires - Variable in class com.dropbox.core.v2.sharing.LinkMetadata
 
expires - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
expires - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
expires - Variable in class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
 
expires - Variable in class com.dropbox.core.v2.sharing.SharedLinkSettings
 
expires - Variable in class com.dropbox.core.v2.team.ActiveWebSession.Builder
 
expires - Variable in class com.dropbox.core.v2.team.ActiveWebSession
 
expiry - Variable in class com.dropbox.core.v2.sharing.LinkSettings.Builder
 
expiry - Variable in class com.dropbox.core.v2.sharing.LinkSettings
 
expiry - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
expiry - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
exportFileFormat - Variable in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
 
ExportFormat - Enum in com.dropbox.core.v2.paper
The desired export format of the Paper doc.
extendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS.
ExtendedVersionHistoryChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Accepted or opted out of extended version history.
ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy, ExtendedVersionHistoryPolicy) - Constructor for class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
Accepted or opted out of extended version history.
ExtendedVersionHistoryChangePolicyDetails(ExtendedVersionHistoryPolicy) - Constructor for class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
Accepted or opted out of extended version history.
ExtendedVersionHistoryPolicy - Enum in com.dropbox.core.v2.teamlog
 
externalId - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
externalId - Variable in class com.dropbox.core.v2.team.MemberProfile
 
externalId(String) - Static method in class com.dropbox.core.v2.team.UserSelectorArg
Returns an instance of UserSelectorArg that has its tag set to UserSelectorArg.Tag.EXTERNAL_ID.
externalId - Variable in class com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
 
externalId - Variable in class com.dropbox.core.v2.teamlog.GroupLogInfo
 
EXTRA_ACCESS_SECRET - Static variable in class com.dropbox.core.android.AuthActivity
The extra that goes in an intent when returning from Dropbox auth to provide the user's access token secret, if auth succeeded.
EXTRA_ACCESS_TOKEN - Static variable in class com.dropbox.core.android.AuthActivity
The extra that goes in an intent when returning from Dropbox auth to provide the user's access token, if auth succeeded.
EXTRA_ALREADY_AUTHED_UIDS - Static variable in class com.dropbox.core.android.AuthActivity
Used for internal authentication.
EXTRA_AUTH_STATE - Static variable in class com.dropbox.core.android.AuthActivity
Used for internal authentication.
EXTRA_CALLING_CLASS - Static variable in class com.dropbox.core.android.AuthActivity
Used for internal authentication.
EXTRA_CALLING_PACKAGE - Static variable in class com.dropbox.core.android.AuthActivity
Used for internal authentication.
EXTRA_CALLING_PACKAGE - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
EXTRA_CONSUMER_KEY - Static variable in class com.dropbox.core.android.AuthActivity
The extra that goes in an intent to provide your consumer key for Dropbox authentication.
EXTRA_CONSUMER_SIG - Static variable in class com.dropbox.core.android.AuthActivity
Used for internal authentication.
EXTRA_DESIRED_UID - Static variable in class com.dropbox.core.android.AuthActivity
Used for internal authentication.
EXTRA_DROPBOX_PATH - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
EXTRA_DROPBOX_READ_ONLY - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
EXTRA_DROPBOX_REV - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
EXTRA_DROPBOX_SESSION_ID - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
EXTRA_DROPBOX_UID - Static variable in class com.dropbox.core.android.DbxOfficialAppConnector
 
EXTRA_SESSION_ID - Static variable in class com.dropbox.core.android.AuthActivity
Used for internal authentication.
EXTRA_UID - Static variable in class com.dropbox.core.android.AuthActivity
The extra that goes in an intent when returning from Dropbox auth to provide the user's Dropbox UID, if auth succeeded.

F

f(String) - Method in class com.dropbox.core.util.DumpWriter
 
f(String) - Method in class com.dropbox.core.util.DumpWriter.Multiline
 
f(String) - Method in class com.dropbox.core.util.DumpWriter.Plain
 
failed(DeleteBatchError) - Static method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns an instance of DeleteBatchJobStatus that has its tag set to DeleteBatchJobStatus.Tag.FAILED.
failed(RelocationBatchError) - Static method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
Returns an instance of RelocationBatchJobStatus that has its tag set to RelocationBatchJobStatus.Tag.FAILED.
failed(SaveUrlError) - Static method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Returns an instance of SaveUrlJobStatus that has its tag set to SaveUrlJobStatus.Tag.FAILED.
failed(JobError) - Static method in class com.dropbox.core.v2.sharing.JobStatus
Returns an instance of JobStatus that has its tag set to JobStatus.Tag.FAILED.
failed(RemoveFolderMemberError) - Static method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Returns an instance of RemoveMemberJobStatus that has its tag set to RemoveMemberJobStatus.Tag.FAILED.
failed(ShareFolderError) - Static method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
Returns an instance of ShareFolderJobStatus that has its tag set to ShareFolderJobStatus.Tag.FAILED.
failed(String) - Static method in class com.dropbox.core.v2.team.MembersAddJobStatus
Returns an instance of MembersAddJobStatus that has its tag set to MembersAddJobStatus.Tag.FAILED.
failed(TeamFolderArchiveError) - Static method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Returns an instance of TeamFolderArchiveJobStatus that has its tag set to TeamFolderArchiveJobStatus.Tag.FAILED.
failure(DeleteError) - Static method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
Returns an instance of DeleteBatchResultEntry that has its tag set to DeleteBatchResultEntry.Tag.FAILURE.
failure(ThumbnailError) - Static method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Returns an instance of GetThumbnailBatchResultEntry that has its tag set to GetThumbnailBatchResultEntry.Tag.FAILURE.
failure(UploadSessionFinishError) - Static method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
Returns an instance of UploadSessionFinishBatchResultEntry that has its tag set to UploadSessionFinishBatchResultEntry.Tag.FAILURE.
FailureDetailsLogInfo - Class in com.dropbox.core.v2.teamlog
Provides details about a failure
FailureDetailsLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
Provides details about a failure
FailureDetailsLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
Provides details about a failure
FailureDetailsLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
familiarName - Variable in class com.dropbox.core.v1.DbxAccountInfo.NameDetails
 
familiarName - Variable in class com.dropbox.core.v2.users.Name
 
Feature - Enum in com.dropbox.core.v2.team
A set of features that Dropbox for Business account support.
featuresGetValues(List<Feature>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Get the values for one or more featues.
FeaturesGetValuesBatchError - Enum in com.dropbox.core.v2.team
 
FeaturesGetValuesBatchErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a FeaturesGetValuesBatchError error.
FeaturesGetValuesBatchErrorException(String, String, LocalizedText, FeaturesGetValuesBatchError) - Constructor for exception com.dropbox.core.v2.team.FeaturesGetValuesBatchErrorException
 
FeaturesGetValuesBatchResult - Class in com.dropbox.core.v2.team
 
FeaturesGetValuesBatchResult(List<FeatureValue>) - Constructor for class com.dropbox.core.v2.team.FeaturesGetValuesBatchResult
 
FeatureValue - Class in com.dropbox.core.v2.team
The values correspond to entries in Feature.
FeatureValue.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for FeatureValue.
fieldName(String) - Static method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
Returns an instance of PropertiesSearchMode that has its tag set to PropertiesSearchMode.Tag.FIELD_NAME.
fields - Variable in class com.dropbox.core.json.JsonReader.FieldMapping
 
fields - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroup
 
fields - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
 
fieldVerbatim(String, String) - Method in class com.dropbox.core.util.DumpWriter
 
File(String, String, boolean, long, String, Date, Date, String, DbxEntry.File.PhotoInfo, DbxEntry.File.VideoInfo) - Constructor for class com.dropbox.core.v1.DbxEntry.File
 
File(String, String, boolean, long, String, Date, Date, String) - Constructor for class com.dropbox.core.v1.DbxEntry.File
Same as the other constructor except DbxEntry.File.photoInfo and DbxEntry.File.videoInfo are set to null.
file - Variable in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
 
file - Variable in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
 
file(FileLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns an instance of AssetLogInfo that has its tag set to AssetLogInfo.Tag.FILE.
FileAction - Enum in com.dropbox.core.v2.sharing
Sharing actions that may be taken on files.
fileAddCommentDetails(FileAddCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_ADD_COMMENT_DETAILS.
FileAddCommentDetails - Class in com.dropbox.core.v2.teamlog
Added a file comment.
FileAddCommentDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.FileAddCommentDetails
Added a file comment.
FileAddCommentDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.FileAddCommentDetails
Added a file comment.
fileAddDetails(FileAddDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_ADD_DETAILS.
FileAddDetails - Class in com.dropbox.core.v2.teamlog
Added files and/or folders.
FileAddDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileAddDetails
Added files and/or folders.
fileChangeCommentSubscriptionDetails(FileChangeCommentSubscriptionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS.
FileChangeCommentSubscriptionDetails - Class in com.dropbox.core.v2.teamlog
Subscribed to or unsubscribed from comment notifications for file.
FileChangeCommentSubscriptionDetails(long, FileCommentNotificationPolicy, FileCommentNotificationPolicy) - Constructor for class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
Subscribed to or unsubscribed from comment notifications for file.
FileChangeCommentSubscriptionDetails(long, FileCommentNotificationPolicy) - Constructor for class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
Subscribed to or unsubscribed from comment notifications for file.
FileCommentNotificationPolicy - Enum in com.dropbox.core.v2.teamlog
Enable or disable file comments notifications
fileCommentsChangePolicyDetails(FileCommentsChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS.
FileCommentsChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled commenting on team files.
FileCommentsChangePolicyDetails(FileCommentsPolicy, FileCommentsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
Enabled or disabled commenting on team files.
FileCommentsChangePolicyDetails(FileCommentsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
Enabled or disabled commenting on team files.
FileCommentsPolicy - Enum in com.dropbox.core.v2.teamlog
File comments policy
fileCopyDetails(FileCopyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_COPY_DETAILS.
FileCopyDetails - Class in com.dropbox.core.v2.teamlog
Copied files and/or folders.
FileCopyDetails(List<RelocateAssetReferencesLogInfo>) - Constructor for class com.dropbox.core.v2.teamlog.FileCopyDetails
Copied files and/or folders.
fileCount - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
fileCount - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
fileDeleteCommentDetails(FileDeleteCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS.
FileDeleteCommentDetails - Class in com.dropbox.core.v2.teamlog
Deleted a file comment.
FileDeleteCommentDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
Deleted a file comment.
FileDeleteCommentDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
Deleted a file comment.
fileDeleteDetails(FileDeleteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_DELETE_DETAILS.
FileDeleteDetails - Class in com.dropbox.core.v2.teamlog
Deleted files and/or folders.
FileDeleteDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileDeleteDetails
Deleted files and/or folders.
fileDownloadDetails(FileDownloadDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_DOWNLOAD_DETAILS.
FileDownloadDetails - Class in com.dropbox.core.v2.teamlog
Downloaded files and/or folders.
FileDownloadDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileDownloadDetails
Downloaded files and/or folders.
fileEditDetails(FileEditDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_EDIT_DETAILS.
FileEditDetails - Class in com.dropbox.core.v2.teamlog
Edited files.
FileEditDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileEditDetails
Edited files.
fileGetCopyReferenceDetails(FileGetCopyReferenceDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS.
FileGetCopyReferenceDetails - Class in com.dropbox.core.v2.teamlog
Create a copy reference to a file or folder.
FileGetCopyReferenceDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileGetCopyReferenceDetails
Create a copy reference to a file or folder.
fileId - Variable in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder
 
fileId - Variable in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
 
fileLikeCommentDetails(FileLikeCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS.
FileLikeCommentDetails - Class in com.dropbox.core.v2.teamlog
Liked a file comment.
FileLikeCommentDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
Liked a file comment.
FileLikeCommentDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
Liked a file comment.
FileLinkMetadata - Class in com.dropbox.core.v2.sharing
The metadata of a file shared link.
FileLinkMetadata(String, String, LinkPermissions, Date, Date, String, long, String, Date, String, TeamMemberInfo, Team) - Constructor for class com.dropbox.core.v2.sharing.FileLinkMetadata
The metadata of a file shared link.
FileLinkMetadata(String, String, LinkPermissions, Date, Date, String, long) - Constructor for class com.dropbox.core.v2.sharing.FileLinkMetadata
The metadata of a file shared link.
FileLinkMetadata.Builder - Class in com.dropbox.core.v2.sharing
Builder for FileLinkMetadata.
FileLoadException(String) - Constructor for exception com.dropbox.core.json.JsonReader.FileLoadException
 
FileLogInfo - Class in com.dropbox.core.v2.teamlog
File's logged information.
FileLogInfo(PathLogInfo, String, String) - Constructor for class com.dropbox.core.v2.teamlog.FileLogInfo
File's logged information.
FileLogInfo(PathLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.FileLogInfo
File's logged information.
FileLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for FileLogInfo.
FileMemberActionError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
FileMemberActionError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for FileMemberActionError.
FileMemberActionErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a FileMemberActionError error.
FileMemberActionErrorException(String, String, LocalizedText, FileMemberActionError) - Constructor for exception com.dropbox.core.v2.sharing.FileMemberActionErrorException
 
FileMemberActionIndividualResult - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
FileMemberActionIndividualResult.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for FileMemberActionIndividualResult.
FileMemberActionResult - Class in com.dropbox.core.v2.sharing
FileMemberActionResult(MemberSelector, FileMemberActionIndividualResult) - Constructor for class com.dropbox.core.v2.sharing.FileMemberActionResult
FileMemberRemoveActionResult - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
FileMemberRemoveActionResult.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for FileMemberRemoveActionResult.
FileMetadata - Class in com.dropbox.core.v2.files
 
FileMetadata(String, String, Date, Date, String, long, String, String, String, MediaInfo, FileSharingInfo, List<PropertyGroup>, Boolean, String) - Constructor for class com.dropbox.core.v2.files.FileMetadata
Use newBuilder to create instances of this class without specifying values for all optional fields.
FileMetadata(String, String, Date, Date, String, long) - Constructor for class com.dropbox.core.v2.files.FileMetadata
None
FileMetadata.Builder - Class in com.dropbox.core.v2.files
Builder for FileMetadata.
fileMoveDetails(FileMoveDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_MOVE_DETAILS.
FileMoveDetails - Class in com.dropbox.core.v2.teamlog
Moved files and/or folders.
FileMoveDetails(List<RelocateAssetReferencesLogInfo>) - Constructor for class com.dropbox.core.v2.teamlog.FileMoveDetails
Moved files and/or folders.
FileOpsResult - Class in com.dropbox.core.v2.files
 
FileOpsResult() - Constructor for class com.dropbox.core.v2.files.FileOpsResult
 
FileOrFolderLogInfo - Class in com.dropbox.core.v2.teamlog
Generic information relevant both for files and folders
FileOrFolderLogInfo(PathLogInfo, String, String) - Constructor for class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
Generic information relevant both for files and folders
FileOrFolderLogInfo(PathLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
Generic information relevant both for files and folders
FileOrFolderLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for FileOrFolderLogInfo.
filePermanentlyDeleteDetails(FilePermanentlyDeleteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS.
FilePermanentlyDeleteDetails - Class in com.dropbox.core.v2.teamlog
Permanently deleted files and/or folders.
FilePermanentlyDeleteDetails() - Constructor for class com.dropbox.core.v2.teamlog.FilePermanentlyDeleteDetails
Permanently deleted files and/or folders.
FilePermission - Class in com.dropbox.core.v2.sharing
Whether the user is allowed to take the sharing action on the file.
FilePermission(FileAction, boolean, PermissionDeniedReason) - Constructor for class com.dropbox.core.v2.sharing.FilePermission
Whether the user is allowed to take the sharing action on the file.
FilePermission(FileAction, boolean) - Constructor for class com.dropbox.core.v2.sharing.FilePermission
Whether the user is allowed to take the sharing action on the file.
filePreviewDetails(FilePreviewDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_PREVIEW_DETAILS.
FilePreviewDetails - Class in com.dropbox.core.v2.teamlog
Previewed files and/or folders.
FilePreviewDetails() - Constructor for class com.dropbox.core.v2.teamlog.FilePreviewDetails
Previewed files and/or folders.
fileProperties() - Method in class com.dropbox.core.v2.DbxClientV2Base
Returns client for issuing requests in the "file_properties" namespace.
fileProperties() - Method in class com.dropbox.core.v2.DbxTeamClientV2Base
Returns client for issuing requests in the "file_properties" namespace.
fileRenameDetails(FileRenameDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_RENAME_DETAILS.
FileRenameDetails - Class in com.dropbox.core.v2.teamlog
Renamed files and/or folders.
FileRenameDetails(List<RelocateAssetReferencesLogInfo>) - Constructor for class com.dropbox.core.v2.teamlog.FileRenameDetails
Renamed files and/or folders.
FileRequest - Class in com.dropbox.core.v2.filerequests
A file request for receiving files into the user's Dropbox account.
FileRequest(String, String, String, Date, boolean, long, String, FileRequestDeadline) - Constructor for class com.dropbox.core.v2.filerequests.FileRequest
A file request for receiving files into the user's Dropbox account.
FileRequest(String, String, String, Date, boolean, long) - Constructor for class com.dropbox.core.v2.filerequests.FileRequest
A file request for receiving files into the user's Dropbox account.
FileRequest.Builder - Class in com.dropbox.core.v2.filerequests
Builder for FileRequest.
fileRequestAddDeadlineDetails(FileRequestAddDeadlineDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_ADD_DEADLINE_DETAILS.
FileRequestAddDeadlineDetails - Class in com.dropbox.core.v2.teamlog
Added a deadline to a file request.
FileRequestAddDeadlineDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
Added a deadline to a file request.
FileRequestAddDeadlineDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
Added a deadline to a file request.
fileRequestChangeFolderDetails(FileRequestChangeFolderDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_CHANGE_FOLDER_DETAILS.
FileRequestChangeFolderDetails - Class in com.dropbox.core.v2.teamlog
Changed the file request folder.
FileRequestChangeFolderDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
Changed the file request folder.
FileRequestChangeFolderDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
Changed the file request folder.
fileRequestChangeTitleDetails(FileRequestChangeTitleDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_CHANGE_TITLE_DETAILS.
FileRequestChangeTitleDetails - Class in com.dropbox.core.v2.teamlog
Change the file request title.
FileRequestChangeTitleDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
Change the file request title.
FileRequestChangeTitleDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
Change the file request title.
fileRequestCloseDetails(FileRequestCloseDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS.
FileRequestCloseDetails - Class in com.dropbox.core.v2.teamlog
Closed a file request.
FileRequestCloseDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
Closed a file request.
FileRequestCloseDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
Closed a file request.
fileRequestCreateDetails(FileRequestCreateDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS.
FileRequestCreateDetails - Class in com.dropbox.core.v2.teamlog
Created a file request.
FileRequestCreateDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
Created a file request.
FileRequestCreateDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
Created a file request.
FileRequestDeadline - Class in com.dropbox.core.v2.filerequests
 
FileRequestDeadline(Date, GracePeriod) - Constructor for class com.dropbox.core.v2.filerequests.FileRequestDeadline
 
FileRequestDeadline(Date) - Constructor for class com.dropbox.core.v2.filerequests.FileRequestDeadline
None
fileRequestReceiveFileDetails(FileRequestReceiveFileDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS.
FileRequestReceiveFileDetails - Class in com.dropbox.core.v2.teamlog
Received files for a file request.
FileRequestReceiveFileDetails(List<String>, String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
Received files for a file request.
FileRequestReceiveFileDetails(List<String>) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
Received files for a file request.
fileRequestRemoveDeadlineDetails(FileRequestRemoveDeadlineDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_REMOVE_DEADLINE_DETAILS.
FileRequestRemoveDeadlineDetails - Class in com.dropbox.core.v2.teamlog
Removed the file request deadline.
FileRequestRemoveDeadlineDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
Removed the file request deadline.
FileRequestRemoveDeadlineDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
Removed the file request deadline.
fileRequests() - Method in class com.dropbox.core.v2.DbxClientV2Base
Returns client for issuing requests in the "file_requests" namespace.
fileRequests - Variable in class com.dropbox.core.v2.filerequests.ListFileRequestsResult
 
fileRequestsChangePolicyDetails(FileRequestsChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS.
FileRequestsChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled file requests.
FileRequestsChangePolicyDetails(FileRequestsPolicy, FileRequestsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
Enabled or disabled file requests.
FileRequestsChangePolicyDetails(FileRequestsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
Enabled or disabled file requests.
fileRequestsEmailsEnabledDetails(FileRequestsEmailsEnabledDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS.
FileRequestsEmailsEnabledDetails - Class in com.dropbox.core.v2.teamlog
Enabled file request emails for everyone.
FileRequestsEmailsEnabledDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledDetails
Enabled file request emails for everyone.
fileRequestsEmailsRestrictedToTeamOnlyDetails(FileRequestsEmailsRestrictedToTeamOnlyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS.
FileRequestsEmailsRestrictedToTeamOnlyDetails - Class in com.dropbox.core.v2.teamlog
Allowed file request emails for the team.
FileRequestsEmailsRestrictedToTeamOnlyDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyDetails
Allowed file request emails for the team.
fileRequestSendDetails(FileRequestSendDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REQUEST_SEND_DETAILS.
FileRequestSendDetails - Class in com.dropbox.core.v2.teamlog
Sent file request to users via email.
FileRequestSendDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.FileRequestSendDetails
Sent file request to users via email.
FileRequestSendDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRequestSendDetails
Sent file request to users via email.
FileRequestsPolicy - Enum in com.dropbox.core.v2.teamlog
File requests policy
fileResolveCommentDetails(FileResolveCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS.
FileResolveCommentDetails - Class in com.dropbox.core.v2.teamlog
Resolved a file comment.
FileResolveCommentDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
Resolved a file comment.
FileResolveCommentDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
Resolved a file comment.
fileRestoreDetails(FileRestoreDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_RESTORE_DETAILS.
FileRestoreDetails - Class in com.dropbox.core.v2.teamlog
Restored deleted files and/or folders.
FileRestoreDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRestoreDetails
Restored deleted files and/or folders.
fileRevertDetails(FileRevertDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_REVERT_DETAILS.
FileRevertDetails - Class in com.dropbox.core.v2.teamlog
Reverted files to a previous version.
FileRevertDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRevertDetails
Reverted files to a previous version.
fileRollbackChangesDetails(FileRollbackChangesDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS.
FileRollbackChangesDetails - Class in com.dropbox.core.v2.teamlog
Rolled back file change location changes.
FileRollbackChangesDetails() - Constructor for class com.dropbox.core.v2.teamlog.FileRollbackChangesDetails
Rolled back file change location changes.
files() - Method in class com.dropbox.core.v2.DbxClientV2Base
Returns client for issuing requests in the "files" namespace.
fileSaveCopyReferenceDetails(FileSaveCopyReferenceDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS.
FileSaveCopyReferenceDetails - Class in com.dropbox.core.v2.teamlog
Save a file or folder using a copy reference.
FileSaveCopyReferenceDetails(List<RelocateAssetReferencesLogInfo>) - Constructor for class com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails
Save a file or folder using a copy reference.
FileSharingInfo - Class in com.dropbox.core.v2.files
Sharing info for a file which is contained by a shared folder.
FileSharingInfo(boolean, String, String) - Constructor for class com.dropbox.core.v2.files.FileSharingInfo
Sharing info for a file which is contained by a shared folder.
FileSharingInfo(boolean, String) - Constructor for class com.dropbox.core.v2.files.FileSharingInfo
Sharing info for a file which is contained by a shared folder.
fileUnlikeCommentDetails(FileUnlikeCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS.
FileUnlikeCommentDetails - Class in com.dropbox.core.v2.teamlog
Unliked a file comment.
FileUnlikeCommentDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
Unliked a file comment.
FileUnlikeCommentDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
Unliked a file comment.
fileUnresolveCommentDetails(FileUnresolveCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS.
FileUnresolveCommentDetails - Class in com.dropbox.core.v2.teamlog
Unresolved a file comment.
FileUnresolveCommentDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
Unresolved a file comment.
FileUnresolveCommentDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
Unresolved a file comment.
FILTER_NONE - Static variable in class com.dropbox.core.v2.fileproperties.TemplateFilter
No templates will be filtered from the result (all templates will be returned).
filterSome(List<String>) - Static method in class com.dropbox.core.v2.fileproperties.TemplateFilter
Returns an instance of TemplateFilter that has its tag set to TemplateFilter.Tag.FILTER_SOME.
findError(String) - Static method in class com.dropbox.core.v1.DbxPathV1
 
findError(String) - Static method in class com.dropbox.core.v2.DbxPathV2
 
finish() - Method in class com.dropbox.core.DbxUploader
Completes the request and returns response from the server.
finish(Map<String, String[]>) - Method in class com.dropbox.core.DbxWebAuth
Deprecated.
finish(String) - Method in class com.dropbox.core.DbxWebAuthNoRedirect
Deprecated.
Call this after the user has visited the authorizaton URL and copy/pasted the authorization code that Dropbox gave them.
finish() - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
finish() - Method in class com.dropbox.core.util.Collector.ArrayListCollector
 
finish() - Method in class com.dropbox.core.util.Collector
 
finish() - Method in class com.dropbox.core.util.Collector.NullSkipper
 
finish() - Method in class com.dropbox.core.v1.DbxClientV1.Uploader
When you're done writing the file contents to DbxClientV1.Uploader.getBody(), call this to indicate that you're done.
finishFromCode(String) - Method in class com.dropbox.core.DbxWebAuth
Call this after the user has visited the authorizaton URL and copy/pasted the authorization code that Dropbox gave them.
finishFromCode(String, String) - Method in class com.dropbox.core.DbxWebAuth
Call this after the user has visited the authorizaton URL with a redirectUrl and copy/pasted the authorization code that Dropbox gave them.
finishFromRedirect(String, DbxSessionStore, Map<String, String[]>) - Method in class com.dropbox.core.DbxWebAuth
Call this after the user has visited the authorizaton URL and Dropbox has redirected them back to you at the redirect URI.
finishResponse(HttpRequestor.Response, DbxRequestUtil.ResponseHandler<T>) - Static method in class com.dropbox.core.DbxRequestUtil
 
finishUploadFile(DbxClientV1.Uploader, DbxStreamWriter<E>) - Method in class com.dropbox.core.v1.DbxClientV1
 
FixedSecureRandom - Class in com.dropbox.core.android
Older versions of Android have a SecureRandom that isn't actually secure.
FixedSecureRandom.LinuxPrngSecureRandomSpi - Class in com.dropbox.core.android
SecureRandomSpi which passes all requests to the Linux PRNG (/dev/urandom).
float32() - Static method in class com.dropbox.core.stone.StoneSerializers
 
Float32Reader - Static variable in class com.dropbox.core.json.JsonReader
 
float64() - Static method in class com.dropbox.core.stone.StoneSerializers
 
Float64Reader - Static variable in class com.dropbox.core.json.JsonReader
 
flush() - Method in class com.dropbox.core.NoThrowOutputStream
 
flush() - Method in class com.dropbox.core.util.CountingOutputStream
 
Folder(String, String, boolean) - Constructor for class com.dropbox.core.v1.DbxEntry.Folder
 
Folder - Class in com.dropbox.core.v2.paper
Data structure representing a Paper folder.
Folder(String, String) - Constructor for class com.dropbox.core.v2.paper.Folder
Data structure representing a Paper folder.
folder(FolderLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns an instance of AssetLogInfo that has its tag set to AssetLogInfo.Tag.FOLDER.
FOLDER_IS_INSIDE_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Folder is inside of another shared folder.
FOLDER_IS_LIMITED_TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Folder is team folder for a limited team.
FOLDER_NAME_ALREADY_USED - Static variable in class com.dropbox.core.v2.team.TeamFolderRenameError
There is already a team folder with the same name.
FOLDER_NAME_RESERVED - Static variable in class com.dropbox.core.v2.team.TeamFolderRenameError
The provided name cannot be used because it is reserved.
FOLDER_OWNER - Static variable in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
The current user is the owner of the shared folder.
FOLDER_OWNER - Static variable in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
The target user is the owner of the shared folder.
FolderAction - Enum in com.dropbox.core.v2.sharing
Actions that may be taken on shared folders.
folderId - Variable in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
 
FolderLinkMetadata - Class in com.dropbox.core.v2.sharing
The metadata of a folder shared link.
FolderLinkMetadata(String, String, LinkPermissions, String, Date, String, TeamMemberInfo, Team) - Constructor for class com.dropbox.core.v2.sharing.FolderLinkMetadata
The metadata of a folder shared link.
FolderLinkMetadata(String, String, LinkPermissions) - Constructor for class com.dropbox.core.v2.sharing.FolderLinkMetadata
The metadata of a folder shared link.
FolderLinkMetadata.Builder - Class in com.dropbox.core.v2.sharing
Builder for FolderLinkMetadata.
FolderLogInfo - Class in com.dropbox.core.v2.teamlog
Folder's logged information.
FolderLogInfo(PathLogInfo, String, String) - Constructor for class com.dropbox.core.v2.teamlog.FolderLogInfo
Folder's logged information.
FolderLogInfo(PathLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.FolderLogInfo
Folder's logged information.
FolderLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for FolderLogInfo.
FolderMetadata - Class in com.dropbox.core.v2.files
 
FolderMetadata(String, String, String, String, String, String, FolderSharingInfo, List<PropertyGroup>) - Constructor for class com.dropbox.core.v2.files.FolderMetadata
Use newBuilder to create instances of this class without specifying values for all optional fields.
FolderMetadata(String, String) - Constructor for class com.dropbox.core.v2.files.FolderMetadata
None
FolderMetadata.Builder - Class in com.dropbox.core.v2.files
Builder for FolderMetadata.
folderName - Variable in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
 
folderName - Variable in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
 
FolderPermission - Class in com.dropbox.core.v2.sharing
Whether the user is allowed to take the action on the shared folder.
FolderPermission(FolderAction, boolean, PermissionDeniedReason) - Constructor for class com.dropbox.core.v2.sharing.FolderPermission
Whether the user is allowed to take the action on the shared folder.
FolderPermission(FolderAction, boolean) - Constructor for class com.dropbox.core.v2.sharing.FolderPermission
Whether the user is allowed to take the action on the shared folder.
FolderPolicy - Class in com.dropbox.core.v2.sharing
A set of policies governing membership and privileges for a shared folder.
FolderPolicy(AclUpdatePolicy, SharedLinkPolicy, MemberPolicy, MemberPolicy, ViewerInfoPolicy) - Constructor for class com.dropbox.core.v2.sharing.FolderPolicy
A set of policies governing membership and privileges for a shared folder.
FolderPolicy(AclUpdatePolicy, SharedLinkPolicy) - Constructor for class com.dropbox.core.v2.sharing.FolderPolicy
A set of policies governing membership and privileges for a shared folder.
FolderPolicy.Builder - Class in com.dropbox.core.v2.sharing
Builder for FolderPolicy.
folders - Variable in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder
 
folders - Variable in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
 
FoldersContainingPaperDoc - Class in com.dropbox.core.v2.paper
Metadata about Paper folders containing the specififed Paper doc.
FoldersContainingPaperDoc(FolderSharingPolicyType, List<Folder>) - Constructor for class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
Metadata about Paper folders containing the specififed Paper doc.
FoldersContainingPaperDoc() - Constructor for class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
Metadata about Paper folders containing the specififed Paper doc.
FoldersContainingPaperDoc.Builder - Class in com.dropbox.core.v2.paper
FolderSharingInfo - Class in com.dropbox.core.v2.files
Sharing info for a folder which is contained in a shared folder or is a shared folder mount point.
FolderSharingInfo(boolean, String, String, boolean, boolean) - Constructor for class com.dropbox.core.v2.files.FolderSharingInfo
Sharing info for a folder which is contained in a shared folder or is a shared folder mount point.
FolderSharingInfo(boolean) - Constructor for class com.dropbox.core.v2.files.FolderSharingInfo
Sharing info for a folder which is contained in a shared folder or is a shared folder mount point.
FolderSharingInfo.Builder - Class in com.dropbox.core.v2.files
Builder for FolderSharingInfo.
folderSharingPolicyType - Variable in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder
 
folderSharingPolicyType - Variable in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
 
FolderSharingPolicyType - Enum in com.dropbox.core.v2.paper
The sharing policy of a Paper folder.
force() - Static method in class com.dropbox.core.v1.DbxWriteMode
Returns a DbxWriteMode for forcing a file to be at a certain path.
format - Variable in class com.dropbox.core.v2.files.ThumbnailArg.Builder
 
format - Variable in class com.dropbox.core.v2.files.ThumbnailArg
 
formatDate(Date) - Static method in class com.dropbox.core.json.JsonWriter
 
freeTeamMemberLimitReached(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.FREE_TEAM_MEMBER_LIMIT_REACHED.
fromJackson(JsonProcessingException) - Static method in exception com.dropbox.core.json.JsonReadException
 
fromLookup(LookupError) - Static method in class com.dropbox.core.v2.files.RelocationBatchError
Returns an instance of RelocationBatchError that has its tag set to RelocationBatchError.Tag.FROM_LOOKUP.
fromLookup(LookupError) - Static method in class com.dropbox.core.v2.files.RelocationError
Returns an instance of RelocationError that has its tag set to RelocationError.Tag.FROM_LOOKUP.
fromPath - Variable in class com.dropbox.core.v2.files.RelocationPath
 
fromResponse(StoneSerializer<T>, HttpRequestor.Response, String) - Static method in exception com.dropbox.core.DbxWrappedException
 
fromWrite(WriteError) - Static method in class com.dropbox.core.v2.files.RelocationBatchError
Returns an instance of RelocationBatchError that has its tag set to RelocationBatchError.Tag.FROM_WRITE.
fromWrite(WriteError) - Static method in class com.dropbox.core.v2.files.RelocationError
Returns an instance of RelocationError that has its tag set to RelocationError.Tag.FROM_WRITE.
FullAccount - Class in com.dropbox.core.v2.users
Detailed information about the current user's account.
FullAccount(String, Name, String, boolean, boolean, String, String, boolean, AccountType, String, String, FullTeam, String) - Constructor for class com.dropbox.core.v2.users.FullAccount
Detailed information about the current user's account.
FullAccount(String, Name, String, boolean, boolean, String, String, boolean, AccountType) - Constructor for class com.dropbox.core.v2.users.FullAccount
Detailed information about the current user's account.
FullAccount.Builder - Class in com.dropbox.core.v2.users
Builder for FullAccount.
FullTeam - Class in com.dropbox.core.v2.users
Detailed information about a team.
FullTeam(String, String, TeamSharingPolicies, OfficeAddInPolicy) - Constructor for class com.dropbox.core.v2.users.FullTeam
Detailed information about a team.

G

generateOpenWithIntentFromUtmContent(String) - Static method in class com.dropbox.core.android.DbxOfficialAppConnector
Decodes a Google Play Campaign attribution utm_content field that was generated by Dropbox OpenWith flow.
geoLocation - Variable in class com.dropbox.core.v2.teamlog.OriginLogInfo.Builder
 
geoLocation - Variable in class com.dropbox.core.v2.teamlog.OriginLogInfo
 
GeoLocationLogInfo - Class in com.dropbox.core.v2.teamlog
Geographic location details.
GeoLocationLogInfo(String, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
Geographic location details.
GeoLocationLogInfo(String) - Constructor for class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
Geographic location details.
GeoLocationLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for GeoLocationLogInfo.
get() - Static method in class com.dropbox.core.android.FixedSecureRandom
 
get() - Method in interface com.dropbox.core.DbxSessionStore
 
get() - Method in class com.dropbox.core.DbxStandardSessionStore
 
get(String) - Method in class com.dropbox.core.json.JsonReader.FieldMapping
 
get(T) - Method in class com.dropbox.core.util.Maybe
 
get(String) - Method in class com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests
Returns the specified file request.
getAbbreviatedName() - Method in class com.dropbox.core.v2.users.Name
An abbreviated form of the person's name.
getAccessDetails() - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
The parent folders that a member has access to.
getAccessError() - Method in exception com.dropbox.core.AccessErrorException
 
getAccessError() - Method in class com.dropbox.core.v2.team.TeamFolderListError
 
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
This instance must be tagged as AddFileMemberError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Unable to access shared folder.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Specified file was invalid or user does not have access.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
This instance must be tagged as GetFileMetadataError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
The result for this file if it was an error.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
This instance must be tagged as ListFileMembersContinueError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
This instance must be tagged as ListFileMembersError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
The result of the query for this file if it was an error.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
This instance must be tagged as ListFolderMembersContinueError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.MountFolderError
This instance must be tagged as MountFolderError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
This instance must be tagged as RelinquishFileMembershipError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
This instance must be tagged as RelinquishFolderMembershipError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
This instance must be tagged as RemoveFileMemberError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
This instance must be tagged as RemoveFolderMemberError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
This instance must be tagged as TransferFolderError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
This instance must be tagged as UnmountFolderError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
This instance must be tagged as UnshareFileError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
This instance must be tagged as UnshareFolderError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
This instance must be tagged as UpdateFolderMemberError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
This instance must be tagged as UpdateFolderPolicyError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
This instance must be tagged as TeamFolderActivateError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
This instance must be tagged as TeamFolderArchiveError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
This instance must be tagged as TeamFolderPermanentlyDeleteError.Tag.ACCESS_ERROR.
getAccessErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
This instance must be tagged as TeamFolderRenameError.Tag.ACCESS_ERROR.
getAccessLevel() - Method in class com.dropbox.core.v2.sharing.AddMember
The access level to grant AddMember.getMember() to the shared folder.
getAccessLevel() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
The access level on the link for this file.
getAccessLevel() - Method in class com.dropbox.core.v2.sharing.LinkSettings
The access level on the link for this file.
getAccessLevel() - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
The member still has this level of access to the content through a parent folder.
getAccessLevel() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
The access level on the link for this file.
getAccessLevel() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
The access level on the link for this file.
getAccessMethod() - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo
The method that was used to perform the action.
getAccessToken() - Method in class com.dropbox.core.DbxAuthFinish
Returns an access token that can be used to make Dropbox API calls.
getAccessToken() - Method in class com.dropbox.core.DbxAuthInfo
Returns the OAuth access token to use for authorization with Dropbox servers.
getAccessToken() - Method in class com.dropbox.core.v1.DbxClientV1
Returns the DbxAccessToken that was passed in to the constructor.
getAccessType() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
The access type for this member.
getAccessType() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
The access type for this member.
getAccessType() - Method in class com.dropbox.core.v2.sharing.MembershipInfo
The access type for this member.
getAccessType() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The current user's access level for this shared file.
getAccessType() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The current user's access level for this shared folder.
getAccessType() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
The current user's access level for this shared folder.
getAccessType() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
The access type for this member.
getAccessType() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
The access type for this member.
getAccessType() - Method in class com.dropbox.core.v2.team.GroupMemberInfo
The role that the user has in the group.
getAccessType() - Method in class com.dropbox.core.v2.team.MemberAccess
Access type.
getAccessType() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
Paper doc access type.
getAccount(String) - Method in class com.dropbox.core.v2.users.DbxUserUsersRequests
Get information about a user's account.
getAccountBatch(List<String>) - Method in class com.dropbox.core.v2.users.DbxUserUsersRequests
Get information about multiple user accounts.
GetAccountBatchError - Class in com.dropbox.core.v2.users
This class is an open tagged union.
GetAccountBatchError.Tag - Enum in com.dropbox.core.v2.users
Discriminating tag type for GetAccountBatchError.
GetAccountBatchErrorException - Exception in com.dropbox.core.v2.users
Exception thrown when the server responds with a GetAccountBatchError error.
GetAccountBatchErrorException(String, String, LocalizedText, GetAccountBatchError) - Constructor for exception com.dropbox.core.v2.users.GetAccountBatchErrorException
 
getAccountCaptureChangeAvailabilityDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Granted or revoked the option to enable account capture on domains belonging to the team.
getAccountCaptureChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the account capture policy on a domain belonging to the team.
getAccountCaptureMigrateAccountDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Account captured user migrated their account to the team.
getAccountCaptureRelinquishAccountDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Account captured user relinquished their account by changing the email address associated with it.
GetAccountError - Enum in com.dropbox.core.v2.users
 
GetAccountErrorException - Exception in com.dropbox.core.v2.users
Exception thrown when the server responds with a GetAccountError error.
GetAccountErrorException(String, String, LocalizedText, GetAccountError) - Constructor for exception com.dropbox.core.v2.users.GetAccountErrorException
 
getAccountId() - Method in class com.dropbox.core.v2.sharing.UserInfo
The account ID of the user.
getAccountId() - Method in class com.dropbox.core.v2.team.MemberProfile
A user's account identifier.
getAccountId() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
A user's account identifier.
getAccountId() - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
User unique ID.
getAccountId() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
User unique ID.
getAccountId() - Method in class com.dropbox.core.v2.teamlog.UserLogInfo
User unique ID.
getAccountId() - Method in class com.dropbox.core.v2.users.Account
The user's unique Dropbox ID.
getAccountId() - Method in class com.dropbox.core.v2.users.BasicAccount
The user's unique Dropbox ID.
getAccountId() - Method in class com.dropbox.core.v2.users.FullAccount
The user's unique Dropbox ID.
getAccountInfo() - Method in class com.dropbox.core.v1.DbxClientV1
Retrieve the user's account information.
getAccountType() - Method in class com.dropbox.core.v2.users.FullAccount
What type of account this user has.
getAclUpdatePolicy() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
Who can add and remove members from this shared folder.
getAction() - Method in class com.dropbox.core.v2.sharing.FilePermission
The action that the user may wish to take on the file.
getAction() - Method in class com.dropbox.core.v2.sharing.FolderPermission
The action that the user may wish to take on the folder.
getAction() - Method in class com.dropbox.core.v2.sharing.LinkPermission
 
getAction() - Method in class com.dropbox.core.v2.sharing.MemberPermission
The action that the user may wish to take on the member.
getActive1Day() - Method in class com.dropbox.core.v2.team.GetDevicesReport
Report of the number of devices active in the last day.
getActive28Day() - Method in class com.dropbox.core.v2.team.GetDevicesReport
Report of the number of devices active in the last 28 days.
getActive7Day() - Method in class com.dropbox.core.v2.team.GetDevicesReport
Report of the number of devices active in the last 7 days.
getActiveSharedFolders1Day() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of shared folders with some activity in the last day.
getActiveSharedFolders28Day() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of shared folders with some activity in the last 28 days.
getActiveSharedFolders7Day() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of shared folders with some activity in the last week.
getActiveUsers1Day() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of users who have been active in the last day.
getActiveUsers28Day() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of users who have been active in the last 28 days.
getActiveUsers7Day() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of users who have been active in the last week.
getActiveWebSessions() - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult
List of web sessions made by this team member.
GetActivityReport - Class in com.dropbox.core.v2.team
Activity Report Result.
GetActivityReport(String, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>) - Constructor for class com.dropbox.core.v2.team.GetActivityReport
Activity Report Result.
getActor() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
The entity who actually performed the action.
getAddFields() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
Property field templates to be added to the group template.
getAddOrUpdateFields() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
Property fields to update.
getAdds() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of total number of adds by team members.
getAdminConsoleValue() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Admin console session details.
getAdminProfile() - Method in class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult
The admin who authorized the token.
getAdminValue() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
The admin who did the action.
getAlbumName() - Method in class com.dropbox.core.v2.teamlog.CollectionShareDetails
Album name.
getAllocated() - Method in class com.dropbox.core.v2.users.IndividualSpaceAllocation
The total space allocated to the user's account (bytes).
getAllocated() - Method in class com.dropbox.core.v2.users.TeamSpaceAllocation
The total space allocated to the user's team (bytes).
getAllocation() - Method in class com.dropbox.core.v2.users.SpaceUsage
The user's space allocation.
getAllow() - Method in class com.dropbox.core.v2.sharing.FilePermission
True if the user is allowed to take the action.
getAllow() - Method in class com.dropbox.core.v2.sharing.FolderPermission
True if the user is allowed to take the action.
getAllow() - Method in class com.dropbox.core.v2.sharing.LinkPermission
 
getAllow() - Method in class com.dropbox.core.v2.sharing.MemberPermission
True if the user is allowed to take the action.
getAllowDownloadDisabledDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Disabled allow downloads.
getAllowDownloadEnabledDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled allow downloads.
getAllowLateUploads() - Method in class com.dropbox.core.v2.filerequests.FileRequestDeadline
If set, allow uploads after the deadline has passed.
getAlreadySharedValue() - Method in class com.dropbox.core.v2.sharing.SharePathError
Folder is already shared.
getAmount() - Method in class com.dropbox.core.v2.teamlog.DurationLogInfo
Amount of time.
getAndroid() - Method in class com.dropbox.core.v2.team.DevicesActive
Array of number of linked android devices with activity.
getApi() - Method in class com.dropbox.core.DbxHost
Returns the host name of the main Dropbox API server.
getApiValue() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Api session details.
getAppId() - Method in class com.dropbox.core.v2.team.ApiApp
The application unique id.
getAppId() - Method in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
The application's unique id.
getAppId() - Method in class com.dropbox.core.v2.teamlog.AppLogInfo
App unique ID.
getAppId() - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
App unique ID.
getAppId() - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
App unique ID.
getAppId() - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
App unique ID.
getAppInfo() - Method in class com.dropbox.core.v2.teamlog.AppLinkTeamDetails
Relevant application details.
getAppInfo() - Method in class com.dropbox.core.v2.teamlog.AppLinkUserDetails
Relevant application details.
getAppInfo() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails
Relevant application details.
getAppInfo() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkUserDetails
Relevant application details.
getAppLinkTeamDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Linked an app for team.
getAppLinkUserDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Linked an app for team member.
getAppName() - Method in class com.dropbox.core.v2.team.ApiApp
The application name.
getApps() - Method in class com.dropbox.core.v2.team.ListMembersAppsResult
The linked applications of each member of the team.
getApps() - Method in class com.dropbox.core.v2.team.ListTeamAppsResult
The linked applications of each member of the team.
getAppUnlinkTeamDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Unlinked an app for team.
getAppUnlinkUserDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Unlinked an app for team member.
getAppValue() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
The application who did the action.
getAppVersion() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Linking app version.
getAssets() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
Zero or more content assets involved in the action.
getAsyncJobId() - Method in class com.dropbox.core.v2.async.PollArg
Id of the asynchronous job.
getAsyncJobId() - Method in class com.dropbox.core.v2.team.GroupMembersChangeResult
An ID that can be used to obtain the status of granting/revoking group-owned resources.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.async.LaunchResultBase
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.files.SaveUrlResult
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
This response indicates that the processing is asynchronous.
getAsyncJobIdValue() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
This response indicates that the processing is asynchronous.
getAudience() - Method in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
The link audience of the shared folder.
getAudience() - Method in class com.dropbox.core.v2.sharing.LinkSettings
The type of audience on the link for this file.
getAudienceExceptions() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
The content inside this folder with link audience different than this folder's.
getAudienceOptions() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
The audience options that are available for the content.
getAudienceOptions() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
The audience options that are available for the content.
getAudienceOptions() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
The audience options that are available for the content.
getAudienceRestrictingSharedFolder() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
The shared folder that prevents the link audience for this link from being more restrictive.
getAudienceRestrictingSharedFolder() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
The shared folder that prevents the link audience for this link from being more restrictive.
getAudienceRestrictingSharedFolder() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
The shared folder that prevents the link audience for this link from being more restrictive.
getAutorename() - Method in class com.dropbox.core.v2.files.CommitInfo
If there's a conflict, as determined by CommitInfo.getMode(), have the Dropbox server try to autorename the file to avoid conflict.
getBackoff() - Method in class com.dropbox.core.v2.files.ListFolderLongpollResult
If present, backoff for at least this many seconds before calling DbxUserFilesRequests.listFolderLongpoll(String,long) again.
getBackoffMillis() - Method in exception com.dropbox.core.RetryException
Returns the number of milliseconds the client should backoff before retrying the request.
getBadMemberValue() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
AddFolderMemberArg.getMembers() contains a bad invitation recipient.
getBadPathValue() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
ShareFolderArg.getPath() is invalid.
getBody() - Method in class com.dropbox.core.http.HttpRequestor.Response
Returns an InputStream for reading the HTTP response body.
getBody() - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
getBody() - Method in class com.dropbox.core.v1.DbxClientV1.Uploader
 
getBrowser() - Method in class com.dropbox.core.v2.team.ActiveWebSession
Information on the browser used for this web session.
getBucket() - Method in class com.dropbox.core.v2.team.StorageBucket
The name of the storage bucket.
getBytesRead() - Method in class com.dropbox.core.NoThrowInputStream
 
getBytesWritten() - Method in class com.dropbox.core.NoThrowOutputStream
 
getBytesWritten() - Method in class com.dropbox.core.util.CountingOutputStream
 
getCanRevoke() - Method in class com.dropbox.core.v2.sharing.LinkPermissions
Whether the caller can revoke the shared link.
getCause() - Method in exception com.dropbox.core.NetworkIOException
 
getCause() - Method in exception com.dropbox.core.NoThrowInputStream.HiddenException
 
getCause() - Method in exception com.dropbox.core.NoThrowOutputStream.HiddenException
 
getCause() - Method in exception com.dropbox.core.util.IOUtil.WrappedException
 
getCertificateDetails() - Method in class com.dropbox.core.v2.teamlog.SsoAddCertDetails
SSO certificate details.
getChanges() - Method in class com.dropbox.core.v2.files.ListFolderLongpollResult
Indicates whether new changes are available.
getCity() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
City name.
getClient() - Method in class com.dropbox.core.http.OkHttp3Requestor
Returns the underlying OkHttpClient used to make requests.
getClient() - Method in class com.dropbox.core.http.OkHttpRequestor
Returns a clone of the underlying OkHttpClient used to make requests.
getClientIdentifier() - Method in class com.dropbox.core.DbxRequestConfig
Returns the clientIdentifier you passed in when constructing this object.
getClientModified() - Method in class com.dropbox.core.v2.files.CommitInfo
The value to store as the CommitInfo.getClientModified() timestamp.
getClientModified() - Method in class com.dropbox.core.v2.files.FileMetadata
For files, this is the modification time set by the desktop client when the file was added to Dropbox.
getClientModified() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The modification time set by the desktop client when the file was added to Dropbox.
getClientType() - Method in class com.dropbox.core.v2.team.DesktopClientSession
The Dropbox desktop client type.
getClientType() - Method in class com.dropbox.core.v2.team.MobileClientSession
The mobile application type.
getClientVersion() - Method in class com.dropbox.core.v2.team.DesktopClientSession
The Dropbox client version.
getClientVersion() - Method in class com.dropbox.core.v2.team.MobileClientSession
The dropbox client version.
getCollectionShareDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Shared an album.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
Comment text.
getCommentText() - Method in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
Comment text.
getCommit() - Method in class com.dropbox.core.v2.files.UploadSessionFinishArg
Contains the path and other optional modifiers for the commit.
getCommonName() - Method in class com.dropbox.core.v2.teamlog.Certificate
Certificate common name.
getCompleteValue() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
The batch delete has finished.
getCompleteValue() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
This instance must be tagged as DeleteBatchLaunch.Tag.COMPLETE.
getCompleteValue() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
The copy or move batch job has finished.
getCompleteValue() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
This instance must be tagged as RelocationBatchLaunch.Tag.COMPLETE.
getCompleteValue() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Metadata of the file where the URL is saved to.
getCompleteValue() - Method in class com.dropbox.core.v2.files.SaveUrlResult
Metadata of the file where the URL is saved to.
getCompleteValue() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
getCompleteValue() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
This instance must be tagged as UploadSessionFinishBatchLaunch.Tag.COMPLETE.
getCompleteValue() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Removing the folder member has finished.
getCompleteValue() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
The share job has finished.
getCompleteValue() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
This instance must be tagged as ShareFolderLaunch.Tag.COMPLETE.
getCompleteValue() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
The asynchronous job has finished.
getCompleteValue() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
This instance must be tagged as MembersAddLaunch.Tag.COMPLETE.
getCompleteValue() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
The archive job has finished.
getCompleteValue() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
This instance must be tagged as TeamFolderArchiveLaunch.Tag.COMPLETE.
getConflictValue() - Method in class com.dropbox.core.v2.files.WriteError
Couldn't write to the target path because there was something in the way.
getConnectTimeoutMillis() - Method in class com.dropbox.core.http.StandardHttpRequestor.Config
Returns the timeout, in milliseconds, for opening a connection to the servers.
getContent() - Method in class com.dropbox.core.DbxHost
Returns the host name of the Dropbox API content server.
getContentHash() - Method in class com.dropbox.core.v2.files.FileMetadata
A hash of the file content.
getContentManagerValue() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Content manager session details.
getContentOwnerTeamInfo() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The team information of the content's owner.
getContentOwnerTeamInfo() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
The team information of the content's owner.
getContentOwnerTeamInfo() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
The team information of the content's owner.
getContext() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
The user or team on whose behalf the actor performed the action.
getContextual() - Method in class com.dropbox.core.v2.teamlog.PathLogInfo
Fully qualified path relative to event's context.
getCopyReference() - Method in class com.dropbox.core.v2.files.GetCopyReferenceResult
A copy reference to the file or folder.
GetCopyReferenceError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
GetCopyReferenceError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for GetCopyReferenceError.
GetCopyReferenceErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a GetCopyReferenceError error.
GetCopyReferenceErrorException(String, String, LocalizedText, GetCopyReferenceError) - Constructor for exception com.dropbox.core.v2.files.GetCopyReferenceErrorException
 
GetCopyReferenceResult - Class in com.dropbox.core.v2.files
 
GetCopyReferenceResult(Metadata, String, Date) - Constructor for class com.dropbox.core.v2.files.GetCopyReferenceResult
 
getCorrectOffset() - Method in class com.dropbox.core.v2.files.UploadSessionOffsetError
The offset up to which data has been collected.
getCount() - Method in class com.dropbox.core.v2.sharing.AudienceExceptions
 
getCountry() - Method in class com.dropbox.core.v2.team.ActiveWebSession
The country from which the last activity from this session was made.
getCountry() - Method in class com.dropbox.core.v2.team.DesktopClientSession
The country from which the last activity from this session was made.
getCountry() - Method in class com.dropbox.core.v2.team.DeviceSession
The country from which the last activity from this session was made.
getCountry() - Method in class com.dropbox.core.v2.team.MobileClientSession
The country from which the last activity from this session was made.
getCountry() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
Country code.
getCountry() - Method in class com.dropbox.core.v2.users.FullAccount
The user's two-letter country code, if available.
getCreated() - Method in class com.dropbox.core.v2.filerequests.FileRequest
When this file request was created.
getCreated() - Method in class com.dropbox.core.v2.team.ActiveWebSession
The time this session was created.
getCreated() - Method in class com.dropbox.core.v2.team.DesktopClientSession
The time this session was created.
getCreated() - Method in class com.dropbox.core.v2.team.DeviceSession
The time this session was created.
getCreated() - Method in class com.dropbox.core.v2.team.GroupFullInfo
The group creation time as a UTC timestamp in milliseconds since the Unix epoch.
getCreated() - Method in class com.dropbox.core.v2.team.MobileClientSession
The time this session was created.
getCreateFolderDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created folders.
getCurrentAccount() - Method in class com.dropbox.core.v2.users.DbxUserUsersRequests
Get information about the current user's account.
getCurrentAudience() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
The current audience of the link.
getCurrentAudience() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
The current audience of the link.
getCurrentAudience() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
The current audience of the link.
getCursor() - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorResult
Pass the cursor into DbxUserFilesRequests.listFolderContinue(String) to see what's changed in the folder since your previous query.
getCursor() - Method in class com.dropbox.core.v2.files.ListFolderResult
Pass the cursor into DbxUserFilesRequests.listFolderContinue(String) to see what's changed in the folder since your previous query.
getCursor() - Method in class com.dropbox.core.v2.files.UploadSessionFinishArg
Contains the upload session ID and the offset.
getCursor() - Method in class com.dropbox.core.v2.paper.ListPaperDocsResponse
Pass the cursor into DbxUserPaperRequests.docsListContinue(String) to paginate through all files.
getCursor() - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
Pass the cursor into DbxUserPaperRequests.docsFolderUsersListContinue(String,String) to paginate through all users.
getCursor() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
Pass the cursor into DbxUserPaperRequests.docsUsersListContinue(String,String) to paginate through all users.
getCursor() - Method in class com.dropbox.core.v2.sharing.ListFilesResult
Cursor used to obtain additional shared files.
getCursor() - Method in class com.dropbox.core.v2.sharing.ListFoldersResult
Present if there are additional shared folders that have not been returned yet.
getCursor() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksResult
getCursor() - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
Present if there are additional shared file members that have not been returned yet.
getCursor() - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
Present if there are additional shared folder members that have not been returned yet.
getCursor() - Method in class com.dropbox.core.v2.team.GroupsListResult
Pass the cursor into DbxTeamTeamRequests.groupsListContinue(String) to obtain the additional groups.
getCursor() - Method in class com.dropbox.core.v2.team.GroupsMembersListResult
Pass the cursor into DbxTeamTeamRequests.groupsMembersListContinue(String) to obtain additional group members.
getCursor() - Method in class com.dropbox.core.v2.team.ListMembersAppsResult
Pass the cursor into DbxTeamTeamRequests.linkedAppsListMembersLinkedApps(String) to receive the next sub list of team's applications.
getCursor() - Method in class com.dropbox.core.v2.team.ListMembersDevicesResult
Pass the cursor into DbxTeamTeamRequests.devicesListMembersDevices(com.dropbox.core.v2.team.ListMembersDevicesArg) to receive the next sub list of team's devices.
getCursor() - Method in class com.dropbox.core.v2.team.ListTeamAppsResult
Pass the cursor into DbxTeamTeamRequests.linkedAppsListTeamLinkedApps(String) to receive the next sub list of team's applications.
getCursor() - Method in class com.dropbox.core.v2.team.ListTeamDevicesResult
Pass the cursor into DbxTeamTeamRequests.devicesListTeamDevices(com.dropbox.core.v2.team.ListTeamDevicesArg) to receive the next sub list of team's devices.
getCursor() - Method in class com.dropbox.core.v2.team.MembersListResult
Pass the cursor into DbxTeamTeamRequests.membersListContinue(String) to obtain the additional members.
getCursor() - Method in class com.dropbox.core.v2.team.TeamFolderListResult
Pass the cursor into DbxTeamTeamRequests.teamFolderListContinue(String) to obtain additional team folders.
getCursor() - Method in class com.dropbox.core.v2.team.TeamNamespacesListResult
Pass the cursor into DbxTeamTeamRequests.namespacesListContinue(String) to obtain additional namespaces.
getCursor() - Method in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
Pass the cursor into DbxTeamTeamLogRequests.getEventsContinue(String) to obtain additional events.
getCursorErrorValue() - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
This instance must be tagged as ListDocsCursorError.Tag.CURSOR_ERROR.
getCursorErrorValue() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
This instance must be tagged as ListUsersCursorError.Tag.CURSOR_ERROR.
getDataPlacementRestrictionChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Set a restriction policy regarding the location of data centers where team data resides.
getDataPlacementRestrictionSatisfyPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Satisfied a previously set restriction policy regarding the location of data centers where team data resides (i.e.
getDeadline() - Method in class com.dropbox.core.v2.filerequests.FileRequest
The deadline for this file request.
getDeadline() - Method in class com.dropbox.core.v2.filerequests.FileRequestDeadline
The deadline for this file request.
getDefinedValue() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Defined fixed session length.
getDefinedValue() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Defined idle session length.
getDeleteData() - Method in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
True if the user requested to delete data after device unlink, false otherwise.
getDeleteOnUnlink() - Method in class com.dropbox.core.v2.team.RevokeDesktopClientArg
Whether to delete all files of the account (this is possible only if supported by the desktop client and will be made the next time the client access the account).
getDeletes() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of total number of deletes by team members.
getDelta(String, boolean) - Method in class com.dropbox.core.v1.DbxClientV1
Return "delta" entries for the contents of a user's Dropbox.
getDelta(String) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getDelta(String, boolean) with includeMediaInfo set to false.
getDeltaC(Collector<DbxDeltaC.Entry<DbxEntry>, C>, String, boolean) - Method in class com.dropbox.core.v1.DbxClientV1
getDeltaC(Collector<DbxDeltaC.Entry<DbxEntry>, C>, String) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getDeltaC(Collector, String, boolean) with includeMediaInfo set to false.
getDeltaCWithPathPrefix(Collector<DbxDeltaC.Entry<DbxEntry>, C>, String, String, boolean) - Method in class com.dropbox.core.v1.DbxClientV1
getDeltaCWithPathPrefix(Collector<DbxDeltaC.Entry<DbxEntry>, C>, String, String) - Method in class com.dropbox.core.v1.DbxClientV1
getDeltaLatestCursor(boolean) - Method in class com.dropbox.core.v1.DbxClientV1
Get a cursor for the current state of a user's Dropbox folder.
getDeltaLatestCursor() - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getDeltaLatestCursor(boolean) with includeMediaInfo set to false.
getDeltaLatestCursorWithPathPrefix(String, boolean) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getDeltaLatestCursor(boolean), except the cursor is limited to files and folders whose paths are equal to or under the specified pathPrefix.
getDeltaLatestCursorWithPathPrefix(String) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getDeltaLatestCursorWithPathPrefix(String, boolean) with includeMediaInfo set to false.
getDeltaWithPathPrefix(String, String, boolean) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getDelta(java.lang.String, boolean), except results are limited to files and folders whose paths are equal to or under the specified pathPrefix.
getDeltaWithPathPrefix(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getDeltaWithPathPrefix(String, String, boolean) with includeMediaInfo set to false.
getDescription() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg
Description for the template.
getDescription() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult
Description for the template.
getDescription() - Method in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
Description of the property field.
getDescription() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
Description for the template.
getDescription() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
Description for the new template.
getDesktopClients() - Method in class com.dropbox.core.v2.team.MemberDevices
List of desktop clients by this team member.
getDesktopClientSessions() - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult
List of desktop clients used by this team member.
getDesktopClientValue() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Unlink a linked desktop device.
getDestAssetIndex() - Method in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
Destination asset position in the Assets list.
getDestination() - Method in class com.dropbox.core.v2.filerequests.FileRequest
The path of the folder in the Dropbox where uploaded files will be sent.
getDestParticipantIndex() - Method in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
Destination participant position in the Participants list.
getDetails() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
The variable event schema applicable to this type of action, instantiated with respect to this particular action.
getDeviceApprovalsChangeDesktopPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Set or removed a limit on the number of computers each team member can link to their work Dropbox account.
getDeviceApprovalsChangeMobilePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Set or removed a limit on the number of mobiles devices each team member can link to their work Dropbox account.
getDeviceApprovalsChangeOverageActionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the action taken when a team member is already over the limits (e.g when they join the team, an admin lowers limits, etc.).
getDeviceApprovalsChangeUnlinkActionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the action taken with respect to approval limits when a team member unlinks an approved device.
getDeviceChangeIpDesktopDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
IP address associated with active desktop session changed.
getDeviceChangeIpMobileDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
IP address associated with active mobile session changed.
getDeviceChangeIpWebDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
IP address associated with active Web session changed.
getDeviceDeleteOnUnlinkFailDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Failed to delete all files from an unlinked device.
getDeviceDeleteOnUnlinkSuccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Deleted all files from an unlinked device.
getDeviceId() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device unique id.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails
Device information.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails
Device information.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
Device information.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
Device information.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
Device information.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
Device information.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails
Device information.
getDeviceInfo() - Method in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
Device information.
getDeviceLinkFailDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Failed to link a device.
getDeviceLinkSuccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Linked a device.
getDeviceManagementDisabledDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Disable Device Management.
getDeviceManagementEnabledDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enable Device Management.
getDeviceName() - Method in class com.dropbox.core.v2.team.MobileClientSession
The device name.
getDevices() - Method in class com.dropbox.core.v2.team.ListMembersDevicesResult
The devices of each member of the team.
getDevices() - Method in class com.dropbox.core.v2.team.ListTeamDevicesResult
The devices of each member of the team.
GetDevicesReport - Class in com.dropbox.core.v2.team
Devices Report Result.
GetDevicesReport(String, DevicesActive, DevicesActive, DevicesActive) - Constructor for class com.dropbox.core.v2.team.GetDevicesReport
Devices Report Result.
getDeviceType() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
A description of the device used while user approval blocked.
getDeviceType() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device type.
getDeviceUnlinkDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Disconnected a device.
getDimensions() - Method in class com.dropbox.core.v2.files.MediaMetadata
Dimension of the photo/video.
getDimensions() - Method in class com.dropbox.core.v2.files.PhotoMetadata
Dimension of the photo/video.
getDimensions() - Method in class com.dropbox.core.v2.files.VideoMetadata
Dimension of the photo/video.
getDisabled() - Method in class com.dropbox.core.v2.users.Account
Whether the user has been disabled.
getDisabled() - Method in class com.dropbox.core.v2.users.BasicAccount
Whether the user has been disabled.
getDisabled() - Method in class com.dropbox.core.v2.users.FullAccount
Whether the user has been disabled.
getDisabledDomainInvitesDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Disabled domain invites.
getDisplayName() - Method in class com.dropbox.core.v2.sharing.TeamMemberInfo
The display name of the user.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.AppLogInfo
App display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.FileLogInfo
Display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
Display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo
Display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo
The name of this group.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
User display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
App display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
User display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
App display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.UserLogInfo
User display name.
getDisplayName() - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
App display name.
getDisplayName() - Method in class com.dropbox.core.v2.users.Name
A name that can be used directly to represent the name of a user's Dropbox account.
getDocId() - Method in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
Doc ID of the newly created doc.
getDocId() - Method in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
Papers document Id.
getDocIds() - Method in class com.dropbox.core.v2.paper.ListPaperDocsResponse
The list of Paper doc IDs that can be used to access the given Paper docs or supplied to other API methods.
getDocOwner() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
The Paper doc owner.
getDocTitle() - Method in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
Paper document title.
getDomainInvitesApproveRequestToJoinTeamDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Approved a member's request to join the team.
getDomainInvitesDeclineRequestToJoinTeamDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Declined a user's request to join the team.
getDomainInvitesEmailExistingUsersDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Sent domain invites to existing domain accounts.
getDomainInvitesRequestToJoinTeamDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Asked to join the team.
getDomainInvitesSetInviteNewUserPrefToNoDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Turned off u201cAutomatically invite new usersu201d.
getDomainInvitesSetInviteNewUserPrefToYesDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Turned on u201cAutomatically invite new usersu201d.
getDomainName() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails
Domain name.
getDomainName() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails
Domain name.
getDomainName() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
Domain names.
getDomainName() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
Domain name.
getDomainNames() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
Domain names.
getDomainNames() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails
Domain names.
getDomainVerificationAddDomainFailDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Failed to verify a domain belonging to the team.
getDomainVerificationAddDomainSuccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Verified a domain belonging to the team.
getDomainVerificationRemoveDomainDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed a domain from the list of verified domains belonging to the team.
getDropboxIdValue() - Method in class com.dropbox.core.v2.sharing.MemberSelector
Dropbox account, team member, or group ID of member.
getDropboxPlayStoreIntent() - Static method in class com.dropbox.core.android.DbxOfficialAppConnector
 
getDuplicateExternalMemberIdValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
A user with the given external member ID already exists on the team (including in recoverable state).
getDuplicateMemberPersistentIdValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
A user with the given persistent ID already exists on the team (including in recoverable state).
getDuration() - Method in class com.dropbox.core.v2.files.VideoMetadata
The duration of the video in milliseconds.
getEdits() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of number of edits by team members.
getEmail() - Method in class com.dropbox.core.v2.team.MemberProfile
Email address of user.
getEmail() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
Email address of user.
getEmail() - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
User email address.
getEmail() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
User email address.
getEmail() - Method in class com.dropbox.core.v2.teamlog.UserLogInfo
User email address.
getEmail() - Method in class com.dropbox.core.v2.users.Account
The user's e-mail address.
getEmail() - Method in class com.dropbox.core.v2.users.BasicAccount
The user's e-mail address.
getEmail() - Method in class com.dropbox.core.v2.users.FullAccount
The user's e-mail address.
getEmailValue() - Method in class com.dropbox.core.v2.sharing.InviteeInfo
E-mail address of invited user.
getEmailValue() - Method in class com.dropbox.core.v2.sharing.MemberSelector
E-mail address of member.
getEmailValue() - Method in class com.dropbox.core.v2.team.UserSelectorArg
This instance must be tagged as UserSelectorArg.Tag.EMAIL.
getEmailVerified() - Method in class com.dropbox.core.v2.team.MemberProfile
Is true if the user's email is verified to be owned by the user.
getEmailVerified() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
Is true if the user's email is verified to be owned by the user.
getEmailVerified() - Method in class com.dropbox.core.v2.users.Account
Whether the user has verified their e-mail address.
getEmailVerified() - Method in class com.dropbox.core.v2.users.BasicAccount
Whether the user has verified their e-mail address.
getEmailVerified() - Method in class com.dropbox.core.v2.users.FullAccount
Whether the user has verified their e-mail address.
getEmmAddExceptionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added an exception for one or more team members to optionally use the regular Dropbox app when EMM is enabled.
getEmmChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled enterprise mobility management for team members.
getEmmCreateExceptionsReportDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
EMM excluded users report created.
getEmmCreateUsageReportDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
EMM mobile app usage report created.
getEmmLoginSuccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Signed in using the Dropbox EMM app.
getEmmRefreshAuthTokenDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Refreshed the auth token used for setting up enterprise mobility management.
getEmmRemoveExceptionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed an exception for one or more team members to optionally use the regular Dropbox app when EMM is enabled.
getEmmState() - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
This describes the Enterprise Mobility Management (EMM) state for this team.
getEnabledDomainInvitesDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled domain invites.
getEndDate() - Method in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
Report end date.
getEndTime() - Method in class com.dropbox.core.v2.teamcommon.TimeRange
Optional ending time (exclusive).
getEndUserValue() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
End user session details.
getEntries() - Method in class com.dropbox.core.v2.files.DeleteBatchResult
 
getEntries() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResult
List of files and their thumbnails.
getEntries() - Method in class com.dropbox.core.v2.files.ListFolderResult
The files and (direct) subfolders in the folder.
getEntries() - Method in class com.dropbox.core.v2.files.ListRevisionsResult
The revisions for the file.
getEntries() - Method in class com.dropbox.core.v2.files.RelocationBatchResult
 
getEntries() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResult
Commit result for each file in the batch.
getEntries() - Method in class com.dropbox.core.v2.sharing.ListFilesResult
Information about the files shared with current user.
getEntries() - Method in class com.dropbox.core.v2.sharing.ListFoldersResult
List of all shared folders the authenticated user has access to.
getErrorDetails() - Method in class com.dropbox.core.v2.teamlog.PasswordLoginFailDetails
Login failure details.
getErrorDetails() - Method in class com.dropbox.core.v2.teamlog.SsoLoginFailDetails
Login failure details.
getErrorType() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
The error cause in case of a failure.
getErrorType() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
The error cause in case of a failure.
getErrorValue() - Method in exception com.dropbox.core.DbxWrappedException
 
getEventCategory() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
The category that this type of action belongs to.
getEvents() - Method in class com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests
Retrieves team events.
getEvents() - Method in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
List of events.
getEventsBuilder() - Method in class com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests
Retrieves team events.
GetEventsBuilder - Class in com.dropbox.core.v2.teamlog
The request builder returned by DbxTeamTeamLogRequests.getEventsBuilder().
getEventsContinue(String) - Method in class com.dropbox.core.v2.teamlog.DbxTeamTeamLogRequests
Once a cursor has been retrieved from DbxTeamTeamLogRequests.getEvents(com.dropbox.core.v2.teamlog.GetTeamEventsArg), use this to paginate through all events.
getEventType() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
The particular type of action taken.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentArchiveDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentCreateDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentRenameDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperContentRestoreDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeletedDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocFollowedDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocMentionDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocRevertDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocTrashedDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperDocViewDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails
Event unique identifier.
getEventUuid() - Method in class com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails
Event unique identifier.
getExceptions() - Method in class com.dropbox.core.v2.sharing.AudienceExceptions
A truncated list of some of the content that is an exception.
getExpectedLinkMetadata() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The expected metadata of the link associated for the file when it is first shared.
getExpiration() - Method in class com.dropbox.core.v2.paper.Cursor
Expiration time of Cursor.getValue().
getExpirationDate() - Method in class com.dropbox.core.v2.teamlog.Certificate
Certificate expiration date.
getExpirationDays() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
The number of days from the starting expiration date after which the link will expire.
getExpirationDays() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
The number of days from the starting expiration date after which the link will expire.
getExpirationDays() - Method in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
The number of days from the starting expiration date after which the link will expire.
getExpirationStartDate() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Expiration starting date.
getExpirationStartDate() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Expiration starting date.
getExpirationStartDate() - Method in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
Expiration starting date.
getExpires() - Method in class com.dropbox.core.v2.files.GetCopyReferenceResult
The expiration date of the copy reference.
getExpires() - Method in class com.dropbox.core.v2.sharing.CollectionLinkMetadata
Expiration time, if set.
getExpires() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
Expiration time, if set.
getExpires() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
Expiration time, if set.
getExpires() - Method in class com.dropbox.core.v2.sharing.LinkMetadata
Expiration time, if set.
getExpires() - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
Expiration time, if set.
getExpires() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
Expiration time, if set.
getExpires() - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings
Expiration time of the shared link.
getExpires() - Method in class com.dropbox.core.v2.team.ActiveWebSession
The time this session expires.
getExpiry() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
Whether the link has an expiry set on it.
getExpiry() - Method in class com.dropbox.core.v2.sharing.LinkSettings
An expiry timestamp to set on a link.
getExpiry() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
Whether the link has an expiry set on it.
getExpiry() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
Whether the link has an expiry set on it.
getExportFileFormat() - Method in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
Export file format.
getExtendedVersionHistoryChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Accepted or opted out of extended version history.
getExternalId() - Method in class com.dropbox.core.v2.team.MemberProfile
External ID that a team can attach to the user.
getExternalId() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
External ID that a team can attach to the user.
getExternalId() - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo
External group ID.
getExternalIdValue() - Method in class com.dropbox.core.v2.team.UserSelectorArg
This instance must be tagged as UserSelectorArg.Tag.EXTERNAL_ID.
getFailedValue() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
The batch delete has failed.
getFailedValue() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
The copy or move batch job has failed with exception.
getFailedValue() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
This instance must be tagged as SaveUrlJobStatus.Tag.FAILED.
getFailedValue() - Method in class com.dropbox.core.v2.sharing.JobStatus
The asynchronous job returned an error.
getFailedValue() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
This instance must be tagged as RemoveMemberJobStatus.Tag.FAILED.
getFailedValue() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
This instance must be tagged as ShareFolderJobStatus.Tag.FAILED.
getFailedValue() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
The asynchronous job returned an error.
getFailedValue() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Error occurred while performing an asynchronous job from DbxTeamTeamRequests.teamFolderArchive(String,boolean).
getFailureValue() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
This instance must be tagged as DeleteBatchResultEntry.Tag.FAILURE.
getFailureValue() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
The result for this file if it was an error.
getFailureValue() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
This instance must be tagged as UploadSessionFinishBatchResultEntry.Tag.FAILURE.
getFamiliarName() - Method in class com.dropbox.core.v2.users.Name
Locale-dependent name.
getFieldNameValue() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
Search for a value associated with this field name.
getFields() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg
Definitions of the property fields associated with this template.
getFields() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult
Definitions of the property fields associated with this template.
getFields() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup
The actual properties associated with the template.
getFields() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
Definitions of the property fields associated with this template.
getFile(String, String, OutputStream) - Method in class com.dropbox.core.v1.DbxClientV1
Retrieves a file's content and writes it to the given OutputStream.
getFile() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
This is the input file identifier corresponding to one of the files argument to DbxUserSharingRequests.getFileMetadataBatch(java.util.List,java.util.List).
getFile() - Method in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
This is the input file identifier, whether an ID or a path.
getFileAddCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a file comment.
getFileAddDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added files and/or folders.
getFileChangeCommentSubscriptionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Subscribed to or unsubscribed from comment notifications for file.
getFileCommentsChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled commenting on team files.
getFileCopyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Copied files and/or folders.
getFileCount() - Method in class com.dropbox.core.v2.filerequests.FileRequest
The number of files this file request has received.
getFileDeleteCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Deleted a file comment.
getFileDeleteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Deleted files and/or folders.
getFileDownloadDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Downloaded files and/or folders.
getFileEditDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Edited files.
getFileGetCopyReferenceDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Create a copy reference to a file or folder.
getFileId() - Method in class com.dropbox.core.v2.teamlog.FileLogInfo
Unique ID.
getFileId() - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
Unique ID.
getFileId() - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo
Unique ID.
getFileLikeCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Liked a file comment.
getFileMetadata(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared file metadata.
getFileMetadata(String, List<FileAction>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared file metadata.
getFileMetadataBatch(List<String>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared file metadata.
getFileMetadataBatch(List<String>, List<FileAction>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared file metadata.
GetFileMetadataBatchResult - Class in com.dropbox.core.v2.sharing
GetFileMetadataBatchResult(String, GetFileMetadataIndividualResult) - Constructor for class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
GetFileMetadataError - Class in com.dropbox.core.v2.sharing
GetFileMetadataError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for GetFileMetadataError.
GetFileMetadataErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a GetFileMetadataError error.
GetFileMetadataErrorException(String, String, LocalizedText, GetFileMetadataError) - Constructor for exception com.dropbox.core.v2.sharing.GetFileMetadataErrorException
 
GetFileMetadataIndividualResult - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
GetFileMetadataIndividualResult.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for GetFileMetadataIndividualResult.
getFileMoveDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Moved files and/or folders.
getFilePermanentlyDeleteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Permanently deleted files and/or folders.
getFilePreviewDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Previewed files and/or folders.
getFileRenameDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Renamed files and/or folders.
getFileRequestAddDeadlineDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a deadline to a file request.
getFileRequestChangeFolderDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the file request folder.
getFileRequestChangeTitleDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Change the file request title.
getFileRequestCloseDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Closed a file request.
getFileRequestCreateDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a file request.
GetFileRequestError - Enum in com.dropbox.core.v2.filerequests
There was an error retrieving the specified file request.
GetFileRequestErrorException - Exception in com.dropbox.core.v2.filerequests
Exception thrown when the server responds with a GetFileRequestError error.
GetFileRequestErrorException(String, String, LocalizedText, GetFileRequestError) - Constructor for exception com.dropbox.core.v2.filerequests.GetFileRequestErrorException
 
getFileRequestReceiveFileDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Received files for a file request.
getFileRequestRemoveDeadlineDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the file request deadline.
getFileRequests() - Method in class com.dropbox.core.v2.filerequests.ListFileRequestsResult
The file requests owned by this user.
getFileRequestsChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled file requests.
getFileRequestsEmailsEnabledDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled file request emails for everyone.
getFileRequestsEmailsRestrictedToTeamOnlyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Allowed file request emails for the team.
getFileRequestSendDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Sent file request to users via email.
getFileResolveCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Resolved a file comment.
getFileRestoreDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Restored deleted files and/or folders.
getFileRevertDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Reverted files to a previous version.
getFileRollbackChangesDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Rolled back file change location changes.
getFileSaveCopyReferenceDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Save a file or folder using a copy reference.
getFileUnlikeCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Unliked a file comment.
getFileUnresolveCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Unresolved a file comment.
getFileValue() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
File's details.
getFilterSomeValue() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
Only templates with an ID in the supplied list will be returned (a subset of templates will be returned).
getFirstHeader(HttpRequestor.Response, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
getFirstHeaderMaybe(HttpRequestor.Response, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
getFolderId() - Method in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
Papers folder Id.
getFolderMetadata(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared folder metadata by its folder ID.
getFolderMetadata(String, List<FolderAction>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared folder metadata by its folder ID.
getFolderName() - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
Display name for the folder.
getFolderName() - Method in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
Paper folder name.
getFolders() - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
The folder path.
getFolderSharingPolicyType() - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
The sharing policy of the folder containing the Paper doc.
getFolderValue() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Folder's details.
getFormat() - Method in class com.dropbox.core.v2.files.ThumbnailArg
The format for the thumbnail image, jpeg (default) or png.
getFreeTeamMemberLimitReachedValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
Team is already full.
getFromLookupValue() - Method in class com.dropbox.core.v2.files.RelocationBatchError
This instance must be tagged as RelocationBatchError.Tag.FROM_LOOKUP.
getFromLookupValue() - Method in class com.dropbox.core.v2.files.RelocationError
This instance must be tagged as RelocationError.Tag.FROM_LOOKUP.
getFromPath() - Method in class com.dropbox.core.v2.files.RelocationPath
Path in the user's Dropbox to be copied or moved.
getFromWriteValue() - Method in class com.dropbox.core.v2.files.RelocationBatchError
This instance must be tagged as RelocationBatchError.Tag.FROM_WRITE.
getFromWriteValue() - Method in class com.dropbox.core.v2.files.RelocationError
This instance must be tagged as RelocationError.Tag.FROM_WRITE.
getGeoLocation() - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo
Geographic location details.
getGivenName() - Method in class com.dropbox.core.v2.teamlog.UserNameLogInfo
Given name.
getGivenName() - Method in class com.dropbox.core.v2.users.Name
Also known as a first name.
getGoogleSsoChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled Google single sign-on for the team.
getGroup() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
The information about the membership group.
getGroupAddExternalIdDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added an external ID for group.
getGroupAddMemberDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added team members to a group.
getGroupChangeExternalIdDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the external ID for group.
getGroupChangeManagementTypeDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed group management type.
getGroupChangeMemberRoleDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the manager permissions belonging to a group member.
getGroupCreateDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a group.
getGroupDeleteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Deleted a group.
getGroupExternalId() - Method in class com.dropbox.core.v2.sharing.GroupInfo
External ID of group.
getGroupExternalId() - Method in class com.dropbox.core.v2.team.GroupFullInfo
External ID of group.
getGroupExternalId() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
External ID of group.
getGroupExternalIdsValue() - Method in class com.dropbox.core.v2.team.GroupsSelector
List of external IDs of groups.
getGroupExternalIdValue() - Method in class com.dropbox.core.v2.team.GroupSelector
External ID of the group.
getGroupId() - Method in class com.dropbox.core.v2.sharing.GroupInfo
 
getGroupId() - Method in class com.dropbox.core.v2.team.GroupFullInfo
 
getGroupId() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
 
getGroupId() - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo
The unique id of this group.
getGroupIdsValue() - Method in class com.dropbox.core.v2.team.GroupsSelector
List of group IDs.
getGroupIdValue() - Method in class com.dropbox.core.v2.team.GroupSelector
Group ID.
getGroupInfo() - Method in class com.dropbox.core.v2.team.GroupMembersChangeResult
The group info after member change operation has been performed.
getGroupInfoValue() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
Info about a group.
getGroupManagementType() - Method in class com.dropbox.core.v2.sharing.GroupInfo
Who is allowed to manage the group.
getGroupManagementType() - Method in class com.dropbox.core.v2.team.GroupFullInfo
Who is allowed to manage the group.
getGroupManagementType() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
Who is allowed to manage the group.
getGroupMovedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Moved a group.
getGroupName() - Method in class com.dropbox.core.v2.sharing.GroupInfo
 
getGroupName() - Method in class com.dropbox.core.v2.team.GroupFullInfo
 
getGroupName() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
 
getGroupRemoveExternalIdDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the external ID for group.
getGroupRemoveMemberDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed team members from a group.
getGroupRenameDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Renamed a group.
getGroups() - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
The list of group members of the shared file.
getGroups() - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
The list of group members of the shared folder.
getGroups() - Method in class com.dropbox.core.v2.team.GroupsListResult
 
getGroups() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
List of group IDs of groups that the user belongs to.
getGroupType() - Method in class com.dropbox.core.v2.sharing.GroupInfo
The type of group.
getGroupUserManagementChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed who can create groups.
getGroupValue() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Group details.
getHasExplicitSharedMembers() - Method in class com.dropbox.core.v2.files.FileMetadata
This flag will only be present if include_has_explicit_shared_members is true in DbxUserFilesRequests.listFolder(String) or DbxUserFilesRequests.getMetadata(String).
getHasMore() - Method in class com.dropbox.core.v2.files.ListFolderResult
If true, then there are more entries available.
getHasMore() - Method in class com.dropbox.core.v2.paper.ListPaperDocsResponse
Will be set to True if a subsequent call with the provided cursor to DbxUserPaperRequests.docsListContinue(String) returns immediately with some results.
getHasMore() - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
Will be set to True if a subsequent call with the provided cursor to DbxUserPaperRequests.docsFolderUsersListContinue(String,String) returns immediately with some results.
getHasMore() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
Will be set to True if a subsequent call with the provided cursor to DbxUserPaperRequests.docsUsersListContinue(String,String) returns immediately with some results.
getHasMore() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksResult
Is true if there are additional shared links that have not been returned yet.
getHasMore() - Method in class com.dropbox.core.v2.team.GroupsListResult
Is true if there are additional groups that have not been returned yet.
getHasMore() - Method in class com.dropbox.core.v2.team.GroupsMembersListResult
Is true if there are additional group members that have not been returned yet.
getHasMore() - Method in class com.dropbox.core.v2.team.ListMembersAppsResult
If true, then there are more apps available.
getHasMore() - Method in class com.dropbox.core.v2.team.ListMembersDevicesResult
If true, then there are more devices available.
getHasMore() - Method in class com.dropbox.core.v2.team.ListTeamAppsResult
If true, then there are more apps available.
getHasMore() - Method in class com.dropbox.core.v2.team.ListTeamDevicesResult
If true, then there are more devices available.
getHasMore() - Method in class com.dropbox.core.v2.team.MembersListResult
Is true if there are additional team members that have not been returned yet.
getHasMore() - Method in class com.dropbox.core.v2.team.TeamFolderListResult
Is true if there are additional team folders that have not been returned yet.
getHasMore() - Method in class com.dropbox.core.v2.team.TeamNamespacesListResult
Is true if there are additional namespaces that have not been returned yet.
getHasMore() - Method in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
Is true if there are additional events that have not been returned yet.
getHasTeamSharedDropboxValue() - Method in class com.dropbox.core.v2.team.FeatureValue
This instance must be tagged as FeatureValue.Tag.HAS_TEAM_SHARED_DROPBOX.
getHasTeamSharedDropboxValue() - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
Does this team have a team shared dropbox.
getHeaders() - Method in class com.dropbox.core.http.HttpRequestor.Response
Returns a case-insensitive, unmodifiable mapping of header fields to their values.
getHeaders() - Method in class com.dropbox.core.v2.DbxDownloadStyleBuilder
 
getHeight() - Method in class com.dropbox.core.v2.files.Dimensions
Height of the photo/video.
getHost() - Method in class com.dropbox.core.DbxAppInfo
Returns the Dropbox host configuration.
getHost() - Method in class com.dropbox.core.DbxAuthInfo
Returns Dropbox host configuration used to map requests to the appropriate Dropbox servers.
getHost() - Method in class com.dropbox.core.v1.DbxClientV1
Returns the DbxHost that was passed in to the constructor.
getHost() - Method in class com.dropbox.core.v2.DbxRawClientV2
Returns the DbxHost that was passed in to the constructor.
getHost() - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo
Host details.
getHostId() - Method in class com.dropbox.core.v2.teamlog.HostLogInfo
Host ID.
getHostName() - Method in class com.dropbox.core.v2.team.DesktopClientSession
Name of the hosting desktop.
getHostName() - Method in class com.dropbox.core.v2.teamlog.HostLogInfo
Host name.
getHttpRequestor() - Method in class com.dropbox.core.DbxRequestConfig
Returns the HttpRequestor you passed in when constructing this object, which defaults to StandardHttpRequestor.INSTANCE.
getId() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
The ID for the matched file or folder.
getId() - Method in class com.dropbox.core.v2.filerequests.FileRequest
The ID of the file request.
getId() - Method in class com.dropbox.core.v2.files.FileMetadata
A unique identifier for the file.
getId() - Method in class com.dropbox.core.v2.files.FolderMetadata
A unique identifier for the folder.
getId() - Method in class com.dropbox.core.v2.paper.Folder
Paper folder ID.
getId() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
A unique identifier for the linked file.
getId() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
A unique identifier for the linked file.
getId() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The ID of the file.
getId() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
A unique identifier for the linked file.
getId() - Method in class com.dropbox.core.v2.users.FullTeam
The team's unique ID.
getId() - Method in class com.dropbox.core.v2.users.Team
The team's unique ID.
getIdNotFoundValue() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
An ID that was provided as a parameter to DbxTeamTeamRequests.groupsGetInfo(com.dropbox.core.v2.team.GroupsSelector), and did not match a corresponding group.
getIdNotFoundValue() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
An ID that was provided as a parameter to DbxTeamTeamRequests.membersGetInfo(java.util.List), and did not match a corresponding user.
getIdNotFoundValue() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
An ID that was provided as a parameter to DbxTeamTeamRequests.teamFolderGetInfo(java.util.List) did not match any of the team's team folders.
getIncorrectOffsetValue() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
The specified offset was incorrect.
getIndividualValue() - Method in class com.dropbox.core.v2.users.SpaceAllocation
The user's space allocation applies only to their individual account.
getInfo() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves information about a team.
getInitials() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
Suggested name initials for a member.
getInitials() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
Suggested name initials for a member.
getInitials() - Method in class com.dropbox.core.v2.sharing.MembershipInfo
Suggested name initials for a member.
getInitials() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
Suggested name initials for a member.
getInitials() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
Suggested name initials for a member.
getInputStream() - Method in class com.dropbox.core.DbxDownloader
Returns the InputStream containing the response body bytes.
getInsufficientPlanValue() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
This instance must be tagged as PermissionDeniedReason.Tag.INSUFFICIENT_PLAN.
getInsufficientQuotaValue() - Method in class com.dropbox.core.v2.sharing.MountFolderError
The current user does not have enough space to mount the shared folder.
getInvalidAccountTypeValue() - Method in class com.dropbox.core.v2.auth.AccessError
Current account type cannot access the resource.
getInvalidDropboxIdValue() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
The value is the ID that could not be identified.
getInvalidEmailValue() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
The value is the e-email address that is malformed.
getInvalidUserValue() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
Invalid user (not in team).
getInvalidUserValue() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Invalid user (not in team).
getInvalidValue() - Method in class com.dropbox.core.v2.common.PathRootError
The path root id value in Dropbox-API-Path-Root header is no longer valid.
getInvitee() - Method in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
Email address invited to the Paper doc.
getInvitee() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
Recipient of the invitation.
getInvitees() - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
List of email addresses that are invited on the Paper folder.
getInvitees() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
List of email addresses with their respective permission levels that are invited on the Paper doc.
getInvitees() - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
The list of invited members of a file, but have not logged in and claimed this.
getInvitees() - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
The list of invitees to the shared folder.
getInvolveNonTeamMember() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
True if the action involved a non team member either as the actor or as one of the affected users.
getIos() - Method in class com.dropbox.core.v2.team.DevicesActive
Array of number of linked ios devices with activity.
getIpAddress() - Method in class com.dropbox.core.v2.team.ActiveWebSession
The IP address of the last activity from this session.
getIpAddress() - Method in class com.dropbox.core.v2.team.DesktopClientSession
The IP address of the last activity from this session.
getIpAddress() - Method in class com.dropbox.core.v2.team.DeviceSession
The IP address of the last activity from this session.
getIpAddress() - Method in class com.dropbox.core.v2.team.MobileClientSession
The IP address of the last activity from this session.
getIpAddress() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
IP address.
getIpAddress() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
IP address.
getIsAppFolder() - Method in class com.dropbox.core.v2.team.ApiApp
Whether the linked application uses a dedicated folder.
getIsCompanyManaged() - Method in class com.dropbox.core.v2.teamlog.GroupCreateDetails
Is company managed group.
getIsCompanyManaged() - Method in class com.dropbox.core.v2.teamlog.GroupDeleteDetails
Is company managed group.
getIsDeleted() - Method in class com.dropbox.core.v2.files.ListRevisionsResult
If the file identified by the latest revision in the response is either deleted or moved.
getIsDeleteOnUnlinkSupported() - Method in class com.dropbox.core.v2.team.DesktopClientSession
Whether it's possible to delete all of the account files upon unlinking.
getIsEmmManaged() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
True if this device is emm managed, false otherwise.
getIsGroupOwner() - Method in class com.dropbox.core.v2.teamlog.GroupAddMemberDetails
Is group owner.
getIsGroupOwner() - Method in class com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails
Is group owner.
getIsInherited() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
True if the member has access from a parent folder.
getIsInherited() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
True if the member has access from a parent folder.
getIsInherited() - Method in class com.dropbox.core.v2.sharing.MembershipInfo
True if the member has access from a parent folder.
getIsInherited() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
True if the member has access from a parent folder.
getIsInherited() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
True if the member has access from a parent folder.
getIsInsideTeamFolder() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
Whether this folder is inside of a team folder.
getIsInsideTeamFolder() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
Whether this folder is inside of a team folder.
getIsMember() - Method in class com.dropbox.core.v2.sharing.GroupInfo
If the current user is a member of the group.
getIsOpen() - Method in class com.dropbox.core.v2.filerequests.FileRequest
Whether or not the file request is open.
getIsOwner() - Method in class com.dropbox.core.v2.sharing.GroupInfo
If the current user is an owner of the group.
getIsPaired() - Method in class com.dropbox.core.v2.users.FullAccount
Whether the user has a personal and work account.
getIsRecoverable() - Method in class com.dropbox.core.v2.team.RemovedStatus
True if the removed team member is recoverable.
getIssueDate() - Method in class com.dropbox.core.v2.teamlog.Certificate
Certificate issue date.
getIssuer() - Method in class com.dropbox.core.v2.teamlog.Certificate
Certificate issuer.
getIsTeamFolder() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
Whether this folder is a team folder.
getIsTeamFolder() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
Whether this folder is a team folder.
getIsTeammate() - Method in class com.dropbox.core.v2.users.BasicAccount
Whether this user is a teammate of the current user.
getIsTeamSharedDropbox() - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
True if this team folder is the team shared dropbox.
getJoinedOn() - Method in class com.dropbox.core.v2.team.MemberProfile
The date and time the user joined as a member of a specific team.
getJoinedOn() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
The date and time the user joined as a member of a specific team.
getJoinPolicy() - Method in class com.dropbox.core.v2.teamlog.GroupCreateDetails
Group join policy.
getJust() - Method in class com.dropbox.core.util.Maybe
 
getKeepAppFolder() - Method in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
Whether to keep the application dedicated folder (in case the application uses one).
getKey() - Method in class com.dropbox.core.DbxAppInfo
Returns the Dropbox app key (OAuth calls this the consumer key).
getKey() - Method in class com.dropbox.core.DbxOAuth1AccessToken
Returns the OAuth 1 access token key.
getKey() - Method in class com.dropbox.core.DbxStandardSessionStore
 
getKey() - Method in class com.dropbox.core.http.HttpRequestor.Header
Returns header name.
getKeyFormatError(String) - Static method in class com.dropbox.core.DbxAppInfo
If they key's format looks correct, return null.
getLastActivity() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Last activity.
getLastCarrier() - Method in class com.dropbox.core.v2.team.MobileClientSession
last carrier used by the device.
getLatitude() - Method in class com.dropbox.core.v2.files.GpsCoordinates
Latitude of the GPS coordinates.
getLicenses() - Method in class com.dropbox.core.v2.team.GetMembershipReport
The total number of licenses the team has, for each day.
getLimitValue() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
The number of upload API calls allowed per month.
getLink() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkResult
The temporary link which can be used to stream content the file.
getLinked() - Method in class com.dropbox.core.v2.team.ApiApp
The time this application was linked.
getLinkedApiApps() - Method in class com.dropbox.core.v2.team.ListMemberAppsResult
List of third party applications linked by this team member.
getLinkedApiApps() - Method in class com.dropbox.core.v2.team.MemberLinkedApps
List of third party applications linked by this team member.
getLinkedApps() - Method in class com.dropbox.core.v2.teamlog.JoinTeamDetails
Linked applications.
getLinkedDevices() - Method in class com.dropbox.core.v2.teamlog.JoinTeamDetails
Linked devices.
getLinkedSharedFolders() - Method in class com.dropbox.core.v2.teamlog.JoinTeamDetails
Linked shared folders.
getLinkMetadata() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The metadata of the link associated for the file.
getLinkMetadata() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The metadata of the shared content link to this shared folder.
getLinkPassword() - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings
If SharedLinkSettings.getRequestedVisibility() is RequestedVisibility.PASSWORD this is needed to specify the password to access the link.
getLinkPermissions() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
A list of permissions for actions you can perform on the link.
getLinkPermissions() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The link's access permissions.
getLinkPermissions() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
The link's access permissions.
getLinkPermissions() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
A list of permissions for actions you can perform on the link.
getLinkPermissions() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
A list of permissions for actions you can perform on the link.
getLinkPermissions() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
The link's access permissions.
getLinks() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksResult
Shared links applicable to the path argument.
getLinks() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksResult
Shared links applicable to the path argument.
getLinux() - Method in class com.dropbox.core.v2.team.DevicesActive
Array of number of linked linus (desktop) clients with activity.
getLocale() - Method in class com.dropbox.core.LocalizedText
Returns locale of the text in IETF BCP 47 language tag format.
getLocale() - Method in class com.dropbox.core.v2.teamlog.UserNameLogInfo
Locale.
getLocale() - Method in class com.dropbox.core.v2.users.FullAccount
The language that the user specified.
getLocation() - Method in class com.dropbox.core.v2.files.MediaMetadata
The GPS coordinate of the photo/video.
getLocation() - Method in class com.dropbox.core.v2.files.PhotoMetadata
The GPS coordinate of the photo/video.
getLocation() - Method in class com.dropbox.core.v2.files.VideoMetadata
The GPS coordinate of the photo/video.
getLogicalOperator() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
The logical operator with which to append the query.
getLogoutDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Signed out.
getLongitude() - Method in class com.dropbox.core.v2.files.GpsCoordinates
Longitude of the GPS coordinates.
getLongpollDelta(String, int) - Method in class com.dropbox.core.v1.DbxClientV1
Waits for changes to files on an account, starting from the state represented by cursor.
getLookupFailedValue() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
The session arguments are incorrect; the value explains the reason.
getMacAddress() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device mac address.
getMacos() - Method in class com.dropbox.core.v2.team.DevicesActive
Array of number of linked mac (desktop) clients with activity.
getMalformedPathValue() - Method in class com.dropbox.core.v2.fileproperties.LookupError
This instance must be tagged as LookupError.Tag.MALFORMED_PATH.
getMalformedPathValue() - Method in class com.dropbox.core.v2.files.LookupError
This instance must be tagged as LookupError.Tag.MALFORMED_PATH.
getMalformedPathValue() - Method in class com.dropbox.core.v2.files.WriteError
This instance must be tagged as WriteError.Tag.MALFORMED_PATH.
getMatches() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchResult
A list (possibly empty) of matches for the query.
getMatches() - Method in class com.dropbox.core.v2.files.SearchResult
A list (possibly empty) of matches for the query.
getMatchType() - Method in class com.dropbox.core.v2.files.SearchMatch
The type of the match.
getMaxRetries() - Method in class com.dropbox.core.DbxRequestConfig
Returns the maximum number of times the client should automatically retry RPC and download requests that fail with a RetryException.
getMediaInfo() - Method in class com.dropbox.core.v2.files.FileMetadata
Additional information if the file is a photo or video.
getMember() - Method in class com.dropbox.core.v2.paper.AddMember
User which should be added to the Paper doc.
getMember() - Method in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
One of specified input members.
getMember() - Method in class com.dropbox.core.v2.sharing.AddMember
The member to add to the shared folder.
getMember() - Method in class com.dropbox.core.v2.sharing.FileMemberActionResult
One of specified input members.
getMemberAddNameDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Set team member name when joining team.
getMemberChangeAdminRoleDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Change the admin role belonging to team member.
getMemberChangeEmailDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed team member email address.
getMemberChangeMembershipTypeDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the membership type (limited vs full) for team member.
getMemberChangeNameDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed team member name.
getMemberChangeStatusDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the membership status of a team member.
getMemberCount() - Method in class com.dropbox.core.v2.sharing.GroupInfo
The number of members in the group.
getMemberCount() - Method in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
The number of members on this file.
getMemberCount() - Method in class com.dropbox.core.v2.team.GroupFullInfo
The number of members in the group.
getMemberCount() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
The number of members in the group.
getMemberEmail() - Method in class com.dropbox.core.v2.team.MemberAddArg
 
getMemberErrorValue() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
User was not able to perform this action.
getMemberErrorValue() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
User was not able to remove this member.
getMemberErrorValue() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
This instance must be tagged as RemoveFolderMemberError.Tag.MEMBER_ERROR.
getMemberErrorValue() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
This instance must be tagged as UpdateFolderMemberError.Tag.MEMBER_ERROR.
getMemberExternalId() - Method in class com.dropbox.core.v2.team.MemberAddArg
External ID for member.
getMemberExternalId() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
Team member external ID.
getMemberFolderId() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
The namespace id of the user's root folder.
getMemberGivenName() - Method in class com.dropbox.core.v2.team.MemberAddArg
Member's first name.
getMemberId() - Method in class com.dropbox.core.v2.sharing.TeamMemberInfo
ID of user as a member of a team.
getMemberInfoValue() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
Info about a team member.
getMemberPermanentlyDeleteAccountContentsDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Permanently deleted contents of a removed team member account.
getMemberPersistentId() - Method in class com.dropbox.core.v2.team.MemberAddArg
Persistent ID for member.
getMemberPolicy() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
Who can be a member of this shared folder, as set on the folder itself.
getMemberRequestsChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether users can find the team when not invited.
getMembers() - Method in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
A list of members on this file.
getMembers() - Method in class com.dropbox.core.v2.team.GroupFullInfo
List of group members.
getMembers() - Method in class com.dropbox.core.v2.team.GroupsMembersListResult
 
getMembers() - Method in class com.dropbox.core.v2.team.MembersListResult
List of team members.
GetMembershipReport - Class in com.dropbox.core.v2.team
Membership Report Result.
GetMembershipReport(String, List<Long>, List<Long>, List<Long>, List<Long>, List<Long>) - Constructor for class com.dropbox.core.v2.team.GetMembershipReport
Membership Report Result.
getMembershipType() - Method in class com.dropbox.core.v2.team.MemberProfile
The user's membership type: full (normal team member) vs limited (does not use a license; no access to the team's shared quota).
getMembershipType() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
The user's membership type: full (normal team member) vs limited (does not use a license; no access to the team's shared quota).
getMembersJoined() - Method in class com.dropbox.core.v2.team.GetMembershipReport
The number of members that joined the team, for each day.
getMembersNotInTeamValue() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
These members are not part of your team.
getMembersNotInTeamValue() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
These members are not part of your team.
getMemberSpaceLimitsAddExceptionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added an exception for one or more team members to bypass space limits imposed by policy.
getMemberSpaceLimitsChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the storage limits applied to team members by policy.
getMemberSpaceLimitsChangeStatusDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the status with respect to whether the team member is under or over storage quota specified by policy.
getMemberSpaceLimitsRemoveExceptionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed an exception for one or more team members to bypass space limits imposed by policy.
getMemberStorageMap() - Method in class com.dropbox.core.v2.team.GetStorageReport
Array of storage summaries of team members' account sizes.
getMemberSuggestDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Suggested a new team member to be added to the team.
getMemberSuggestionsChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled the option for team members to suggest new members to add to the team.
getMemberSurname() - Method in class com.dropbox.core.v2.team.MemberAddArg
Member's last name.
getMemberTransferAccountContentsDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Transferred contents of a removed team member account to another member.
getMessage() - Method in exception com.dropbox.core.json.JsonReadException
 
getMessage() - Method in exception com.dropbox.core.util.IOUtil.WrappedException
 
getMessage() - Method in class com.dropbox.core.v2.sharing.InsufficientPlan
A message to tell the user to upgrade in order to support expected action.
getMetadata(String, boolean) - Method in class com.dropbox.core.v1.DbxClientV1
Get the file or folder metadata for a given path.
getMetadata(String) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getMetadata(String, boolean) with includeMediaInfo set to false.
getMetadata() - Method in class com.dropbox.core.v2.files.CreateFolderResult
Metadata of the created folder.
getMetadata(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the metadata for a file or folder.
getMetadata() - Method in class com.dropbox.core.v2.files.DeleteBatchResultData
Metadata of the deleted object.
getMetadata() - Method in class com.dropbox.core.v2.files.DeleteResult
Metadata of the deleted object.
getMetadata() - Method in class com.dropbox.core.v2.files.GetCopyReferenceResult
Metadata of the file or folder.
getMetadata() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkResult
Metadata of the file.
getMetadata() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
getMetadata() - Method in class com.dropbox.core.v2.files.RelocationBatchResultData
Metadata of the relocated object.
getMetadata() - Method in class com.dropbox.core.v2.files.RelocationResult
Metadata of the relocated object.
getMetadata() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceResult
The metadata of the saved file or folder in the user's Dropbox.
getMetadata() - Method in class com.dropbox.core.v2.files.SearchMatch
The metadata for the matched file or folder.
getMetadataBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the metadata for a file or folder.
GetMetadataBuilder - Class in com.dropbox.core.v2.files
GetMetadataError - Class in com.dropbox.core.v2.files
This class is a tagged union.
GetMetadataError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for GetMetadataError.
GetMetadataErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a GetMetadataError error.
GetMetadataErrorException(String, String, LocalizedText, GetMetadataError) - Constructor for exception com.dropbox.core.v2.files.GetMetadataErrorException
 
getMetadataValue() - Method in class com.dropbox.core.v2.files.MediaInfo
The metadata for the photo/video.
getMetadataValue() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
The result for this file if it was successful.
getMetadataWithChildren(String, boolean) - Method in class com.dropbox.core.v1.DbxClientV1
Get the metadata for a given path; if the path refers to a folder, get all the children's metadata as well.
getMetadataWithChildren(String) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getMetadataWithChildren(String, boolean) with includeMediaInfo set to false.
getMetadataWithChildrenC(String, boolean, Collector<DbxEntry, ? extends C>) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getMetadataWithChildren(java.lang.String, boolean) except instead of always returning a list of DbxEntry objects, you specify a Collector that processes the DbxEntry objects one by one and aggregates them however you want.
getMetadataWithChildrenC(String, Collector<DbxEntry, ? extends C>) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getMetadataWithChildrenC(String, boolean, Collector) with includeMediaInfo set to false.
getMetadataWithChildrenIfChanged(String, boolean, String) - Method in class com.dropbox.core.v1.DbxClientV1
Get the metadata for a given path and its children if anything has changed since the last time you got them (as determined by the value of DbxEntry.WithChildren.hash from the last result).
getMetadataWithChildrenIfChanged(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
getMetadataWithChildrenIfChangedC(String, boolean, String, Collector<DbxEntry, ? extends C>) - Method in class com.dropbox.core.v1.DbxClientV1
Same as DbxClientV1.getMetadataWithChildrenIfChanged(java.lang.String, boolean, java.lang.String) except instead of always returning a list of DbxEntry objects, you specify a Collector that processes the DbxEntry objects one by one and aggregates them however you want.
getMetadataWithChildrenIfChangedC(String, String, Collector<DbxEntry, ? extends C>) - Method in class com.dropbox.core.v1.DbxClientV1
getMicrosoftOfficeAddinChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled the Microsoft Office add-in, which lets team members save files to Dropbox directly from Microsoft Office.
getMimeType() - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
MIME type of the export.
getMissingDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Hints that this event was returned with missing details due to an internal error.
getMobileClients() - Method in class com.dropbox.core.v2.team.MemberDevices
List of mobile clients by this team member.
getMobileClientSessions() - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult
List of mobile client used by this team member.
getMobileClientValue() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Unlink a linked mobile device.
getMode() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
The mode with which to perform the search.
getMode() - Method in class com.dropbox.core.v2.files.CommitInfo
Selects what to do if the file already exists.
getModifiedBy() - Method in class com.dropbox.core.v2.files.FileSharingInfo
The last user who modified the file.
getMonthIndex(char, char, char) - Static method in class com.dropbox.core.json.JsonDateReader
 
getMore() - Method in class com.dropbox.core.v2.files.SearchResult
Used for paging.
getMute() - Method in class com.dropbox.core.v2.files.CommitInfo
Normally, users are made aware of any file modifications in their Dropbox account via notifications in the client software.
getName(String) - Static method in class com.dropbox.core.v1.DbxPathV1
Returns just the last component of the path.
getName(String) - Static method in class com.dropbox.core.v2.DbxPathV2
Returns just the last component of the path.
getName() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg
Display name for the template.
getName() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult
Display name for the template.
getName() - Method in class com.dropbox.core.v2.fileproperties.PropertyField
Key of the property field associated with a file and template.
getName() - Method in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
Key of the property field being described.
getName() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
Display name for the template.
getName() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
A display name for the template.
getName() - Method in class com.dropbox.core.v2.files.DeletedMetadata
The last component of the path (including extension).
getName() - Method in class com.dropbox.core.v2.files.FileMetadata
The last component of the path (including extension).
getName() - Method in class com.dropbox.core.v2.files.FolderMetadata
The last component of the path (including extension).
getName() - Method in class com.dropbox.core.v2.files.Metadata
The last component of the path (including extension).
getName() - Method in class com.dropbox.core.v2.paper.Folder
Paper folder name.
getName() - Method in class com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
The name of the content, which is either a file or a folder.
getName() - Method in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
The name of the shared folder.
getName() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The linked file name (including extension).
getName() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
The linked file name (including extension).
getName() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The name of this file.
getName() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The name of the this shared folder.
getName() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
The linked file name (including extension).
getName() - Method in class com.dropbox.core.v2.team.MemberProfile
Representations for a person's name.
getName() - Method in class com.dropbox.core.v2.team.NamespaceMetadata
The name of this namespace.
getName() - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
The name of the team folder.
getName() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
The name of the team.
getName() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
Representations for a person's name.
getName() - Method in class com.dropbox.core.v2.users.Account
Details of a user's name.
getName() - Method in class com.dropbox.core.v2.users.BasicAccount
Details of a user's name.
getName() - Method in class com.dropbox.core.v2.users.FullAccount
Details of a user's name.
getName() - Method in class com.dropbox.core.v2.users.FullTeam
The name of the team.
getName() - Method in class com.dropbox.core.v2.users.Team
The name of the team.
getNamespaceId() - Method in class com.dropbox.core.v2.team.NamespaceMetadata
The ID of this namespace.
getNamespaceRelative() - Method in class com.dropbox.core.v2.teamlog.PathLogInfo
Path relative to the namespace containing the content.
getNamespaces() - Method in class com.dropbox.core.v2.team.TeamNamespacesListResult
List of all namespaces the team can access.
getNamespaceType() - Method in class com.dropbox.core.v2.team.NamespaceMetadata
The type of this namespace.
getNetworkControlChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled network control.
getNewCertificateDetails() - Method in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
New SSO certificate details.
getNewParentNsId() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
New parent namespace ID.
getNewSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
New sharing permission.
getNewSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
New sharing permission.
getNewSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
New sharing permission.
getNewSubscriptionLevel() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
New doc subscription level.
getNewSubscriptionLevel() - Method in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
New folder subscription level.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
New account capture availabilty value.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
New account capture policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
New placement restriction.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
New desktop device approvals policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
New mobile device approvals policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
New over the limits policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
New device unlink policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
New enterprise mobility management policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
New extended version history policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
New file comment subscription.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
New commenting on team files policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
New file requests policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
New Google single sign-on policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails
Current external id.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
Current external id.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
New group management type.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.GroupRenameDetails
New display name.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
New group users management policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
New admin role.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
New email.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
New membership type.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
New user's name.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
New member status.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
New member change requests policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
New storage limits policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
New storage quota status.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
New team member suggestions policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
New Microsoft Office addin policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
New network control policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
New Dropbox Paper deployment policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails
New paper external link accessibility policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
New paper external accessibility policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
New Dropbox Paper policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
New permanent delete content policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
New downlaod policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
New link audience value.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
New viewer info policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
New confidentiality value.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
New shared folder link policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
New membership management policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
New external invite policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
New external join policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
New external link accessibility policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
New external invite policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
New smart sync policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
New Smart Sync opt out policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
New Smart Sync opt out policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails
New single sign-on login URL.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
New single sign-on logout URL.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
New single sign-on login URL.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
New single sign-on logout URL.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
New single sign-on policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
New single sign-on identity mode.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
New team folder status.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
New team's default language.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
New team name.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
New change policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
The new two factor authentication configuration.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
New two account policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
New session length policy.
getNewValue() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
New idle length policy.
getNoAccess() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
Specifies that the folder cannot be accessed by the user.
getNoAccountValue() - Method in class com.dropbox.core.v2.users.GetAccountBatchError
The value is an account ID specified in GetAccountBatchArg.getAccountIds() that does not exist.
getNoExplicitAccessValue() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
The action cannot be completed because the target member does not have explicit access to the file.
getNoExplicitAccessValue() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
This member does not have explicit access to the file and therefore cannot be removed.
getNoExplicitAccessValue() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
The target member only has inherited access to the shared folder.
getNoExplicitAccessValue() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
If updating the access type required the member to be added to the shared folder and there was an error when adding the member.
getNonTeamMemberValue() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Action was done on behalf of a non team member.
getNoteAclInviteOnlyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed a Paper document to be invite-only.
getNoteAclLinkDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed a Paper document to be link accessible.
getNoteAclTeamLinkDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed a Paper document to be link accessible for the team.
getNoteSharedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Shared a Paper doc.
getNoteShareReceiveDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Shared Paper document received.
getNotify() - Method in class com.dropbox.core.DbxHost
Returns the host name of the Dropbox notification server.
getNsId() - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
Namespace ID.
getNumFailures() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
The number of times that remote file deletion failed.
getNumLicensedUsers() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
The number of licenses available to the team.
getNumProvisionedUsers() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
The number of accounts that have been invited or are already active members of the team.
getNumRecipients() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
Number of recipients.
getOAuth2Token() - Static method in class com.dropbox.core.android.Auth
 
getOauth2Token() - Method in class com.dropbox.core.v2.auth.TokenFromOAuth1Result
The OAuth 2.0 token generated from the supplied OAuth 1.0 token.
getOfficeAddin() - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
The admin policy around the Dropbox Office Add-In for this team.
getOfficeAddinPolicy() - Method in class com.dropbox.core.v2.users.FullTeam
Team policy governing the use of the Office Add-In.
getOffset() - Method in class com.dropbox.core.v2.files.UploadSessionCursor
The amount of data that has been uploaded so far.
getOpenNoteSharedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Opened a shared Paper doc.
getOptions() - Method in class com.dropbox.core.http.GoogleAppEngineRequestor
 
getOrigin() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
The origin from which the actor performed the action including information about host, ip address, location, session, etc.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
Original shared folder name.
getOriginalFolderName() - Method in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
Original shared folder name.
getOs() - Method in class com.dropbox.core.v2.team.ActiveWebSession
Information on the hosting operating system.
getOsVersion() - Method in class com.dropbox.core.v2.team.MobileClientSession
The hosting OS version.
getOsVersion() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device OS version.
getOther() - Method in class com.dropbox.core.v2.team.DevicesActive
Array of number of other linked devices (blackberry, windows phone, etc) with activity.
getOutputStream() - Method in class com.dropbox.core.DbxUploader
Returns an OutputStream that writes to the request body.
getOwner() - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
The Paper doc owner's email address.
getOwnerDisplayNames() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The display names of the users that own the file.
getOwnerDisplayNames() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The display names of the users that own the folder.
getOwnerDisplayNames() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
The display names of the users that own the folder.
getOwnerTeam() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The team that owns the file.
getOwnerTeam() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The team that owns the folder.
getOwnerTeam() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
The team that owns the folder.
getPaperAccessDeniedValue() - Method in class com.dropbox.core.v2.auth.AccessError
Current account cannot access Paper.
getPaperAdminExportStartDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Exported all Paper documents in the team.
getPaperChangeDeploymentPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether Dropbox Paper, when enabled, is deployed to all teams or to specific members of the team.
getPaperChangeMemberLinkPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether non team members can view Paper documents using a link.
getPaperChangeMemberPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether team members can share Paper documents externally (i.e.
getPaperChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled Dropbox Paper for the team.
getPaperContentAddMemberDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added users to the membership of a Paper doc or folder.
getPaperContentAddToFolderDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added Paper doc or folder to a folder.
getPaperContentArchiveDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Archived Paper doc or folder.
getPaperContentCreateDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a Paper doc or folder.
getPaperContentPermanentlyDeleteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Permanently deleted a Paper doc or folder.
getPaperContentRemoveFromFolderDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed Paper doc or folder from a folder.
getPaperContentRemoveMemberDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed a user from the membership of a Paper doc or folder.
getPaperContentRenameDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Renamed Paper doc or folder.
getPaperContentRestoreDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Restored an archived Paper doc or folder.
getPaperDocAddCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a Paper doc comment.
getPaperDocChangeMemberRoleDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the access type of a Paper doc member.
getPaperDocChangeSharingPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the sharing policy for Paper doc.
getPaperDocChangeSubscriptionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Followed or unfollowed a Paper doc.
getPaperDocDeleteCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Deleted a Paper doc comment.
getPaperDocDeletedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper doc archived.
getPaperDocDownloadDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Downloaded a Paper doc in a particular output format.
getPaperDocEditCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Edited a Paper doc comment.
getPaperDocEditDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Edited a Paper doc.
getPaperDocFollowedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Followed a Paper doc.
getPaperDocMentionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Mentioned a member in a Paper doc.
getPaperDocRequestAccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Requested to be a member on a Paper doc.
getPaperDocResolveCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper doc comment resolved.
getPaperDocRevertDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Restored a Paper doc to previous revision.
getPaperDocSlackShareDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper doc link shared via slack.
getPaperDocTeamInviteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper doc shared with team member.
getPaperDocTrashedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper doc trashed.
getPaperDocumentValue() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Paper docuement's details.
getPaperDocUnresolveCommentDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Unresolved a Paper doc comment.
getPaperDocUntrashedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper doc untrashed.
getPaperDocViewDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Viewed Paper doc.
getPaperEnabledUsersGroupAdditionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Users added to Paper enabled users list.
getPaperEnabledUsersGroupRemovalDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Users removed from Paper enabled users list.
getPaperExternalViewAllowDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper external sharing policy changed: anyone.
getPaperExternalViewDefaultTeamDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper external sharing policy changed: default team.
getPaperExternalViewForbidDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper external sharing policy changed: team-only.
getPaperFolderChangeSubscriptionDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Followed or unfollowed a Paper folder.
getPaperFolderDeletedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper folder archived.
getPaperFolderFollowedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Followed a Paper folder.
getPaperFolderTeamInviteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Paper folder shared with team member.
getPaperFolderValue() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Paper folder's details.
getParent(String) - Static method in class com.dropbox.core.v1.DbxPathV1
Returns the parent path of the given path or null if the path is "/".
getParent(String) - Static method in class com.dropbox.core.v2.DbxPathV2
Returns the parent path of the given path or null if the path is "/".
getParentAssetIndex() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
Parent asset position in the Assets list.
getParentNsId() - Method in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
Parent namespace ID.
getParentSharedFolderId() - Method in class com.dropbox.core.v2.files.DeletedMetadata
getParentSharedFolderId() - Method in class com.dropbox.core.v2.files.FileMetadata
getParentSharedFolderId() - Method in class com.dropbox.core.v2.files.FileSharingInfo
ID of shared folder that holds this file.
getParentSharedFolderId() - Method in class com.dropbox.core.v2.files.FolderMetadata
getParentSharedFolderId() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
Set if the folder is contained by a shared folder.
getParentSharedFolderId() - Method in class com.dropbox.core.v2.files.Metadata
getParentSharedFolderId() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The ID of the parent shared folder.
getParentSharedFolderId() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The ID of the parent shared folder.
getParentSharedFolderId() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
The ID of the parent shared folder.
getParticipants() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
Zero or more users and/or groups that are affected by the action.
getPassword() - Method in class com.dropbox.core.v2.files.SharedLink
Password for the shared link.
getPassword() - Method in class com.dropbox.core.v2.sharing.LinkSettings
The password for the link.
getPasswordChangeDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed password.
getPasswordLoginFailDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Failed to sign in using a password.
getPasswordLoginSuccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Signed in using a password.
getPasswordProtected() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
Whether the link is protected by a password.
getPasswordProtected() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
Whether the link is protected by a password.
getPasswordProtected() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
Whether the link is protected by a password.
getPasswordResetAllDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Reset all team member passwords.
getPasswordResetDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Reset password.
getPath() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
A unique identifier for the file or folder.
getPath() - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
A unique identifier for the file or folder.
getPath() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
The path for the matched file or folder.
getPath() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
A unique identifier for the file or folder.
getPath() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
A unique identifier for the file or folder.
getPath() - Method in class com.dropbox.core.v2.files.CommitInfo
Path in the user's Dropbox to save the file.
getPath() - Method in class com.dropbox.core.v2.files.DeleteArg
Path in the user's Dropbox to delete.
getPath() - Method in class com.dropbox.core.v2.files.ThumbnailArg
The path to the image file you want to thumbnail.
getPath() - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
The full path to the parent shared folder relative to the acting user's root.
getPath() - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
Path in user's Dropbox.
getPath() - Method in class com.dropbox.core.v2.teamlog.FileLogInfo
Path relative to event context.
getPath() - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
Path relative to event context.
getPath() - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo
Path relative to event context.
getPathDisplay() - Method in class com.dropbox.core.v2.files.DeletedMetadata
The cased path to be used for display purposes only.
getPathDisplay() - Method in class com.dropbox.core.v2.files.FileMetadata
The cased path to be used for display purposes only.
getPathDisplay() - Method in class com.dropbox.core.v2.files.FolderMetadata
The cased path to be used for display purposes only.
getPathDisplay() - Method in class com.dropbox.core.v2.files.Metadata
The cased path to be used for display purposes only.
getPathDisplay() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The cased path to be used for display purposes only.
getPathLookupValue() - Method in class com.dropbox.core.v2.files.DeleteError
This instance must be tagged as DeleteError.Tag.PATH_LOOKUP.
getPathLookupValue() - Method in class com.dropbox.core.v2.files.RestoreError
An error occurs when downloading metadata for the file.
getPathLower() - Method in class com.dropbox.core.v2.files.DeletedMetadata
The lowercased full path in the user's Dropbox.
getPathLower() - Method in class com.dropbox.core.v2.files.FileMetadata
The lowercased full path in the user's Dropbox.
getPathLower() - Method in class com.dropbox.core.v2.files.FolderMetadata
The lowercased full path in the user's Dropbox.
getPathLower() - Method in class com.dropbox.core.v2.files.Metadata
The lowercased full path in the user's Dropbox.
getPathLower() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The lowercased full path in the user's Dropbox.
getPathLower() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
The lowercased full path in the user's Dropbox.
getPathLower() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The lower-case full path of this file.
getPathLower() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The lower-cased full path of this shared folder.
getPathLower() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
The lower-cased full path of this shared folder.
getPathLower() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
The lowercased full path in the user's Dropbox.
getPathRoot() - Method in class com.dropbox.core.v2.common.InvalidPathRootError
The latest path root id for user's team if the user is still in a team.
getPathRootError() - Method in exception com.dropbox.core.PathRootErrorException
 
getPathValue() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
This instance must be tagged as AddPropertiesError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
This instance must be tagged as InvalidPropertyGroupError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
This instance must be tagged as RemovePropertiesError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
This instance must be tagged as UpdatePropertiesError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
This instance must be tagged as AlphaGetMetadataError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.CreateFolderError
This instance must be tagged as CreateFolderError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.DownloadError
This instance must be tagged as DownloadError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
This instance must be tagged as GetCopyReferenceError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.GetMetadataError
This instance must be tagged as GetMetadataError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
This instance must be tagged as GetTemporaryLinkError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
This instance must be tagged as ListFolderContinueError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.ListFolderError
This instance must be tagged as ListFolderError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.ListRevisionsError
This instance must be tagged as ListRevisionsError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.PreviewError
An error occurs when downloading metadata for the file.
getPathValue() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
This instance must be tagged as SaveCopyReferenceError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.SaveUrlError
This instance must be tagged as SaveUrlError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.SearchError
This instance must be tagged as SearchError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.files.ThumbnailError
An error occurs when downloading metadata for the image.
getPathValue() - Method in class com.dropbox.core.v2.files.UploadError
Unable to save the uploaded contents to a file.
getPathValue() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Unable to save the uploaded contents to a file.
getPathValue() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Unable to save the uploaded contents to a file.
getPathValue() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
This instance must be tagged as CreateSharedLinkError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
This instance must be tagged as CreateSharedLinkWithSettingsError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
This instance must be tagged as GetSharedLinksError.Tag.PATH.
getPathValue() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
This instance must be tagged as ListSharedLinksError.Tag.PATH.
getPathWriteValue() - Method in class com.dropbox.core.v2.files.DeleteError
This instance must be tagged as DeleteError.Tag.PATH_WRITE.
getPathWriteValue() - Method in class com.dropbox.core.v2.files.RestoreError
An error occurs when trying to restore the file to that path.
getPendingInvites() - Method in class com.dropbox.core.v2.team.GetMembershipReport
The number of pending invites to the team, for each day.
getPermanentDeleteChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled the ability of team members to permanently delete content.
getPermissionLevel() - Method in class com.dropbox.core.v2.paper.AddMember
Permission for the user.
getPermissionLevel() - Method in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
Permission level for the invitee.
getPermissionLevel() - Method in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
Permission level for the user.
getPermissions() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
The permissions that requesting user has on this member.
getPermissions() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
The permissions that requesting user has on this member.
getPermissions() - Method in class com.dropbox.core.v2.sharing.MembershipInfo
The permissions that requesting user has on this member.
getPermissions() - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
The user's permissions for the parent shared folder.
getPermissions() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
The sharing permissions that requesting user has on this file.
getPermissions() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
Actions the current user may perform on the folder and its contents.
getPermissions() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
The permissions that requesting user has on this member.
getPermissions() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
The permissions that requesting user has on this member.
getPersistentId() - Method in class com.dropbox.core.v2.team.MemberProfile
Persistent ID that a team can attach to the user.
getPersistentId() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
Persistent ID that a team can attach to the user.
getPersistentIdDisabledValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
Persistent ID is only available to teams with persistent ID SAML configuration.
getPlacementRestriction() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
Placement restriction.
getPlatform() - Method in class com.dropbox.core.v2.team.DesktopClientSession
Information on the hosting platform.
getPlatform() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Device platform name.
getPolicies() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
 
getPolicy() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
Policies governing this shared file.
getPolicy() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
Policies governing this shared folder.
getPreview(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get a preview for a file.
getPreview(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get a preview for a file.
getPreviewBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get a preview for a file.
GetPreviewBuilder - Class in com.dropbox.core.v2.files
getPreviewFileIntent(Context, String, String) - Method in class com.dropbox.core.android.DbxOfficialAppConnector
Display the DropboxApp's preview of file located at path This function should only be called if file was opened through DropboxAPI.
getPreviewUrl() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
URL for displaying a web preview of the shared file.
getPreviewUrl() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
URL for displaying a web preview of the shared folder.
getPreviousCertificateDetails() - Method in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
Previous SSO certificate details.
getPreviousSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
Previous sharing permission.
getPreviousSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
Previous sharing permission.
getPreviousSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Previous sharing permission.
getPreviousSubscriptionLevel() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
Previous doc subscription level.
getPreviousSubscriptionLevel() - Method in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
Previous folder subscription level.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
Previous account capture availabilty value.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
Previous account capture policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
Previous placement restriction.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
Previous desktop device approvals policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
Previous mobile device approvals policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
Previous over the limit policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
Previous device unlink policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
Previous enterprise mobility management policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
Previous extended version history policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
Previous file comment subscription.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
Previous commenting on team files policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
Previous file requests policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
Previous Google single sign-on policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
Old external id.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
Previous group management type.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails
Old external id.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.GroupRenameDetails
Previous display name.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
Previous group users management policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
Previous admin role.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
Previous email.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
Previous user's name.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
Previous member status.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
Previous member change requests policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
Previous storage limits policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
Previous storage quota status.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
Previous team member suggestions policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
Previous Microsoft Office addin policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
Previous network control policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
Previous Dropbox Paper deployment policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
Previous paper external accessibility policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
Previous Dropbox Paper policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
Previous permanent delete content policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Previous downlaod policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Previous link audience value.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Previous view info policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
Previous confidentiality value.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Previous shared folder link policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Previous membership management policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Previous external invite policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
Previous external join policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
Previous external link accessibility policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
Previous external invite policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
Previous smart sync policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
Previous Smart Sync opt out policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
Previous Smart Sync opt out policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
Previous single sign-on login URL.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
Previous single sign-on logout URL.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
Previous single sign-on policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
Previous single sign-on identity mode.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails
Previous single sign-on login URL.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails
Previous single sign-on logout URL.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
Previous team folder status.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
Previous team's default language.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
Previous teams name.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
Previous change policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
The previous two factor authentication configuration.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
Previous two account policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
Previous session length policy.
getPreviousValue() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
Previous idle length policy.
getPrevParentNsId() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
Previous parent namespace ID.
getPrevValue() - Method in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
Previous membership type.
getProfile() - Method in class com.dropbox.core.v2.team.GroupMemberInfo
Profile of group member.
getProfile() - Method in class com.dropbox.core.v2.team.TeamMemberInfo
Profile of a user as a member of a team.
getProfilePhotoUrl() - Method in class com.dropbox.core.v2.users.Account
URL for the photo representing the user, if one is set.
getProfilePhotoUrl() - Method in class com.dropbox.core.v2.users.BasicAccount
URL for the photo representing the user, if one is set.
getProfilePhotoUrl() - Method in class com.dropbox.core.v2.users.FullAccount
URL for the photo representing the user, if one is set.
getPropertiesErrorValue() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
This instance must be tagged as AlphaGetMetadataError.Tag.PROPERTIES_ERROR.
getPropertiesErrorValue() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
This instance must be tagged as UploadErrorWithProperties.Tag.PROPERTIES_ERROR.
getPropertyGroupLookupValue() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
This instance must be tagged as PropertiesSearchError.Tag.PROPERTY_GROUP_LOOKUP.
getPropertyGroupLookupValue() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
This instance must be tagged as RemovePropertiesError.Tag.PROPERTY_GROUP_LOOKUP.
getPropertyGroupLookupValue() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
This instance must be tagged as UpdatePropertiesError.Tag.PROPERTY_GROUP_LOOKUP.
getPropertyGroups() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
The property groups which are to be added to a Dropbox file.
getPropertyGroups() - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
The property groups "snapshot" updates to force apply.
getPropertyGroups() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
List of custom property groups associated with the file.
getPropertyGroups() - Method in class com.dropbox.core.v2.files.FileMetadata
Additional information if the file has custom properties with the property template specified.
getPropertyGroups() - Method in class com.dropbox.core.v2.files.FolderMetadata
Additional information if the file has custom properties with the property template specified.
getPropertyTemplateIds() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
A list of identifiers for a template created by DbxUserFilePropertiesRequests.templatesAddForUser(String,String,List) or templatesAddForTeam.
getProxy() - Method in class com.dropbox.core.http.StandardHttpRequestor.Config
Returns the proxy configuration for network connections.
getPublicSharingPolicy() - Method in class com.dropbox.core.v2.paper.SharingPolicy
This value applies to the non-team members.
getPublicSharingPolicy() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
Sharing policy with external users.
getPublisher() - Method in class com.dropbox.core.v2.team.ApiApp
The application publisher name.
getPublisherUrl() - Method in class com.dropbox.core.v2.team.ApiApp
The publisher's URL.
getQuery() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
The property field value for which to search across templates.
getQuotaGb() - Method in class com.dropbox.core.v2.team.UserCustomQuotaArg
 
getQuotaGb() - Method in class com.dropbox.core.v2.team.UserCustomQuotaResult
 
getReadOnly() - Method in class com.dropbox.core.v2.files.FileSharingInfo
True if the file or folder is inside a read-only shared folder.
getReadOnly() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
True if the file or folder is inside a read-only shared folder.
getReadOnly() - Method in class com.dropbox.core.v2.files.SharingInfo
True if the file or folder is inside a read-only shared folder.
getReadTimeoutMillis() - Method in class com.dropbox.core.http.StandardHttpRequestor.Config
Returns the timeout, in milliseconds, for receiving a response from the servers.
getReason() - Method in class com.dropbox.core.v2.auth.RateLimitError
The reason why the app is being rate limited.
getReason() - Method in class com.dropbox.core.v2.files.UploadWriteFailed
The reason why the file couldn't be saved.
getReason() - Method in class com.dropbox.core.v2.sharing.FilePermission
The reason why the user is denied the permission.
getReason() - Method in class com.dropbox.core.v2.sharing.FolderPermission
The reason why the user is denied the permission.
getReason() - Method in class com.dropbox.core.v2.sharing.LinkPermission
 
getReason() - Method in class com.dropbox.core.v2.sharing.MemberPermission
The reason why the user is denied the permission.
getReferralLink() - Method in class com.dropbox.core.v2.users.FullAccount
The user's referral link.
getRegion() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
Region name.
getRelativePath() - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
A path relative to the specified namespace ID.
getRelinquishFolderMembershipErrorValue() - Method in class com.dropbox.core.v2.sharing.JobError
getRelocateActionDetails() - Method in class com.dropbox.core.v2.teamlog.FileCopyDetails
Relocate action details.
getRelocateActionDetails() - Method in class com.dropbox.core.v2.teamlog.FileMoveDetails
Relocate action details.
getRelocateActionDetails() - Method in class com.dropbox.core.v2.teamlog.FileRenameDetails
Relocate action details.
getRelocateActionDetails() - Method in class com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails
Relocate action details.
getRelocateActionDetails() - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Specifies the source and destination indices in the assets list.
getRelocateActionDetails() - Method in class com.dropbox.core.v2.teamlog.TeamFolderRenameDetails
Specifies the source and destination indices in the assets list.
getRemovedValue() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
User is no longer a member of the team.
getRemoveFields() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
Property fields to remove (by name), provided they exist.
getRemoveFolderMemberErrorValue() - Method in class com.dropbox.core.v2.sharing.JobError
getRequestConfig() - Method in class com.dropbox.core.v1.DbxClientV1
Returns the DbxRequestConfig that was passed in to the constructor.
getRequestConfig() - Method in class com.dropbox.core.v2.DbxRawClientV2
Returns the DbxRequestConfig that was passed in to the constructor.
getRequestedVisibility() - Method in class com.dropbox.core.v2.sharing.LinkPermissions
The shared link's requested visibility.
getRequestedVisibility() - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings
The requested access for this shared link.
getRequestId() - Method in exception com.dropbox.core.DbxException
Return the unique ID associated with the request that triggered this exception.
getRequestId(HttpRequestor.Response) - Static method in class com.dropbox.core.DbxRequestUtil
 
getRequestId() - Method in exception com.dropbox.core.DbxWrappedException
 
getRequestId() - Method in class com.dropbox.core.v2.teamlog.ApiSessionLogInfo
Api request ID.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
File request title.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
File request title.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
File request title.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
File request title.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
File request title.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
File request title.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
File request title.
getRequestTitle() - Method in class com.dropbox.core.v2.teamlog.FileRequestSendDetails
File request title.
getResellerId() - Method in class com.dropbox.core.v2.teamlog.ResellerLogInfo
Reseller ID.
getResellerName() - Method in class com.dropbox.core.v2.teamlog.ResellerLogInfo
Reseller name.
getResellerSupportSessionEndDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Ended reseller support session.
getResellerSupportSessionStartDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Started reseller support session.
getResellerValue() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Action done by reseller.
getResolvedMemberPolicy() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
Who can be a member of this shared folder, taking into account both the folder and the team-wide policy.
getResolvedVisibility() - Method in class com.dropbox.core.v2.sharing.LinkPermissions
The current visibility of the link after considering the shared links policies of the the team (in case the link's owner is part of a team) and the shared folder (in case the linked file is part of a shared folder).
getResponse() - Method in class com.dropbox.core.http.OkHttp3Requestor.AsyncCallback
 
getResponse() - Method in class com.dropbox.core.http.OkHttpRequestor.AsyncCallback
 
getResult() - Method in class com.dropbox.core.DbxDownloader
Returns the server response.
getResult() - Method in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
The outcome of the action on this member.
getResult() - Method in class com.dropbox.core.v2.sharing.FileMemberActionResult
The outcome of the action on this member.
getResult() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
The result for this particular file.
getResult() - Method in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
The result for this particular file.
getResultValue() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
The results of the query for this file if it was successful.
getRetryAfter() - Method in class com.dropbox.core.v2.auth.RateLimitError
The number of seconds that the app should wait before making another request.
getRev() - Method in class com.dropbox.core.v2.files.FileMetadata
A unique identifier for the current revision of a file.
getRev() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
A unique identifier for the current revision of a file.
getRevision() - Method in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
The Paper doc revision.
getRevision() - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
The Paper doc revision.
getRevisions(String) - Method in class com.dropbox.core.v1.DbxClientV1
Gets the metadata for the current and past revisions of a file (up to some limit) at a given path.
getRevokeDevicesStatus() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult
 
getRevokeFailureReason() - Method in class com.dropbox.core.v2.sharing.LinkPermissions
The failure reason for revoking the link.
getRevokeLinkedAppStatus() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppBatchResult
 
getRole() - Method in class com.dropbox.core.v2.team.MemberAddArg
 
getRole() - Method in class com.dropbox.core.v2.team.MembersSetPermissionsResult
The role after the change.
getRole() - Method in class com.dropbox.core.v2.team.TeamMemberInfo
The user's role in the team.
getRouteError() - Method in class com.dropbox.core.v2.callbacks.DbxRouteErrorCallback
 
getSameTeam() - Method in class com.dropbox.core.v2.sharing.GroupInfo
If the group is owned by the current user's team.
getSameTeam() - Method in class com.dropbox.core.v2.sharing.UserInfo
If the user is in the same team as current user.
getSecret() - Method in class com.dropbox.core.DbxAppInfo
Returns the Dropbox app secret (OAuth calls this the consumer secret).
getSecret() - Method in class com.dropbox.core.DbxOAuth1AccessToken
Returns the OAuth 1 access token secret.
getSecretFormatError(String) - Static method in class com.dropbox.core.DbxAppInfo
If they secret's format looks correct, return null.
getSecureRandom() - Method in interface com.dropbox.core.android.AuthActivity.SecurityProvider
Gets a SecureRandom implementation for use during authentication.
getSendWelcomeEmail() - Method in class com.dropbox.core.v2.team.MemberAddArg
Whether to send a welcome email to the member.
getSerialNumber() - Method in class com.dropbox.core.v2.teamlog.Certificate
Certificate serial number.
getServerDeleted() - Method in class com.dropbox.core.v2.files.ListRevisionsResult
The time of deletion if the file was deleted.
getServerModified() - Method in class com.dropbox.core.v2.files.FileMetadata
The last time the file was modified on Dropbox.
getServerModified() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The last time the file was modified on Dropbox.
getService() - Method in class com.dropbox.core.http.GoogleAppEngineRequestor
 
getSession() - Method in class com.dropbox.core.DbxStandardSessionStore
 
getSessionId() - Method in class com.dropbox.core.v2.files.UploadSessionCursor
The upload session ID (returned by DbxUserFilesRequests.uploadSessionStart(boolean)).
getSessionId() - Method in class com.dropbox.core.v2.files.UploadSessionStartResult
A unique identifier for the upload session.
getSessionId() - Method in class com.dropbox.core.v2.team.ActiveWebSession
The session id.
getSessionId() - Method in class com.dropbox.core.v2.team.DesktopClientSession
The session id.
getSessionId() - Method in class com.dropbox.core.v2.team.DeviceSession
The session id.
getSessionId() - Method in class com.dropbox.core.v2.team.DeviceSessionArg
The session id.
getSessionId() - Method in class com.dropbox.core.v2.team.MobileClientSession
The session id.
getSessionId() - Method in class com.dropbox.core.v2.team.RevokeDesktopClientArg
The session id.
getSessionId() - Method in class com.dropbox.core.v2.teamlog.DesktopSessionLogInfo
Session ID.
getSessionId() - Method in class com.dropbox.core.v2.teamlog.MobileSessionLogInfo
Session ID.
getSessionId() - Method in class com.dropbox.core.v2.teamlog.SessionLogInfo
Session ID.
getSessionId() - Method in class com.dropbox.core.v2.teamlog.WebSessionLogInfo
Session ID.
getSetExpiryValue() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
Set a new expiry or change an existing expiry.
getSetPasswordValue() - Method in class com.dropbox.core.v2.sharing.LinkPassword
Set a new password or change an existing password.
getSettingsErrorValue() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
There is an error with the given settings.
getSettingsErrorValue() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
There is an error with the given settings.
getSfAddGroupDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added the team to a shared folder.
getSfAllowNonMembersToViewSharedLinksDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Allowed non collaborators to view links to files in a shared folder.
getSfExternalInviteWarnDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Admin settings: team members see a warning before sharing folders outside the team (DEPRECATED FEATURE).
getSfInviteGroupDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Invited a group to a shared folder.
getSfNestDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed parent of shared folder.
getSfTeamDeclineDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Declined a team member's invitation to a shared folder.
getSfTeamGrantAccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Granted access to a shared folder.
getSfTeamInviteChangeRoleDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed a team member's role in a shared folder.
getSfTeamInviteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Invited team members to a shared folder.
getSfTeamJoinDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Joined a team member's shared folder.
getSfTeamJoinFromOobLinkDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Joined a team member's shared folder from a link.
getSfTeamUninviteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Unshared a folder with a team member.
getSha1Fingerprint() - Method in class com.dropbox.core.v2.teamlog.Certificate
Certificate sha1 fingerprint.
getSharedContentAddInviteesDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Sent an email invitation to the membership of a shared file or folder.
getSharedContentAddLinkExpiryDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added an expiry to the link for the shared file or folder.
getSharedContentAddLinkPasswordDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a password to the link for the shared file or folder.
getSharedContentAddMemberDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added users and/or groups to the membership of a shared file or folder.
getSharedContentChangeDownloadsPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether members can download the shared file or folder.
getSharedContentChangeInviteeRoleDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the access type of an invitee to a shared file or folder before the invitation was claimed.
getSharedContentChangeLinkAudienceDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the audience of the link for a shared file or folder.
getSharedContentChangeLinkExpiryDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the expiry of the link for the shared file or folder.
getSharedContentChangeLinkPasswordDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the password on the link for the shared file or folder.
getSharedContentChangeMemberRoleDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the access type of a shared file or folder member.
getSharedContentChangeViewerInfoPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether members can see who viewed the shared file or folder.
getSharedContentClaimInvitationDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Claimed membership to a team member's shared folder.
getSharedContentCopyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Copied the shared file or folder to own Dropbox.
getSharedContentDownloadDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Downloaded the shared file or folder.
getSharedContentLink() - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
Shared content link.
getSharedContentLink() - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Shared content link.
getSharedContentLink() - Method in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
Shared content link.
getSharedContentLink() - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
Shared content link.
getSharedContentLink() - Method in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
Shared content link.
getSharedContentRelinquishMembershipDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Left the membership of a shared file or folder.
getSharedContentRemoveInviteeDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed an invitee from the membership of a shared file or folder before it was claimed.
getSharedContentRemoveLinkExpiryDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the expiry of the link for the shared file or folder.
getSharedContentRemoveLinkPasswordDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the password on the link for the shared file or folder.
getSharedContentRemoveMemberDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed a user or a group from the membership of a shared file or folder.
getSharedContentRequestAccessDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Requested to be on the membership of a shared file or folder.
getSharedContentUnshareDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Unshared a shared file or folder by clearing its membership and turning off its link.
getSharedContentViewDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Previewed the shared file or folder.
getSharedFolderChangeConfidentialityDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Set or unset the confidential flag on a shared folder.
getSharedFolderChangeLinkPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed who can access the shared folder via a link.
getSharedFolderChangeMemberManagementPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed who can manage the membership of a shared folder.
getSharedFolderChangeMemberPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed who can become a member of the shared folder.
getSharedFolderCreateDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a shared folder.
getSharedFolderId() - Method in class com.dropbox.core.v2.files.FolderMetadata
getSharedFolderId() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
If this folder is a shared folder mount point, the ID of the shared folder mounted at this location.
getSharedFolderId() - Method in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
The ID of the shared folder.
getSharedFolderId() - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
The identifier of the parent shared folder.
getSharedFolderId() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
The ID of the shared folder.
getSharedFolderJoinPolicy() - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
Which shared folders team members can join.
getSharedFolderMemberPolicy() - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
Who can join folders shared by team members.
getSharedFolderMountDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a shared folder to own Dropbox.
getSharedFolders() - Method in class com.dropbox.core.v2.team.GetStorageReport
Array of the number of shared folders owned by team members, for each day.
getSharedFolderTransferOwnershipDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Transferred the ownership of a shared folder to another member.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Shared folder type.
getSharedFolderType() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Shared folder type.
getSharedFolderUnmountDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Deleted a shared folder from Dropbox.
getSharedLinkCreatePolicy() - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
Who can view shared links owned by team members.
getSharedLinkFile(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Download the shared link's file from a user's Dropbox.
getSharedLinkFileBuilder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Download the shared link's file from a user's Dropbox.
GetSharedLinkFileBuilder - Class in com.dropbox.core.v2.sharing
GetSharedLinkFileError - Enum in com.dropbox.core.v2.sharing
 
GetSharedLinkFileErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a GetSharedLinkFileError error.
GetSharedLinkFileErrorException(String, String, LocalizedText, GetSharedLinkFileError) - Constructor for exception com.dropbox.core.v2.sharing.GetSharedLinkFileErrorException
 
getSharedLinkMetadata(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Get the shared link's metadata.
getSharedLinkMetadataBuilder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Get the shared link's metadata.
GetSharedLinkMetadataBuilder - Class in com.dropbox.core.v2.sharing
getSharedLinkPolicy() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
Who links can be shared with.
getSharedLinks() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
getSharedLinks(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
getSharedLinksCreated() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of shared links created.
GetSharedLinksError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
GetSharedLinksError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for GetSharedLinksError.
GetSharedLinksErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a GetSharedLinksError error.
GetSharedLinksErrorException(String, String, LocalizedText, GetSharedLinksError) - Constructor for exception com.dropbox.core.v2.sharing.GetSharedLinksErrorException
 
GetSharedLinksResult - Class in com.dropbox.core.v2.sharing
 
GetSharedLinksResult(List<LinkMetadata>) - Constructor for class com.dropbox.core.v2.sharing.GetSharedLinksResult
 
getSharedLinksViewedByNotLoggedIn() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of views by non-logged-in users to shared links created by the team.
getSharedLinksViewedByOutsideUser() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of views by users outside of the team to shared links created by the team.
getSharedLinksViewedByTeam() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the number of views by team users to shared links created by the team.
getSharedLinksViewedTotal() - Method in class com.dropbox.core.v2.team.GetActivityReport
Array of the total number of views to shared links created by the team.
getSharedNoteOpenedDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Shared Paper document was opened.
getSharedUsage() - Method in class com.dropbox.core.v2.team.GetStorageReport
Array of the combined size (bytes) of team members' shared folders, for each day.
getSharing() - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
Policies governing sharing.
getSharingChangeFolderJoinPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether team members can join shared folders owned externally (i.e.
getSharingChangeLinkPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether team members can share links externally (i.e.
getSharingChangeMemberPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed whether team members can share files and folders externally (i.e.
getSharingInfo() - Method in class com.dropbox.core.v2.files.FileMetadata
Set if this file is contained in a shared folder.
getSharingInfo() - Method in class com.dropbox.core.v2.files.FolderMetadata
Set if the folder is contained in a shared folder or is a shared folder mount point.
getSharingNonMemberRecipients() - Method in class com.dropbox.core.v2.teamlog.ShmodelFbShareDetails
Sharing non member recipients.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
Sharing permission.
getSharingPermission() - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
Sharing permission.
getSharingPolicies() - Method in class com.dropbox.core.v2.users.FullTeam
Team policies governing sharing.
getShmodelAppCreateDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a link to a file using an app.
getShmodelCreateDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a new link.
getShmodelDisableDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed a link.
getShmodelFbShareDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Shared a link with Facebook users.
getShmodelGroupShareDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Shared a link with a group.
getShmodelRemoveExpirationDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the expiration date from a link.
getShmodelSetExpirationDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added an expiration date to a link.
getShmodelTeamCopyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a team member's file/folder to their Dropbox from a link.
getShmodelTeamDownloadDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Downloaded a team member's file/folder from a link.
getShmodelTeamShareDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Shared a link with team members.
getShmodelTeamViewDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Opened a team member's link.
getShmodelVisibilityPasswordDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Password-protected a link.
getShmodelVisibilityPublicDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Made a file/folder visible to anyone with the link.
getShmodelVisibilityTeamOnlyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Made a file/folder visible only to team members with the link.
getSignInAsSessionEndDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Ended admin sign-in-as session.
getSignInAsSessionStartDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Started admin sign-in-as session.
getSignInAsValue() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Sign in as session details.
getSize() - Method in class com.dropbox.core.v2.files.FileMetadata
The file size in bytes.
getSize() - Method in class com.dropbox.core.v2.files.ThumbnailArg
The size for the thumbnail image.
getSize() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The file size in bytes.
getSmartSyncChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the default Smart Sync policy for team members.
getSmartSyncCreateAdminPrivilegeReportDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Smart Sync non-admin devices report created.
getSmartSyncNotOptOutDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Opted team into Smart Sync.
getSmartSyncOptOutDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Opted team out of Smart Sync.
getSpaceLeft() - Method in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
The amount of space left in the user's Dropbox, less than space_needed.
getSpaceNeeded() - Method in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
The amount of space needed to add the item (the size of the item).
getSpaceShortage() - Method in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
The amount of extra space needed to add the item.
getSpaceUsage() - Method in class com.dropbox.core.v2.users.DbxUserUsersRequests
Get the space usage information for the current user's account.
getSrcAssetIndex() - Method in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
Source asset position in the Assets list.
getSrcParticipantIndex() - Method in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
Source participant position in the Participants list.
getSSLSocketFactory() - Static method in class com.dropbox.core.http.SSLConfig
 
getSsoAddCertDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added the X.509 certificate for SSO.
getSsoAddLoginUrlDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added sign-in URL for SSO.
getSsoAddLogoutUrlDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added sign-out URL for SSO.
getSsoChangeCertDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the X.509 certificate for SSO.
getSsoChangeLoginUrlDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the sign-in URL for SSO.
getSsoChangeLogoutUrlDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the sign-out URL for SSO.
getSsoChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Change the single sign-on policy for the team.
getSsoChangeSamlIdentityModeDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the SAML identity mode for SSO.
getSsoLoginFailDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Failed to sign in using SSO.
getSsoRemoveCertDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the X.509 certificate for SSO.
getSsoRemoveLoginUrlDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the sign-in URL for SSO.
getSsoRemoveLogoutUrlDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed single sign-on logout URL.
getStart() - Method in class com.dropbox.core.v2.files.SearchResult
Used for paging.
getStartDate() - Method in class com.dropbox.core.v2.team.BaseDfbReport
First date present in the results as 'YYYY-MM-DD' or None.
getStartDate() - Method in class com.dropbox.core.v2.team.GetActivityReport
First date present in the results as 'YYYY-MM-DD' or None.
getStartDate() - Method in class com.dropbox.core.v2.team.GetDevicesReport
First date present in the results as 'YYYY-MM-DD' or None.
getStartDate() - Method in class com.dropbox.core.v2.team.GetMembershipReport
First date present in the results as 'YYYY-MM-DD' or None.
getStartDate() - Method in class com.dropbox.core.v2.team.GetStorageReport
First date present in the results as 'YYYY-MM-DD' or None.
getStartDate() - Method in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
Report start date.
getStartTime() - Method in class com.dropbox.core.v2.teamcommon.TimeRange
Optional starting time (inclusive).
getStatus() - Method in class com.dropbox.core.v2.team.MemberProfile
The user's status as a member of a specific team.
getStatus() - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
The status of the team folder.
getStatus() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
The user's status as a member of a specific team.
getStatusCode() - Method in exception com.dropbox.core.BadResponseCodeException
Returns HTTP status code received from the Dropbox server.
getStatusCode() - Method in class com.dropbox.core.http.HttpRequestor.Response
Returns HTTP status response code.
getStatusErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
This instance must be tagged as TeamFolderActivateError.Tag.STATUS_ERROR.
getStatusErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
This instance must be tagged as TeamFolderArchiveError.Tag.STATUS_ERROR.
getStatusErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
This instance must be tagged as TeamFolderPermanentlyDeleteError.Tag.STATUS_ERROR.
getStatusErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
This instance must be tagged as TeamFolderRenameError.Tag.STATUS_ERROR.
GetStorageReport - Class in com.dropbox.core.v2.team
Storage Report Result.
GetStorageReport(String, List<Long>, List<Long>, List<Long>, List<Long>, List<List<StorageBucket>>) - Constructor for class com.dropbox.core.v2.team.GetStorageReport
Storage Report Result.
getStringValue(JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
getSubject() - Method in class com.dropbox.core.v2.teamlog.Certificate
Certificate subject.
getSubmittedFileNames() - Method in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
Submitted file names.
getSuccess() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
Result of the revoking request.
getSuccess() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
Result of the revoking request.
getSuccessValue() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
This instance must be tagged as DeleteBatchResultEntry.Tag.SUCCESS.
getSuccessValue() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
This instance must be tagged as GetThumbnailBatchResultEntry.Tag.SUCCESS.
getSuccessValue() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
This instance must be tagged as UploadSessionFinishBatchResultEntry.Tag.SUCCESS.
getSuccessValue() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Member was successfully removed from this file.
getSuccessValue() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Member was successfully removed from this file.
getSuccessValue() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
User's custom quota.
getSuccessValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
Describes a user that was successfully added to the team.
getSuccessValue() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Successfully removed user.
getSurname() - Method in class com.dropbox.core.v2.teamlog.UserNameLogInfo
Surname.
getSurname() - Method in class com.dropbox.core.v2.users.Name
Also known as a last name or family name.
getSuspendedMembers() - Method in class com.dropbox.core.v2.team.GetMembershipReport
The number of suspended team members, for each day.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfInviteGroupDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
Target asset position in the Assets list.
getTargetAssetIndex() - Method in class com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails
Target asset position in the Assets list.
getTeam() - Method in class com.dropbox.core.v2.users.FullAccount
If this account is a member of a team, information about that team.
getTeamActivityCreateReportDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a team activity report.
getTeamDisplayName() - Method in class com.dropbox.core.v2.teamlog.TeamName
Team's display name.
GetTeamEventsContinueError - Enum in com.dropbox.core.v2.teamlog
Errors that can be raised when calling DbxTeamTeamLogRequests.getEventsContinue(String).
GetTeamEventsContinueErrorException - Exception in com.dropbox.core.v2.teamlog
Exception thrown when the server responds with a GetTeamEventsContinueError error.
GetTeamEventsContinueErrorException(String, String, LocalizedText, GetTeamEventsContinueError) - Constructor for exception com.dropbox.core.v2.teamlog.GetTeamEventsContinueErrorException
 
GetTeamEventsError - Enum in com.dropbox.core.v2.teamlog
GetTeamEventsErrorException - Exception in com.dropbox.core.v2.teamlog
Exception thrown when the server responds with a GetTeamEventsError error.
GetTeamEventsErrorException(String, String, LocalizedText, GetTeamEventsError) - Constructor for exception com.dropbox.core.v2.teamlog.GetTeamEventsErrorException
 
GetTeamEventsResult - Class in com.dropbox.core.v2.teamlog
 
GetTeamEventsResult(List<TeamEvent>, String, boolean) - Constructor for class com.dropbox.core.v2.teamlog.GetTeamEventsResult
 
getTeamFolderChangeStatusDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the archival status of a team folder.
getTeamFolderCreateDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Created a new team folder in active status.
getTeamFolderDowngradeDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Downgraded a team folder to a regular shared folder.
getTeamFolderId() - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
The ID of the team folder.
getTeamFolderMetadataValue() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
Properties of a team folder.
getTeamFolderPermanentlyDeleteDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Permanently deleted an archived team folder.
getTeamFolderRenameDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Renamed an active or archived team folder.
getTeamFolders() - Method in class com.dropbox.core.v2.team.TeamFolderListResult
List of all team folders in the authenticated team.
getTeamId() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
The ID of the team.
getTeamInfo() - Method in class com.dropbox.core.v2.sharing.TeamMemberInfo
Information about the member's team.
getTeamJoinDetails() - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
Additional information relevant when a new member joins the team.
getTeamLegalName() - Method in class com.dropbox.core.v2.teamlog.TeamName
Team's legal name.
getTeamLicenseLimitValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
Team is already full.
getTeamMemberId() - Method in class com.dropbox.core.v2.sharing.UserInfo
The team member ID of the shared folder member.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.DeviceSessionArg
The unique id of the member owning the device.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.MemberDevices
The member unique Id.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.MemberLinkedApps
The member unique Id.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.MemberProfile
ID of user as a member of a team.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.MembersSetPermissionsResult
The member ID of the user to which the change was applied.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.NamespaceMetadata
If this is a team member folder, the ID of the team member.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.RevokeDesktopClientArg
The unique id of the member owning the device.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
The unique id of the member owning the device.
getTeamMemberId() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
ID of user as a member of a team.
getTeamMemberId() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
Team member ID.
getTeamMemberId() - Method in class com.dropbox.core.v2.users.BasicAccount
The user's unique team member id.
getTeamMemberId() - Method in class com.dropbox.core.v2.users.FullAccount
This account's unique team member id.
getTeamMemberIdValue() - Method in class com.dropbox.core.v2.team.UserSelectorArg
This instance must be tagged as UserSelectorArg.Tag.TEAM_MEMBER_ID.
getTeamMemberInfo() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
The team membership information of the link's owner.
getTeamMemberInfo() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
The team membership information of the link's owner.
getTeamMemberInfo() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
The team membership information of the link's owner.
getTeamMemberValue() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Action was done on behalf of a team member.
getTeamMergeFromDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Merged another team into this team.
getTeamMergeToDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Merged this team into another team.
getTeamName() - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
Team name.
getTeamName() - Method in class com.dropbox.core.v2.teamlog.TeamMergeFromDetails
The name of the team that was merged into this team.
getTeamName() - Method in class com.dropbox.core.v2.teamlog.TeamMergeToDetails
The name of the team that this team was merged into.
getTeamProfileAddLogoDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a team logo to be displayed on shared link headers.
getTeamProfileChangeDefaultLanguageDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the default language for the team.
getTeamProfileChangeLogoDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the team logo to be displayed on shared link headers.
getTeamProfileChangeNameDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the team name.
getTeamProfileRemoveLogoDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the team logo to be displayed on shared link headers.
getTeamSharedDropboxErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
getTeamSharedDropboxErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
getTeamSharedDropboxErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
getTeamSharedDropboxErrorValue() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
getTeamSharingPolicy() - Method in class com.dropbox.core.v2.paper.SharingPolicy
This value applies to the team members only.
getTeamSharingPolicy() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
Sharing policy with team.
getTeamSize() - Method in class com.dropbox.core.v2.team.GetMembershipReport
Team size, for each day.
getTeamValue() - Method in class com.dropbox.core.v2.users.SpaceAllocation
The user shares space with other members of their team.
getTechnicalErrorMessage() - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
A technical explanation of the error.
GetTemplateArg - Class in com.dropbox.core.v2.fileproperties
 
GetTemplateArg(String) - Constructor for class com.dropbox.core.v2.fileproperties.GetTemplateArg
 
GetTemplateArg.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
getTemplateId() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateResult
getTemplateId() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateArg
getTemplateId() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup
A unique identifier for the associated template.
getTemplateId() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
A unique identifier for a property template.
getTemplateId() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
getTemplateId() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult
getTemplateIds() - Method in class com.dropbox.core.v2.fileproperties.ListTemplateResult
getTemplateNotFoundValue() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Template does not exist for the given identifier.
getTemplateNotFoundValue() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Template does not exist for the given identifier.
getTemplateNotFoundValue() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Template does not exist for the given identifier.
getTemplateNotFoundValue() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Template does not exist for the given identifier.
getTemplateNotFoundValue() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
Template does not exist for the given identifier.
getTemplateNotFoundValue() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Template does not exist for the given identifier.
GetTemplateResult - Class in com.dropbox.core.v2.fileproperties
 
GetTemplateResult(String, String, List<PropertyFieldTemplate>) - Constructor for class com.dropbox.core.v2.fileproperties.GetTemplateResult
 
GetTemplateResult.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
getTemporaryLink(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get a temporary link to stream content of a file.
GetTemporaryLinkError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
GetTemporaryLinkError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for GetTemporaryLinkError.
GetTemporaryLinkErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a GetTemporaryLinkError error.
GetTemporaryLinkErrorException(String, String, LocalizedText, GetTemporaryLinkError) - Constructor for exception com.dropbox.core.v2.files.GetTemporaryLinkErrorException
 
GetTemporaryLinkResult - Class in com.dropbox.core.v2.files
 
GetTemporaryLinkResult(FileMetadata, String) - Constructor for class com.dropbox.core.v2.files.GetTemporaryLinkResult
 
getText() - Method in class com.dropbox.core.LocalizedText
Returns the localized, human-readable text.
getTfaAddBackupPhoneDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a backup phone for two-step verification.
getTfaAddSecurityKeyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Added a security key for two-step verification.
getTfaChangeBackupPhoneDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed the backup phone for two-step verification.
getTfaChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Change two-step verification policy for the team.
getTfaChangeStatusDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled, disabled or changed the configuration for two-step verification.
getTfaRemoveBackupPhoneDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed the backup phone for two-step verification.
getTfaRemoveSecurityKeyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Removed a security key for two-step verification.
getTfaResetDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Reset two-step verification for team member.
getThumbnail(DbxThumbnailSize, DbxThumbnailFormat, String, String, OutputStream) - Method in class com.dropbox.core.v1.DbxClientV1
Downloads a thumbnail for the image file at the given path in Dropbox.
getThumbnail(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get a thumbnail for an image.
getThumbnail() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
getThumbnailBatch(List<ThumbnailArg>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get thumbnails for a list of images.
GetThumbnailBatchError - Enum in com.dropbox.core.v2.files
 
GetThumbnailBatchErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a GetThumbnailBatchError error.
GetThumbnailBatchErrorException(String, String, LocalizedText, GetThumbnailBatchError) - Constructor for exception com.dropbox.core.v2.files.GetThumbnailBatchErrorException
 
GetThumbnailBatchResult - Class in com.dropbox.core.v2.files
 
GetThumbnailBatchResult(List<GetThumbnailBatchResultEntry>) - Constructor for class com.dropbox.core.v2.files.GetThumbnailBatchResult
 
GetThumbnailBatchResultData - Class in com.dropbox.core.v2.files
 
GetThumbnailBatchResultData(FileMetadata, String) - Constructor for class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
GetThumbnailBatchResultEntry - Class in com.dropbox.core.v2.files
This class is an open tagged union.
GetThumbnailBatchResultEntry.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for GetThumbnailBatchResultEntry.
getThumbnailBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Get a thumbnail for an image.
GetThumbnailBuilder - Class in com.dropbox.core.v2.files
getTimeInvited() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
Timestamp indicating when the current user was invited to this shared file.
getTimeInvited() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
Timestamp indicating when the current user was invited to this shared folder.
getTimeLastSeen() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
The UTC timestamp of when the user has last seen the content, if they have.
getTimestamp() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
The Dropbox timestamp representing when the action was taken.
getTimeTaken() - Method in class com.dropbox.core.v2.files.MediaMetadata
The timestamp when the photo/video is taken.
getTimeTaken() - Method in class com.dropbox.core.v2.files.PhotoMetadata
The timestamp when the photo/video is taken.
getTimeTaken() - Method in class com.dropbox.core.v2.files.VideoMetadata
The timestamp when the photo/video is taken.
getTitle() - Method in class com.dropbox.core.v2.filerequests.FileRequest
The title of the file request.
getTitle() - Method in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
The Paper doc title.
getTitle() - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
The Paper doc title.
getTokenKey() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Shared link token key.
getTokenKey() - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
Shared link token key.
getTokenKey() - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
Shared link token key.
getTokenKey() - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
Shared link token key.
getTokenPartError(String) - Static method in class com.dropbox.core.DbxAppInfo
 
getTooManyMembersValue() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
The value is the member limit that was reached.
getTooManyPendingInvitesValue() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
The value is the pending invite limit that was reached.
getToPath() - Method in class com.dropbox.core.v2.files.RelocationPath
Path in the user's Dropbox that is the destination.
getTotal() - Method in class com.dropbox.core.v2.team.DevicesActive
Array of total number of linked clients with activity.
getTotalUsage() - Method in class com.dropbox.core.v2.team.GetStorageReport
Sum of the shared, unshared, and datastore usages, for each day.
getToValue() - Method in class com.dropbox.core.v2.files.RelocationBatchError
This instance must be tagged as RelocationBatchError.Tag.TO.
getToValue() - Method in class com.dropbox.core.v2.files.RelocationError
This instance must be tagged as RelocationError.Tag.TO.
getTraverseOnly() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
Specifies that the folder can only be traversed and the user can only see a limited subset of the contents of this folder because they don't have read access to this folder.
getTrustManager() - Static method in class com.dropbox.core.http.SSLConfig
 
getTwoAccountChangePolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Enabled or disabled the option for team members to link a personal Dropbox account in addition to their work account to the same computer.
getType() - Method in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
Data type of the value of this property field.
getTypeName() - Method in class com.dropbox.core.util.Dumpable
 
getTypeName() - Method in class com.dropbox.core.v1.DbxEntry.File
 
getTypeName() - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
getUid() - Static method in class com.dropbox.core.android.Auth
 
getUnit() - Method in class com.dropbox.core.v2.teamlog.DurationLogInfo
Time unit.
getUnsharedUsage() - Method in class com.dropbox.core.v2.team.GetStorageReport
Array of the combined size (bytes) of team members' root namespaces, for each day.
getUnshareFolderErrorValue() - Method in class com.dropbox.core.v2.sharing.JobError
Error occurred while performing DbxUserSharingRequests.unshareFolder(String,boolean) action.
getUnverifiedDropboxIdValue() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
The value is the ID of the Dropbox user with an unverified e-mail address.
getUpdated() - Method in class com.dropbox.core.v2.team.ActiveWebSession
The time of the last activity from this session.
getUpdated() - Method in class com.dropbox.core.v2.team.DesktopClientSession
The time of the last activity from this session.
getUpdated() - Method in class com.dropbox.core.v2.team.DeviceSession
The time of the last activity from this session.
getUpdated() - Method in class com.dropbox.core.v2.team.MobileClientSession
The time of the last activity from this session.
getUpdatePropertyGroups() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
The property groups "delta" updates to apply.
getUpdateValue() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
If null, the file request's deadline is cleared.
getUpdateValue() - Method in class com.dropbox.core.v2.files.WriteMode
Overwrite if the given "rev" matches the existing file's "rev".
getUpgradeAccountIntent(Context) - Method in class com.dropbox.core.android.DbxOfficialAppConnector
 
getUploadApiRateLimitValue() - Method in class com.dropbox.core.v2.team.FeatureValue
This instance must be tagged as FeatureValue.Tag.UPLOAD_API_RATE_LIMIT.
getUploadSessionId() - Method in class com.dropbox.core.v2.files.UploadWriteFailed
The upload session ID; this may be used to retry the commit.
getUpsellUrl() - Method in class com.dropbox.core.v2.sharing.InsufficientPlan
A URL to send the user to in order to obtain the account type they need, e.g.
getUrl() - Method in class com.dropbox.core.v2.filerequests.FileRequest
The URL of the file request.
getUrl() - Method in class com.dropbox.core.v2.files.SharedLink
Shared link url.
getUrl() - Method in class com.dropbox.core.v2.sharing.CollectionLinkMetadata
URL of the shared link.
getUrl() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
URL of the shared link.
getUrl() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
URL of the shared link.
getUrl() - Method in class com.dropbox.core.v2.sharing.LinkMetadata
URL of the shared link.
getUrl() - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
URL of the shared link.
getUrl() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
The URL of the link.
getUrl() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
URL of the shared link.
getUrlState() - Method in class com.dropbox.core.DbxAuthFinish
Returns the state data you passed in to DbxWebAuth.start(java.lang.String).
getUsed() - Method in class com.dropbox.core.v2.users.SpaceUsage
The user's total space usage (bytes).
getUsed() - Method in class com.dropbox.core.v2.users.TeamSpaceAllocation
The total space currently used by the user's team (bytes).
getUsedRescueCode() - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
Used two factor authentication rescue code.
getUser() - Method in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
User shared on the Paper doc.
getUser() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
The user this invitation is tied to, if available.
getUser() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
The account information for the membership user.
getUser() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
The account information for the membership user.
getUser() - Method in class com.dropbox.core.v2.team.MemberAccess
Identity of a user.
getUser() - Method in class com.dropbox.core.v2.team.UserCustomQuotaArg
 
getUser() - Method in class com.dropbox.core.v2.team.UserCustomQuotaResult
 
getUserAgent() - Method in class com.dropbox.core.v2.team.ActiveWebSession
Information on the hosting device.
getUserAgent() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
Web browser name.
getUserAlreadyOnTeamValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
User is already on this team.
getUserAlreadyPairedValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
User is already paired.
getUserCannotBeManagerOfCompanyManagedGroupValue() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
A company-managed group cannot be managed by a user.
getUserCreationFailedValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
User creation has failed.
getUserErrorValue() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
This instance must be tagged as AddFileMemberError.Tag.USER_ERROR.
getUserErrorValue() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
This instance must be tagged as GetFileMetadataError.Tag.USER_ERROR.
getUserErrorValue() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
This instance must be tagged as ListFileMembersContinueError.Tag.USER_ERROR.
getUserErrorValue() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
This instance must be tagged as ListFileMembersError.Tag.USER_ERROR.
getUserErrorValue() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
User account had a problem.
getUserErrorValue() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
This instance must be tagged as RemoveFileMemberError.Tag.USER_ERROR.
getUserErrorValue() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
This instance must be tagged as UnshareFileError.Tag.USER_ERROR.
getUserFriendlyMessage() - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
A user friendly explanation of the error.
getUserId() - Method in class com.dropbox.core.DbxAuthFinish
Returns the Dropbox user ID of the user who just approved your app for access to their Dropbox account.
getUserId() - Method in class com.dropbox.core.v2.DbxRawClientV2
Returns the userId that was passed in to the constructor.
getUserLocale() - Method in class com.dropbox.core.DbxRequestConfig
Returns the userLocale you passed in when constructing this object, which defaults to null.
getUserMessage() - Method in exception com.dropbox.core.DbxApiException
Returns a human-readable message that can be displayed to the end user.
getUserMessage() - Method in exception com.dropbox.core.DbxWrappedException
 
getUserMigrationFailedValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
User migration has failed.
getUserOnAnotherTeamValue() - Method in class com.dropbox.core.v2.team.MemberAddResult
User is already on another team.
getUsers() - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
List of users that are invited on the Paper folder.
getUsers() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
List of users with their respective permission levels that are invited on the Paper folder.
getUsers() - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
The list of user members of the shared file.
getUsers() - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
The list of user members of the shared folder.
getUsers() - Method in class com.dropbox.core.v2.team.StorageBucket
The number of people whose storage is in the range of this storage bucket.
getUsersNotFoundValue() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
These users were not found in Dropbox.
getUsersNotFoundValue() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
These users were not found in Dropbox.
getUserValue() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
The user who did the action.
getUserValue() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
User details.
getValue() - Method in class com.dropbox.core.http.HttpRequestor.Header
Returns header value.
getValue() - Method in class com.dropbox.core.v2.fileproperties.PropertyField
Value of the property field associated with a file and template.
getValue() - Method in class com.dropbox.core.v2.paper.Cursor
The actual cursor value.
getValue() - Method in class com.dropbox.core.v2.teamlog.MemberAddNameDetails
User's name.
getValues() - Method in class com.dropbox.core.v2.team.FeaturesGetValuesBatchResult
 
getVerificationMethod() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
Domain name verification method.
getVerificationMethod() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
Domain name verification method.
getViewerInfoPolicy() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
Who can enable/disable viewer info for this shared folder.
getVisibility() - Method in class com.dropbox.core.v2.sharing.CollectionLinkMetadata
Who can access the link.
getVisibility() - Method in class com.dropbox.core.v2.sharing.LinkMetadata
Who can access the link.
getVisibility() - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
Who can access the link.
getWarning() - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
A localized string with additional information about why the user has this access level to the content.
getWeb() - Method in class com.dropbox.core.DbxHost
Returns the host name of the Dropbox web server.
getWebSessions() - Method in class com.dropbox.core.v2.team.MemberDevices
List of web sessions made by this team member.
getWebSessionsChangeFixedLengthPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed how long team members can stay signed in to Dropbox on the web.
getWebSessionsChangeIdleLengthPolicyDetailsValue() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Changed how long team members can be idle while signed in to Dropbox on the web.
getWebSessionValue() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
End an active session.
getWidth() - Method in class com.dropbox.core.v2.files.Dimensions
Width of the photo/video.
getWindows() - Method in class com.dropbox.core.v2.team.DevicesActive
Array of number of linked windows (desktop) clients with activity.
givenName - Variable in class com.dropbox.core.v1.DbxAccountInfo.NameDetails
 
givenName - Variable in class com.dropbox.core.v2.teamlog.UserNameLogInfo
 
givenName - Variable in class com.dropbox.core.v2.users.Name
 
GoogleAppEngineRequestor - Class in com.dropbox.core.http
HttpRequestor implementation that uses Google App Engine URL fetch service.
GoogleAppEngineRequestor() - Constructor for class com.dropbox.core.http.GoogleAppEngineRequestor
 
GoogleAppEngineRequestor(FetchOptions) - Constructor for class com.dropbox.core.http.GoogleAppEngineRequestor
 
GoogleAppEngineRequestor(FetchOptions, URLFetchService) - Constructor for class com.dropbox.core.http.GoogleAppEngineRequestor
 
googleSsoChangePolicyDetails(GoogleSsoChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS.
GoogleSsoChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled Google single sign-on for the team.
GoogleSsoChangePolicyDetails(GoogleSsoPolicy, GoogleSsoPolicy) - Constructor for class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
Enabled or disabled Google single sign-on for the team.
GoogleSsoChangePolicyDetails(GoogleSsoPolicy) - Constructor for class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
Enabled or disabled Google single sign-on for the team.
GoogleSsoPolicy - Enum in com.dropbox.core.v2.teamlog
Google SSO policy
GpsCoordinates - Class in com.dropbox.core.v2.files
GPS coordinates for a photo or video.
GpsCoordinates(double, double) - Constructor for class com.dropbox.core.v2.files.GpsCoordinates
GPS coordinates for a photo or video.
GracePeriod - Enum in com.dropbox.core.v2.filerequests
 
group - Variable in class com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder
 
group - Variable in class com.dropbox.core.v2.sharing.GroupMembershipInfo
 
group(GroupLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Returns an instance of ParticipantLogInfo that has its tag set to ParticipantLogInfo.Tag.GROUP.
GROUP_ACCESS - Static variable in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
The current user has access to the shared file via a group.
GROUP_ACCESS - Static variable in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
The current user has access to the shared folder via a group.
GROUP_ACCESS - Static variable in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
The target user has access to the shared folder via a group.
GROUP_DELETED - Static variable in class com.dropbox.core.v2.sharing.AddMemberSelectorError
At least one of the specified groups in AddFolderMemberArg.getMembers() is deleted.
GROUP_NOT_FOUND - Static variable in class com.dropbox.core.v2.team.GroupMembersAddError
No matching group found.
GROUP_NOT_FOUND - Static variable in class com.dropbox.core.v2.team.GroupMembersRemoveError
No matching group found.
GROUP_NOT_IN_TEAM - Static variable in class com.dropbox.core.v2.team.GroupMembersAddError
Group is not in this team.
GROUP_NOT_IN_TEAM - Static variable in class com.dropbox.core.v2.team.GroupMembersRemoveError
Group is not in this team.
GROUP_NOT_ON_TEAM - Static variable in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Sharing to a group that is not on the current user's team.
GroupAccessType - Enum in com.dropbox.core.v2.team
Role of a user in group.
groupAddExternalIdDetails(GroupAddExternalIdDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS.
GroupAddExternalIdDetails - Class in com.dropbox.core.v2.teamlog
Added an external ID for group.
GroupAddExternalIdDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails
Added an external ID for group.
groupAddMemberDetails(GroupAddMemberDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS.
GroupAddMemberDetails - Class in com.dropbox.core.v2.teamlog
Added team members to a group.
GroupAddMemberDetails(boolean) - Constructor for class com.dropbox.core.v2.teamlog.GroupAddMemberDetails
Added team members to a group.
groupChangeExternalIdDetails(GroupChangeExternalIdDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS.
GroupChangeExternalIdDetails - Class in com.dropbox.core.v2.teamlog
Changed the external ID for group.
GroupChangeExternalIdDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
Changed the external ID for group.
groupChangeManagementTypeDetails(GroupChangeManagementTypeDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS.
GroupChangeManagementTypeDetails - Class in com.dropbox.core.v2.teamlog
Changed group management type.
GroupChangeManagementTypeDetails(GroupManagementType, GroupManagementType) - Constructor for class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
Changed group management type.
GroupChangeManagementTypeDetails(GroupManagementType) - Constructor for class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
Changed group management type.
groupChangeMemberRoleDetails(GroupChangeMemberRoleDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS.
GroupChangeMemberRoleDetails - Class in com.dropbox.core.v2.teamlog
Changed the manager permissions belonging to a group member.
GroupChangeMemberRoleDetails(boolean) - Constructor for class com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails
Changed the manager permissions belonging to a group member.
groupCreateDetails(GroupCreateDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_CREATE_DETAILS.
GroupCreateDetails - Class in com.dropbox.core.v2.teamlog
Created a group.
GroupCreateDetails(GroupJoinPolicy, Boolean) - Constructor for class com.dropbox.core.v2.teamlog.GroupCreateDetails
Created a group.
GroupCreateDetails(GroupJoinPolicy) - Constructor for class com.dropbox.core.v2.teamlog.GroupCreateDetails
Created a group.
GroupCreateError - Enum in com.dropbox.core.v2.team
 
GroupCreateErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupCreateError error.
GroupCreateErrorException(String, String, LocalizedText, GroupCreateError) - Constructor for exception com.dropbox.core.v2.team.GroupCreateErrorException
 
groupDeleteDetails(GroupDeleteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_DELETE_DETAILS.
GroupDeleteDetails - Class in com.dropbox.core.v2.teamlog
Deleted a group.
GroupDeleteDetails(Boolean) - Constructor for class com.dropbox.core.v2.teamlog.GroupDeleteDetails
Deleted a group.
GroupDeleteDetails() - Constructor for class com.dropbox.core.v2.teamlog.GroupDeleteDetails
Deleted a group.
GroupDeleteError - Enum in com.dropbox.core.v2.team
 
GroupDeleteErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupDeleteError error.
GroupDeleteErrorException(String, String, LocalizedText, GroupDeleteError) - Constructor for exception com.dropbox.core.v2.team.GroupDeleteErrorException
 
groupExternalId(String) - Static method in class com.dropbox.core.v2.team.GroupSelector
Returns an instance of GroupSelector that has its tag set to GroupSelector.Tag.GROUP_EXTERNAL_ID.
groupExternalId - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
 
groupExternalId - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary
 
groupExternalIds(List<String>) - Static method in class com.dropbox.core.v2.team.GroupsSelector
Returns an instance of GroupsSelector that has its tag set to GroupsSelector.Tag.GROUP_EXTERNAL_IDS.
GroupFullInfo - Class in com.dropbox.core.v2.team
Full description of a group.
GroupFullInfo(String, String, GroupManagementType, long, String, Long, List<GroupMemberInfo>) - Constructor for class com.dropbox.core.v2.team.GroupFullInfo
Full description of a group.
GroupFullInfo(String, String, GroupManagementType, long) - Constructor for class com.dropbox.core.v2.team.GroupFullInfo
Full description of a group.
GroupFullInfo.Builder - Class in com.dropbox.core.v2.team
Builder for GroupFullInfo.
groupId(String) - Static method in class com.dropbox.core.v2.team.GroupSelector
Returns an instance of GroupSelector that has its tag set to GroupSelector.Tag.GROUP_ID.
groupId - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
 
groupId - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary
 
groupId - Variable in class com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
 
groupId - Variable in class com.dropbox.core.v2.teamlog.GroupLogInfo
 
groupIds(List<String>) - Static method in class com.dropbox.core.v2.team.GroupsSelector
Returns an instance of GroupsSelector that has its tag set to GroupsSelector.Tag.GROUP_IDS.
GroupInfo - Class in com.dropbox.core.v2.sharing
The information about a group.
GroupInfo(String, String, GroupManagementType, GroupType, boolean, boolean, boolean, String, Long) - Constructor for class com.dropbox.core.v2.sharing.GroupInfo
The information about a group.
GroupInfo(String, String, GroupManagementType, GroupType, boolean, boolean, boolean) - Constructor for class com.dropbox.core.v2.sharing.GroupInfo
The information about a group.
groupInfo - Variable in class com.dropbox.core.v2.team.GroupMembersChangeResult
 
groupInfo(GroupFullInfo) - Static method in class com.dropbox.core.v2.team.GroupsGetInfoItem
Returns an instance of GroupsGetInfoItem that has its tag set to GroupsGetInfoItem.Tag.GROUP_INFO.
GroupInfo.Builder - Class in com.dropbox.core.v2.sharing
Builder for GroupInfo.
GroupJoinPolicy - Enum in com.dropbox.core.v2.teamlog
 
GroupLogInfo - Class in com.dropbox.core.v2.teamlog
Group's logged information.
GroupLogInfo(String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.GroupLogInfo
Group's logged information.
GroupLogInfo(String) - Constructor for class com.dropbox.core.v2.teamlog.GroupLogInfo
Group's logged information.
GroupLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for GroupLogInfo.
GroupManagementType - Enum in com.dropbox.core.v2.teamcommon
The group type determines how a group is managed.
groupManagementType - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
 
groupManagementType - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary
 
GroupManagementType.Serializer - Class in com.dropbox.core.v2.teamcommon
For internal use only.
GroupMemberInfo - Class in com.dropbox.core.v2.team
Profile of group member, and role in group.
GroupMemberInfo(MemberProfile, GroupAccessType) - Constructor for class com.dropbox.core.v2.team.GroupMemberInfo
Profile of group member, and role in group.
GroupMembersAddError - Class in com.dropbox.core.v2.team
This class is a tagged union.
GroupMembersAddError.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for GroupMembersAddError.
GroupMembersAddErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupMembersAddError error.
GroupMembersAddErrorException(String, String, LocalizedText, GroupMembersAddError) - Constructor for exception com.dropbox.core.v2.team.GroupMembersAddErrorException
 
GroupMembersChangeResult - Class in com.dropbox.core.v2.team
GroupMembersChangeResult(GroupFullInfo, String) - Constructor for class com.dropbox.core.v2.team.GroupMembersChangeResult
GroupMemberSetAccessTypeError - Enum in com.dropbox.core.v2.team
 
GroupMemberSetAccessTypeErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupMemberSetAccessTypeError error.
GroupMemberSetAccessTypeErrorException(String, String, LocalizedText, GroupMemberSetAccessTypeError) - Constructor for exception com.dropbox.core.v2.team.GroupMemberSetAccessTypeErrorException
 
GroupMembershipInfo - Class in com.dropbox.core.v2.sharing
The information about a group member of the shared content.
GroupMembershipInfo(AccessLevel, GroupInfo, List<MemberPermission>, String, boolean) - Constructor for class com.dropbox.core.v2.sharing.GroupMembershipInfo
The information about a group member of the shared content.
GroupMembershipInfo(AccessLevel, GroupInfo) - Constructor for class com.dropbox.core.v2.sharing.GroupMembershipInfo
The information about a group member of the shared content.
GroupMembershipInfo.Builder - Class in com.dropbox.core.v2.sharing
Builder for GroupMembershipInfo.
GroupMembersRemoveError - Class in com.dropbox.core.v2.team
This class is a tagged union.
GroupMembersRemoveError.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for GroupMembersRemoveError.
GroupMembersRemoveErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupMembersRemoveError error.
GroupMembersRemoveErrorException(String, String, LocalizedText, GroupMembersRemoveError) - Constructor for exception com.dropbox.core.v2.team.GroupMembersRemoveErrorException
 
groupMovedDetails(GroupMovedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_MOVED_DETAILS.
GroupMovedDetails - Class in com.dropbox.core.v2.teamlog
Moved a group.
GroupMovedDetails() - Constructor for class com.dropbox.core.v2.teamlog.GroupMovedDetails
Moved a group.
groupName - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
 
groupName - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary
 
groupRemoveExternalIdDetails(GroupRemoveExternalIdDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS.
GroupRemoveExternalIdDetails - Class in com.dropbox.core.v2.teamlog
Removed the external ID for group.
GroupRemoveExternalIdDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails
Removed the external ID for group.
groupRemoveMemberDetails(GroupRemoveMemberDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS.
GroupRemoveMemberDetails - Class in com.dropbox.core.v2.teamlog
Removed team members from a group.
GroupRemoveMemberDetails() - Constructor for class com.dropbox.core.v2.teamlog.GroupRemoveMemberDetails
Removed team members from a group.
groupRenameDetails(GroupRenameDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_RENAME_DETAILS.
GroupRenameDetails - Class in com.dropbox.core.v2.teamlog
Renamed a group.
GroupRenameDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.GroupRenameDetails
Renamed a group.
groups - Variable in class com.dropbox.core.v2.sharing.SharedFileMembers
 
groups - Variable in class com.dropbox.core.v2.sharing.SharedFolderMembers
 
groups - Variable in class com.dropbox.core.v2.team.GroupsListResult
 
groups - Variable in class com.dropbox.core.v2.team.TeamMemberProfile.Builder
 
groups - Variable in class com.dropbox.core.v2.team.TeamMemberProfile
 
groupsCreate(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Creates a new, empty group, with a requested name.
groupsCreateBuilder(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Creates a new, empty group, with a requested name.
GroupsCreateBuilder - Class in com.dropbox.core.v2.team
groupsDelete(GroupSelector) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Deletes a group.
GroupSelector - Class in com.dropbox.core.v2.team
Argument for selecting a single group, either by group_id or by external group ID.
GroupSelector.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for GroupSelector.
GroupSelectorError - Enum in com.dropbox.core.v2.team
Error that can be raised when GroupSelector is used.
GroupSelectorErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupSelectorError error.
GroupSelectorErrorException(String, String, LocalizedText, GroupSelectorError) - Constructor for exception com.dropbox.core.v2.team.GroupSelectorErrorException
 
groupsGetInfo(GroupsSelector) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves information about one or more groups.
GroupsGetInfoError - Enum in com.dropbox.core.v2.team
 
GroupsGetInfoErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupsGetInfoError error.
GroupsGetInfoErrorException(String, String, LocalizedText, GroupsGetInfoError) - Constructor for exception com.dropbox.core.v2.team.GroupsGetInfoErrorException
 
GroupsGetInfoItem - Class in com.dropbox.core.v2.team
This class is a tagged union.
GroupsGetInfoItem.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for GroupsGetInfoItem.
groupsJobStatusGet(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once an async_job_id is returned from DbxTeamTeamRequests.groupsDelete(com.dropbox.core.v2.team.GroupSelector), DbxTeamTeamRequests.groupsMembersAdd(GroupSelector,List,boolean) , or DbxTeamTeamRequests.groupsMembersRemove(GroupSelector,List,boolean) use this method to poll the status of granting/revoking group members' access to group-owned resources.
groupsList() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists groups on a team.
groupsList(long) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists groups on a team.
groupsListContinue(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once a cursor has been retrieved from DbxTeamTeamRequests.groupsList(long), use this to paginate through all groups.
GroupsListContinueError - Enum in com.dropbox.core.v2.team
 
GroupsListContinueErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupsListContinueError error.
GroupsListContinueErrorException(String, String, LocalizedText, GroupsListContinueError) - Constructor for exception com.dropbox.core.v2.team.GroupsListContinueErrorException
 
GroupsListResult - Class in com.dropbox.core.v2.team
 
GroupsListResult(List<GroupSummary>, String, boolean) - Constructor for class com.dropbox.core.v2.team.GroupsListResult
 
groupsMembersAdd(GroupSelector, List<MemberAccess>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Adds members to a group.
groupsMembersAdd(GroupSelector, List<MemberAccess>, boolean) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Adds members to a group.
groupsMembersList(GroupSelector) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists members of a group.
groupsMembersList(GroupSelector, long) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists members of a group.
groupsMembersListContinue(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once a cursor has been retrieved from DbxTeamTeamRequests.groupsMembersList(GroupSelector,long), use this to paginate through all members of the group.
GroupsMembersListContinueError - Enum in com.dropbox.core.v2.team
 
GroupsMembersListContinueErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupsMembersListContinueError error.
GroupsMembersListContinueErrorException(String, String, LocalizedText, GroupsMembersListContinueError) - Constructor for exception com.dropbox.core.v2.team.GroupsMembersListContinueErrorException
 
GroupsMembersListResult - Class in com.dropbox.core.v2.team
 
GroupsMembersListResult(List<GroupMemberInfo>, String, boolean) - Constructor for class com.dropbox.core.v2.team.GroupsMembersListResult
 
groupsMembersRemove(GroupSelector, List<UserSelectorArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Removes members from a group.
groupsMembersRemove(GroupSelector, List<UserSelectorArg>, boolean) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Removes members from a group.
groupsMembersSetAccessType(GroupSelector, UserSelectorArg, GroupAccessType) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Sets a member's access type in a group.
groupsMembersSetAccessType(GroupSelector, UserSelectorArg, GroupAccessType, boolean) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Sets a member's access type in a group.
GroupsPollError - Enum in com.dropbox.core.v2.team
 
GroupsPollErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupsPollError error.
GroupsPollErrorException(String, String, LocalizedText, GroupsPollError) - Constructor for exception com.dropbox.core.v2.team.GroupsPollErrorException
 
GroupsSelector - Class in com.dropbox.core.v2.team
Argument for selecting a list of groups, either by group_ids, or external group IDs.
GroupsSelector.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for GroupsSelector.
GroupSummary - Class in com.dropbox.core.v2.teamcommon
Information about a group.
GroupSummary(String, String, GroupManagementType, String, Long) - Constructor for class com.dropbox.core.v2.teamcommon.GroupSummary
Information about a group.
GroupSummary(String, String, GroupManagementType) - Constructor for class com.dropbox.core.v2.teamcommon.GroupSummary
Information about a group.
GroupSummary.Builder - Class in com.dropbox.core.v2.teamcommon
Builder for GroupSummary.
GroupSummary.Serializer - Class in com.dropbox.core.v2.teamcommon
For internal use only.
groupsUpdate(GroupSelector) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Updates a group's name and/or external ID.
groupsUpdateBuilder(GroupSelector) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Updates a group's name and/or external ID.
GroupsUpdateBuilder - Class in com.dropbox.core.v2.team
groupType - Variable in class com.dropbox.core.v2.sharing.GroupInfo.Builder
 
groupType - Variable in class com.dropbox.core.v2.sharing.GroupInfo
 
GroupType - Enum in com.dropbox.core.v2.teamcommon
The group type determines how a group is created and managed.
GroupType.Serializer - Class in com.dropbox.core.v2.teamcommon
For internal use only.
GroupUpdateError - Enum in com.dropbox.core.v2.team
 
GroupUpdateErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a GroupUpdateError error.
GroupUpdateErrorException(String, String, LocalizedText, GroupUpdateError) - Constructor for exception com.dropbox.core.v2.team.GroupUpdateErrorException
 
groupUserManagementChangePolicyDetails(GroupUserManagementChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS.
GroupUserManagementChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed who can create groups.
GroupUserManagementChangePolicyDetails(GroupUserManagementPolicy, GroupUserManagementPolicy) - Constructor for class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
Changed who can create groups.
GroupUserManagementChangePolicyDetails(GroupUserManagementPolicy) - Constructor for class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
Changed who can create groups.
GroupUserManagementPolicy - Enum in com.dropbox.core.v2.teamlog
 

H

handle(HttpRequestor.Response) - Method in class com.dropbox.core.DbxRequestUtil.ResponseHandler
 
hasExplicitSharedMembers - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
hasExplicitSharedMembers - Variable in class com.dropbox.core.v2.files.FileMetadata
 
hash - Variable in class com.dropbox.core.v1.DbxEntry.WithChildren
If DbxEntry.WithChildren.entry is a folder, this will contain a hash that identifies the folder's contents.
hash - Variable in class com.dropbox.core.v1.DbxEntry.WithChildrenC
If DbxEntry.WithChildrenC.entry is a folder, this will contain a hash that identifies the folder's contents.
hashCode() - Method in class com.dropbox.core.DbxHost
 
hashCode() - Method in class com.dropbox.core.util.Maybe
 
hashCode() - Method in class com.dropbox.core.v1.DbxEntry.File
 
hashCode() - Method in class com.dropbox.core.v1.DbxEntry.File.Location
 
hashCode() - Method in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
hashCode() - Method in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
 
hashCode() - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
hashCode() - Method in class com.dropbox.core.v1.DbxEntry.WithChildren
 
hashCode() - Method in class com.dropbox.core.v1.DbxEntry.WithChildrenC
 
hashCode() - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
 
hashCode() - Method in class com.dropbox.core.v2.async.LaunchResultBase
 
hashCode() - Method in class com.dropbox.core.v2.async.PollArg
 
hashCode() - Method in class com.dropbox.core.v2.auth.AccessError
 
hashCode() - Method in class com.dropbox.core.v2.auth.RateLimitError
 
hashCode() - Method in class com.dropbox.core.v2.auth.TokenFromOAuth1Result
 
hashCode() - Method in class com.dropbox.core.v2.common.InvalidPathRootError
 
hashCode() - Method in class com.dropbox.core.v2.common.PathRootError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateResult
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateArg
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.ListTemplateResult
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.LookupError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchResult
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertyField
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
 
hashCode() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult
 
hashCode() - Method in class com.dropbox.core.v2.filerequests.FileRequest
 
hashCode() - Method in class com.dropbox.core.v2.filerequests.FileRequestDeadline
 
hashCode() - Method in class com.dropbox.core.v2.filerequests.ListFileRequestsResult
 
hashCode() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
 
hashCode() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
 
hashCode() - Method in class com.dropbox.core.v2.files.CommitInfo
 
hashCode() - Method in class com.dropbox.core.v2.files.CreateFolderError
 
hashCode() - Method in class com.dropbox.core.v2.files.CreateFolderResult
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteArg
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteBatchResultData
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
 
hashCode() - Method in class com.dropbox.core.v2.files.DeletedMetadata
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteError
 
hashCode() - Method in class com.dropbox.core.v2.files.DeleteResult
 
hashCode() - Method in class com.dropbox.core.v2.files.Dimensions
 
hashCode() - Method in class com.dropbox.core.v2.files.DownloadError
 
hashCode() - Method in class com.dropbox.core.v2.files.FileMetadata
 
hashCode() - Method in class com.dropbox.core.v2.files.FileOpsResult
 
hashCode() - Method in class com.dropbox.core.v2.files.FileSharingInfo
 
hashCode() - Method in class com.dropbox.core.v2.files.FolderMetadata
 
hashCode() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
 
hashCode() - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
 
hashCode() - Method in class com.dropbox.core.v2.files.GetCopyReferenceResult
 
hashCode() - Method in class com.dropbox.core.v2.files.GetMetadataError
 
hashCode() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
 
hashCode() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkResult
 
hashCode() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
hashCode() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
 
hashCode() - Method in class com.dropbox.core.v2.files.GpsCoordinates
 
hashCode() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
 
hashCode() - Method in class com.dropbox.core.v2.files.ListFolderError
 
hashCode() - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorResult
 
hashCode() - Method in class com.dropbox.core.v2.files.ListFolderLongpollResult
 
hashCode() - Method in class com.dropbox.core.v2.files.ListFolderResult
 
hashCode() - Method in class com.dropbox.core.v2.files.ListRevisionsError
 
hashCode() - Method in class com.dropbox.core.v2.files.ListRevisionsResult
 
hashCode() - Method in class com.dropbox.core.v2.files.LookupError
 
hashCode() - Method in class com.dropbox.core.v2.files.MediaInfo
 
hashCode() - Method in class com.dropbox.core.v2.files.MediaMetadata
 
hashCode() - Method in class com.dropbox.core.v2.files.Metadata
 
hashCode() - Method in class com.dropbox.core.v2.files.PhotoMetadata
 
hashCode() - Method in class com.dropbox.core.v2.files.PreviewError
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationBatchError
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationBatchResultData
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationError
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationPath
 
hashCode() - Method in class com.dropbox.core.v2.files.RelocationResult
 
hashCode() - Method in class com.dropbox.core.v2.files.RestoreError
 
hashCode() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
 
hashCode() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceResult
 
hashCode() - Method in class com.dropbox.core.v2.files.SaveUrlError
 
hashCode() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.files.SaveUrlResult
 
hashCode() - Method in class com.dropbox.core.v2.files.SearchError
 
hashCode() - Method in class com.dropbox.core.v2.files.SearchMatch
 
hashCode() - Method in class com.dropbox.core.v2.files.SearchResult
 
hashCode() - Method in class com.dropbox.core.v2.files.SharedLink
 
hashCode() - Method in class com.dropbox.core.v2.files.SharingInfo
 
hashCode() - Method in class com.dropbox.core.v2.files.ThumbnailArg
 
hashCode() - Method in class com.dropbox.core.v2.files.ThumbnailError
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadError
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionCursor
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionFinishArg
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionOffsetError
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadSessionStartResult
 
hashCode() - Method in class com.dropbox.core.v2.files.UploadWriteFailed
 
hashCode() - Method in class com.dropbox.core.v2.files.VideoMetadata
 
hashCode() - Method in class com.dropbox.core.v2.files.WriteError
 
hashCode() - Method in class com.dropbox.core.v2.files.WriteMode
 
hashCode() - Method in class com.dropbox.core.v2.paper.AddMember
 
hashCode() - Method in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
 
hashCode() - Method in class com.dropbox.core.v2.paper.Cursor
 
hashCode() - Method in class com.dropbox.core.v2.paper.Folder
 
hashCode() - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
 
hashCode() - Method in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
 
hashCode() - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
 
hashCode() - Method in class com.dropbox.core.v2.paper.ListPaperDocsResponse
 
hashCode() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
 
hashCode() - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
hashCode() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
hashCode() - Method in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
 
hashCode() - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
 
hashCode() - Method in class com.dropbox.core.v2.paper.SharingPolicy
 
hashCode() - Method in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
 
hashCode() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.AddMember
 
hashCode() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.AudienceExceptions
 
hashCode() - Method in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
 
hashCode() - Method in class com.dropbox.core.v2.sharing.CollectionLinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FileMemberActionResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FilePermission
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FolderPermission
 
hashCode() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
 
hashCode() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.GroupInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.InsufficientPlan
 
hashCode() - Method in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
 
hashCode() - Method in class com.dropbox.core.v2.sharing.InviteeInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.JobError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.JobStatus
 
hashCode() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
 
hashCode() - Method in class com.dropbox.core.v2.sharing.LinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.LinkPassword
 
hashCode() - Method in class com.dropbox.core.v2.sharing.LinkPermission
 
hashCode() - Method in class com.dropbox.core.v2.sharing.LinkPermissions
 
hashCode() - Method in class com.dropbox.core.v2.sharing.LinkSettings
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFilesResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListFoldersResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
 
hashCode() - Method in class com.dropbox.core.v2.sharing.MemberPermission
 
hashCode() - Method in class com.dropbox.core.v2.sharing.MemberSelector
 
hashCode() - Method in class com.dropbox.core.v2.sharing.MembershipInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.MountFolderError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
 
hashCode() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
 
hashCode() - Method in class com.dropbox.core.v2.sharing.SharePathError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.TeamMemberInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UserInfo
 
hashCode() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
 
hashCode() - Method in class com.dropbox.core.v2.team.ActiveWebSession
 
hashCode() - Method in class com.dropbox.core.v2.team.ApiApp
 
hashCode() - Method in class com.dropbox.core.v2.team.BaseDfbReport
 
hashCode() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
 
hashCode() - Method in class com.dropbox.core.v2.team.DesktopClientSession
 
hashCode() - Method in class com.dropbox.core.v2.team.DevicesActive
 
hashCode() - Method in class com.dropbox.core.v2.team.DeviceSession
 
hashCode() - Method in class com.dropbox.core.v2.team.DeviceSessionArg
 
hashCode() - Method in class com.dropbox.core.v2.team.FeaturesGetValuesBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.team.FeatureValue
 
hashCode() - Method in class com.dropbox.core.v2.team.GetActivityReport
 
hashCode() - Method in class com.dropbox.core.v2.team.GetDevicesReport
 
hashCode() - Method in class com.dropbox.core.v2.team.GetMembershipReport
 
hashCode() - Method in class com.dropbox.core.v2.team.GetStorageReport
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupFullInfo
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupMemberInfo
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupMembersChangeResult
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupSelector
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupsListResult
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupsMembersListResult
 
hashCode() - Method in class com.dropbox.core.v2.team.GroupsSelector
 
hashCode() - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
 
hashCode() - Method in class com.dropbox.core.v2.team.ListMemberAppsResult
 
hashCode() - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult
 
hashCode() - Method in class com.dropbox.core.v2.team.ListMembersAppsResult
 
hashCode() - Method in class com.dropbox.core.v2.team.ListMembersDevicesResult
 
hashCode() - Method in class com.dropbox.core.v2.team.ListTeamAppsResult
 
hashCode() - Method in class com.dropbox.core.v2.team.ListTeamDevicesResult
 
hashCode() - Method in class com.dropbox.core.v2.team.MemberAccess
 
hashCode() - Method in class com.dropbox.core.v2.team.MemberAddArg
 
hashCode() - Method in class com.dropbox.core.v2.team.MemberAddResult
 
hashCode() - Method in class com.dropbox.core.v2.team.MemberDevices
 
hashCode() - Method in class com.dropbox.core.v2.team.MemberLinkedApps
 
hashCode() - Method in class com.dropbox.core.v2.team.MemberProfile
 
hashCode() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
 
hashCode() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
 
hashCode() - Method in class com.dropbox.core.v2.team.MembersListResult
 
hashCode() - Method in class com.dropbox.core.v2.team.MembersSetPermissionsResult
 
hashCode() - Method in class com.dropbox.core.v2.team.MobileClientSession
 
hashCode() - Method in class com.dropbox.core.v2.team.NamespaceMetadata
 
hashCode() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
 
hashCode() - Method in class com.dropbox.core.v2.team.RemovedStatus
 
hashCode() - Method in class com.dropbox.core.v2.team.RevokeDesktopClientArg
 
hashCode() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
 
hashCode() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
 
hashCode() - Method in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
 
hashCode() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppBatchResult
 
hashCode() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
 
hashCode() - Method in class com.dropbox.core.v2.team.StorageBucket
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderListError
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderListResult
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamMemberInfo
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
 
hashCode() - Method in class com.dropbox.core.v2.team.TeamNamespacesListResult
 
hashCode() - Method in class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult
 
hashCode() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
 
hashCode() - Method in class com.dropbox.core.v2.team.UserCustomQuotaArg
 
hashCode() - Method in class com.dropbox.core.v2.team.UserCustomQuotaResult
 
hashCode() - Method in class com.dropbox.core.v2.team.UserSelectorArg
 
hashCode() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
 
hashCode() - Method in class com.dropbox.core.v2.teamcommon.TimeRange
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AllowDownloadDisabledDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AllowDownloadEnabledDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ApiSessionLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AppLinkTeamDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AppLinkUserDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AppLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkUserDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.Certificate
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.CollectionShareDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.CreateFolderDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DesktopSessionLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceManagementDisabledDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceManagementEnabledDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DisabledDomainInvitesDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.DurationLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EmmAddExceptionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EmmCreateUsageReportDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EmmLoginSuccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EmmRemoveExceptionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EnabledDomainInvitesDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.EventDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileAddDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileCopyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileDeleteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileDownloadDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileEditDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileGetCopyReferenceDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileMoveDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FilePermanentlyDeleteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FilePreviewDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRenameDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRequestSendDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRestoreDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRevertDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileRollbackChangesDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupAddMemberDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupCreateDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupDeleteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupMovedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupRemoveMemberDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupRenameDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.HostLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.JoinTeamDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.LogoutDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberAddNameDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MissingDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.MobileSessionLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NoteAclInviteOnlyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NoteAclLinkDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NoteAclTeamLinkDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NoteSharedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.NoteShareReceiveDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.OpenNoteSharedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperAdminExportStartDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentArchiveDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentCreateDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentRenameDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperContentRestoreDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeletedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocFollowedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocMentionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocRevertDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocTrashedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperDocViewDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewAllowDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewForbidDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PasswordChangeDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PasswordLoginFailDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PasswordLoginSuccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PasswordResetAllDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PasswordResetDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PathLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ResellerLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionEndDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionStartDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SessionLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfInviteGroupDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharedNoteOpenedDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelFbShareDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelGroupShareDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelRemoveExpirationDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamCopyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamDownloadDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamShareDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamViewDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPasswordDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPublicDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityTeamOnlyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionEndDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionStartDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoAddCertDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoLoginFailDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveCertDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamFolderCreateDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamFolderRenameDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamMergeFromDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamMergeToDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamName
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamProfileAddLogoDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeLogoDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaAddBackupPhoneDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaAddSecurityKeyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TfaResetDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.UserLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.UserNameLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.WebSessionLogInfo
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
 
hashCode() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
 
hashCode() - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
 
hashCode() - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
 
hashCode() - Method in class com.dropbox.core.v2.users.Account
 
hashCode() - Method in class com.dropbox.core.v2.users.BasicAccount
 
hashCode() - Method in class com.dropbox.core.v2.users.FullAccount
 
hashCode() - Method in class com.dropbox.core.v2.users.FullTeam
 
hashCode() - Method in class com.dropbox.core.v2.users.GetAccountBatchError
 
hashCode() - Method in class com.dropbox.core.v2.users.IndividualSpaceAllocation
 
hashCode() - Method in class com.dropbox.core.v2.users.Name
 
hashCode() - Method in class com.dropbox.core.v2.users.SpaceAllocation
 
hashCode() - Method in class com.dropbox.core.v2.users.SpaceUsage
 
hashCode() - Method in class com.dropbox.core.v2.users.Team
 
hashCode() - Method in class com.dropbox.core.v2.users.TeamSpaceAllocation
 
hasMore - Variable in class com.dropbox.core.v1.DbxDelta
If true, then there are more entries available.
hasMore - Variable in class com.dropbox.core.v1.DbxDeltaC
If true, then there are more entries available.
hasMore - Variable in class com.dropbox.core.v2.files.ListFolderResult
 
hasMore - Variable in class com.dropbox.core.v2.paper.ListPaperDocsResponse
 
hasMore - Variable in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
hasMore - Variable in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
hasMore - Variable in class com.dropbox.core.v2.sharing.ListSharedLinksResult
 
hasMore - Variable in class com.dropbox.core.v2.team.GroupsListResult
 
hasMore - Variable in class com.dropbox.core.v2.team.GroupsMembersListResult
 
hasMore - Variable in class com.dropbox.core.v2.team.ListMembersAppsResult
 
hasMore - Variable in class com.dropbox.core.v2.team.ListMembersDevicesResult
 
hasMore - Variable in class com.dropbox.core.v2.team.ListTeamAppsResult
 
hasMore - Variable in class com.dropbox.core.v2.team.ListTeamDevicesResult
 
hasMore - Variable in class com.dropbox.core.v2.team.MembersListResult
 
hasMore - Variable in class com.dropbox.core.v2.team.TeamFolderListResult
 
hasMore - Variable in class com.dropbox.core.v2.team.TeamNamespacesListResult
 
hasMore - Variable in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
 
hasTag(JsonParser) - Static method in class com.dropbox.core.stone.CompositeSerializer
 
hasTeamSharedDropbox(HasTeamSharedDropboxValue) - Static method in class com.dropbox.core.v2.team.FeatureValue
Returns an instance of FeatureValue that has its tag set to FeatureValue.Tag.HAS_TEAM_SHARED_DROPBOX.
hasTeamSharedDropbox(boolean) - Static method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
Returns an instance of HasTeamSharedDropboxValue that has its tag set to HasTeamSharedDropboxValue.Tag.HAS_TEAM_SHARED_DROPBOX.
HasTeamSharedDropboxValue - Class in com.dropbox.core.v2.team
HasTeamSharedDropboxValue.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for HasTeamSharedDropboxValue.
Header(String, String) - Constructor for class com.dropbox.core.http.HttpRequestor.Header
 
height - Variable in class com.dropbox.core.v1.DbxThumbnailSize
 
height - Variable in class com.dropbox.core.v2.files.Dimensions
 
hexDigit(int) - Static method in class com.dropbox.core.util.StringUtil
 
HiddenException(IOException) - Constructor for exception com.dropbox.core.NoThrowInputStream.HiddenException
 
HiddenException(NoThrowOutputStream, IOException) - Constructor for exception com.dropbox.core.NoThrowOutputStream.HiddenException
 
host - Variable in class com.dropbox.core.v2.teamlog.OriginLogInfo.Builder
 
host - Variable in class com.dropbox.core.v2.teamlog.OriginLogInfo
 
hostId - Variable in class com.dropbox.core.v2.teamlog.HostLogInfo.Builder
 
hostId - Variable in class com.dropbox.core.v2.teamlog.HostLogInfo
 
HostLogInfo - Class in com.dropbox.core.v2.teamlog
Host details.
HostLogInfo(Long, String) - Constructor for class com.dropbox.core.v2.teamlog.HostLogInfo
Host details.
HostLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.HostLogInfo
Host details.
HostLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for HostLogInfo.
hostName - Variable in class com.dropbox.core.v2.team.DesktopClientSession.Builder
 
hostName - Variable in class com.dropbox.core.v2.team.DesktopClientSession
 
hostName - Variable in class com.dropbox.core.v2.teamlog.HostLogInfo.Builder
 
hostName - Variable in class com.dropbox.core.v2.teamlog.HostLogInfo
 
HttpRequestor - Class in com.dropbox.core.http
An interface that the Dropbox client library uses to make HTTP requests.
HttpRequestor() - Constructor for class com.dropbox.core.http.HttpRequestor
 
HttpRequestor.Header - Class in com.dropbox.core.http
A simple structure holding an HTTP header, which is key/value pair.
HttpRequestor.Response - Class in com.dropbox.core.http
 
HttpRequestor.Uploader - Class in com.dropbox.core.http
 
humanSize - Variable in class com.dropbox.core.v1.DbxEntry.File
A human-readable string version of the file size (ex: "13 kb").

I

iconName - Variable in class com.dropbox.core.v1.DbxEntry
The name of the icon to use for this file.
id - Variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
 
id - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
id - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
id - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
id - Variable in class com.dropbox.core.v2.files.FileMetadata
 
id - Variable in class com.dropbox.core.v2.files.FolderMetadata.Builder
 
id - Variable in class com.dropbox.core.v2.files.FolderMetadata
 
id - Variable in class com.dropbox.core.v2.paper.Folder
 
id - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
id - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
id - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
id - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
id - Variable in class com.dropbox.core.v2.users.Team
 
ident - Variable in class com.dropbox.core.v1.DbxThumbnailFormat
 
ident - Variable in class com.dropbox.core.v1.DbxThumbnailSize
 
idNotFound(String) - Static method in class com.dropbox.core.v2.team.GroupsGetInfoItem
Returns an instance of GroupsGetInfoItem that has its tag set to GroupsGetInfoItem.Tag.ID_NOT_FOUND.
idNotFound(String) - Static method in class com.dropbox.core.v2.team.MembersGetInfoItem
Returns an instance of MembersGetInfoItem that has its tag set to MembersGetInfoItem.Tag.ID_NOT_FOUND.
idNotFound(String) - Static method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
Returns an instance of TeamFolderGetInfoItem that has its tag set to TeamFolderGetInfoItem.Tag.ID_NOT_FOUND.
ImportFormat - Enum in com.dropbox.core.v2.paper
The import format of the incoming data.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.files.DeleteBatchJobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.files.PreviewError
This preview generation is still in progress and the file is not ready for preview yet.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.files.RelocationBatchJobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.files.SaveUrlJobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.sharing.JobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.team.MembersAddJobStatus
The asynchronous job is still in progress.
IN_PROGRESS - Static variable in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
The asynchronous job is still in progress.
incorrectOffset(UploadSessionOffsetError) - Static method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns an instance of UploadSessionLookupError that has its tag set to UploadSessionLookupError.Tag.INCORRECT_OFFSET.
individual(IndividualSpaceAllocation) - Static method in class com.dropbox.core.v2.users.SpaceAllocation
Returns an instance of SpaceAllocation that has its tag set to SpaceAllocation.Tag.INDIVIDUAL.
IndividualSpaceAllocation - Class in com.dropbox.core.v2.users
 
IndividualSpaceAllocation(long) - Constructor for class com.dropbox.core.v2.users.IndividualSpaceAllocation
 
initials - Variable in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
 
initials - Variable in class com.dropbox.core.v2.sharing.MembershipInfo
 
InputStreamCopier(InputStream) - Constructor for class com.dropbox.core.DbxStreamWriter.InputStreamCopier
 
INSIDE_APP_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support sharing a folder inside an app folder.
INSIDE_OSX_PACKAGE - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support sharing a folder inside a Mac OS X package.
INSIDE_PUBLIC_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
A folder inside a public folder can't be shared this way.
INSIDE_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.sharing.MountFolderError
Mounting would cause a shared folder to be inside another, which is disallowed.
INSIDE_SHARED_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support sharing a folder inside a shared folder.
INSTANCE - Static variable in class com.dropbox.core.http.StandardHttpRequestor
A thread-safe instance of StandardHttpRequestor that connects directly (as opposed to using a proxy).
INSTANCE - Static variable in class com.dropbox.core.v2.async.LaunchEmptyResult.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.async.LaunchResultBase.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.async.PollArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.async.PollEmptyResult.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.async.PollError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.auth.AccessError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.auth.InvalidAccountTypeError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.auth.PaperAccessError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.auth.RateLimitError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.auth.RateLimitReason.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.common.InvalidPathRootError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.common.PathRootError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.AddTemplateArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.AddTemplateResult.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.GetTemplateArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.GetTemplateResult.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.ListTemplateResult.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.LookUpPropertiesError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.ModifyTemplateError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.PropertyGroup.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.RemovePropertiesError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.TemplateError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.files.LookupError.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.sharing.InviteeInfo.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.sharing.MemberSelector.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.sharing.UserInfo.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teamcommon.GroupManagementType.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teamcommon.GroupSummary.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teamcommon.GroupType.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teamcommon.TimeRange.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.EmmState.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.OfficeAddInPolicy.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.PaperEnabledPolicy.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.RolloutMethod.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.SsoPolicy.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.users.Name.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.users.Team.Serializer
 
INSTANCE - Static variable in class com.dropbox.core.v2.userscommon.AccountType.Serializer
 
INSUFFICIENT_PERMISSIONS - Static variable in class com.dropbox.core.v2.paper.ListUsersCursorError
Your account does not have permissions to perform this action.
INSUFFICIENT_PLAN - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
The current user's account doesn't support this action.
INSUFFICIENT_PLAN - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
The current user's account doesn't support this action.
INSUFFICIENT_SPACE - Static variable in class com.dropbox.core.v2.files.WriteError
The user doesn't have enough available space (bytes) to write more data.
InsufficientPlan - Class in com.dropbox.core.v2.sharing
 
InsufficientPlan(String, String) - Constructor for class com.dropbox.core.v2.sharing.InsufficientPlan
 
InsufficientPlan(String) - Constructor for class com.dropbox.core.v2.sharing.InsufficientPlan
None
insufficientPlan(InsufficientPlan) - Static method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns an instance of PermissionDeniedReason that has its tag set to PermissionDeniedReason.Tag.INSUFFICIENT_PLAN.
insufficientQuota(InsufficientQuotaAmounts) - Static method in class com.dropbox.core.v2.sharing.MountFolderError
Returns an instance of MountFolderError that has its tag set to MountFolderError.Tag.INSUFFICIENT_QUOTA.
InsufficientQuotaAmounts - Class in com.dropbox.core.v2.sharing
 
InsufficientQuotaAmounts(long, long, long) - Constructor for class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
 
int32() - Static method in class com.dropbox.core.stone.StoneSerializers
 
Int32Reader - Static variable in class com.dropbox.core.json.JsonReader
 
int64() - Static method in class com.dropbox.core.stone.StoneSerializers
 
Int64Reader - Static variable in class com.dropbox.core.json.JsonReader
 
interceptResponse(Response) - Method in class com.dropbox.core.http.OkHttp3Requestor
Called before returning Response from a request.
interceptResponse(Response) - Method in class com.dropbox.core.http.OkHttpRequestor
Called before returning Response from a request.
interceptResponse(HttpURLConnection) - Method in class com.dropbox.core.http.StandardHttpRequestor
Called before returning Response from a request.
invalid(InvalidPathRootError) - Static method in class com.dropbox.core.v2.common.PathRootError
Returns an instance of PathRootError that has its tag set to PathRootError.Tag.INVALID.
INVALID_COMMENT - Static variable in class com.dropbox.core.v2.sharing.AddFileMemberError
The custom message did not pass comment permissions checks.
INVALID_COPY_REFERENCE - Static variable in class com.dropbox.core.v2.files.SaveCopyReferenceError
The copy reference is invalid.
INVALID_CURSOR - Static variable in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
ListFileMembersContinueArg.getCursor() is invalid.
INVALID_CURSOR - Static variable in class com.dropbox.core.v2.sharing.ListFilesContinueError
ListFilesContinueArg.getCursor() is invalid.
INVALID_CURSOR - Static variable in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
ListFolderMembersContinueArg.getCursor() is invalid.
INVALID_DROPBOX_ID - Static variable in class com.dropbox.core.v2.sharing.SharedFolderMemberError
The target dropbox_id is invalid.
INVALID_DROPBOX_ID - Static variable in class com.dropbox.core.v2.sharing.TransferFolderError
TransferFolderArg.getToDropboxId() is invalid.
INVALID_FOLDER_NAME - Static variable in class com.dropbox.core.v2.team.TeamFolderRenameError
The provided folder name cannot be used.
INVALID_MEMBER - Static variable in class com.dropbox.core.v2.sharing.FileMemberActionError
Specified member was not found.
INVALID_PATH - Static variable in class com.dropbox.core.v2.sharing.SharePathError
Path is not valid.
INVALID_REVISION - Static variable in class com.dropbox.core.v2.files.RestoreError
The revision is invalid.
INVALID_URL - Static variable in class com.dropbox.core.v2.files.SaveUrlError
The given URL is invalid.
InvalidAccessTokenException - Exception in com.dropbox.core
Gets thrown when the access token you're using to make API calls is invalid.
InvalidAccessTokenException(String, String) - Constructor for exception com.dropbox.core.InvalidAccessTokenException
 
invalidAccountType(InvalidAccountTypeError) - Static method in class com.dropbox.core.v2.auth.AccessError
Returns an instance of AccessError that has its tag set to AccessError.Tag.INVALID_ACCOUNT_TYPE.
InvalidAccountTypeError - Enum in com.dropbox.core.v2.auth
 
InvalidAccountTypeError.Serializer - Class in com.dropbox.core.v2.auth
For internal use only.
invalidDropboxId(String) - Static method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns an instance of AddMemberSelectorError that has its tag set to AddMemberSelectorError.Tag.INVALID_DROPBOX_ID.
invalidEmail(String) - Static method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns an instance of AddMemberSelectorError that has its tag set to AddMemberSelectorError.Tag.INVALID_EMAIL.
InvalidPathRootError - Class in com.dropbox.core.v2.common
 
InvalidPathRootError(String) - Constructor for class com.dropbox.core.v2.common.InvalidPathRootError
 
InvalidPathRootError() - Constructor for class com.dropbox.core.v2.common.InvalidPathRootError
None
InvalidPathRootError.Serializer - Class in com.dropbox.core.v2.common
For internal use only.
InvalidPropertyGroupError - Class in com.dropbox.core.v2.fileproperties
This class is a tagged union.
InvalidPropertyGroupError.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
InvalidPropertyGroupError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for InvalidPropertyGroupError.
InvalidPropertyGroupErrorException - Exception in com.dropbox.core.v2.fileproperties
Exception thrown when the server responds with a InvalidPropertyGroupError error.
InvalidPropertyGroupErrorException(String, String, LocalizedText, InvalidPropertyGroupError) - Constructor for exception com.dropbox.core.v2.fileproperties.InvalidPropertyGroupErrorException
 
invalidUser(UserSelectorArg) - Static method in class com.dropbox.core.v2.team.CustomQuotaResult
Returns an instance of CustomQuotaResult that has its tag set to CustomQuotaResult.Tag.INVALID_USER.
invalidUser(UserSelectorArg) - Static method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Returns an instance of RemoveCustomQuotaResult that has its tag set to RemoveCustomQuotaResult.Tag.INVALID_USER.
INVITED - Static variable in class com.dropbox.core.v2.team.TeamMemberStatus
User has been invited to a team, but has not joined the team yet.
invitee - Variable in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
 
invitee - Variable in class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
 
invitee - Variable in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
 
InviteeInfo - Class in com.dropbox.core.v2.sharing
Information about the recipient of a shared content invitation.
InviteeInfo.Serializer - Class in com.dropbox.core.v2.sharing
For internal use only.
InviteeInfo.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for InviteeInfo.
InviteeInfoWithPermissionLevel - Class in com.dropbox.core.v2.paper
 
InviteeInfoWithPermissionLevel(InviteeInfo, PaperDocPermissionLevel) - Constructor for class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
 
InviteeMembershipInfo - Class in com.dropbox.core.v2.sharing
Information about an invited member of a shared content.
InviteeMembershipInfo(AccessLevel, InviteeInfo, List<MemberPermission>, String, boolean, UserInfo) - Constructor for class com.dropbox.core.v2.sharing.InviteeMembershipInfo
Information about an invited member of a shared content.
InviteeMembershipInfo(AccessLevel, InviteeInfo) - Constructor for class com.dropbox.core.v2.sharing.InviteeMembershipInfo
Information about an invited member of a shared content.
InviteeMembershipInfo.Builder - Class in com.dropbox.core.v2.sharing
invitees - Variable in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
invitees - Variable in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
invitees - Variable in class com.dropbox.core.v2.sharing.SharedFileMembers
 
invitees - Variable in class com.dropbox.core.v2.sharing.SharedFolderMembers
 
involveNonTeamMember - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
involveNonTeamMember - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
IODbxException(DbxException) - Constructor for exception com.dropbox.core.v1.DbxClientV1.IODbxException
 
IOError(File, IOException) - Constructor for exception com.dropbox.core.json.JsonReader.FileLoadException.IOError
 
ios - Variable in class com.dropbox.core.v2.team.DevicesActive
 
IOUtil - Class in com.dropbox.core.util
 
IOUtil() - Constructor for class com.dropbox.core.util.IOUtil
 
IOUtil.ReadException - Exception in com.dropbox.core.util
 
IOUtil.WrappedException - Exception in com.dropbox.core.util
 
IOUtil.WriteException - Exception in com.dropbox.core.util
 
ipAddress - Variable in class com.dropbox.core.v2.team.DeviceSession.Builder
 
ipAddress - Variable in class com.dropbox.core.v2.team.DeviceSession
 
ipAddress - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
ipAddress - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
ipAddress - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
 
ipAddress - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
 
IS_APP_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support sharing an app folder.
IS_FILE - Static variable in class com.dropbox.core.v2.sharing.SharePathError
A file is at the specified path.
IS_OSX_PACKAGE - Static variable in class com.dropbox.core.v2.sharing.SharePathError
We do not support sharing a Mac OS X package.
IS_PUBLIC_FOLDER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
A public folder can't be shared this way.
isAccessDenied() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns true if this instance has the tag CreateSharedLinkWithSettingsError.Tag.ACCESS_DENIED, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns true if this instance has the tag AddFileMemberError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns true if this instance has the tag FileMemberActionError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
Returns true if this instance has the tag GetFileMetadataError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Returns true if this instance has the tag GetFileMetadataIndividualResult.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns true if this instance has the tag ListFileMembersContinueError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
Returns true if this instance has the tag ListFileMembersError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Returns true if this instance has the tag ListFileMembersIndividualResult.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
Returns true if this instance has the tag ListFolderMembersContinueError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns true if this instance has the tag MountFolderError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Returns true if this instance has the tag RelinquishFileMembershipError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns true if this instance has the tag RemoveFileMemberError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns true if this instance has the tag RemoveFolderMemberError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
Returns true if this instance has the tag UnmountFolderError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
Returns true if this instance has the tag UnshareFileError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns true if this instance has the tag UnshareFolderError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns true if this instance has the tag UpdateFolderMemberError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns true if this instance has the tag UpdateFolderPolicyError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns true if this instance has the tag TeamFolderActivateError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns true if this instance has the tag TeamFolderArchiveError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns true if this instance has the tag TeamFolderPermanentlyDeleteError.Tag.ACCESS_ERROR, false otherwise.
isAccessError() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns true if this instance has the tag TeamFolderRenameError.Tag.ACCESS_ERROR, false otherwise.
isAccountCaptureChangeAvailabilityDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_AVAILABILITY_DETAILS, false otherwise.
isAccountCaptureChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_CHANGE_POLICY_DETAILS, false otherwise.
isAccountCaptureMigrateAccountDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_MIGRATE_ACCOUNT_DETAILS, false otherwise.
isAccountCaptureRelinquishAccountDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.ACCOUNT_CAPTURE_RELINQUISH_ACCOUNT_DETAILS, false otherwise.
isActive() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
Returns true if this instance has the tag TeamMemberStatus.Tag.ACTIVE, false otherwise.
isAdd() - Method in class com.dropbox.core.v2.files.WriteMode
Returns true if this instance has the tag WriteMode.Tag.ADD, false otherwise.
isAdmin() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns true if this instance has the tag ActorLogInfo.Tag.ADMIN, false otherwise.
isAdminConsole() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns true if this instance has the tag AccessMethodLogInfo.Tag.ADMIN_CONSOLE, false otherwise.
isAllowDownloadDisabledDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.ALLOW_DOWNLOAD_DISABLED_DETAILS, false otherwise.
isAllowDownloadEnabledDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.ALLOW_DOWNLOAD_ENABLED_DETAILS, false otherwise.
isAlreadyMounted() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns true if this instance has the tag MountFolderError.Tag.ALREADY_MOUNTED, false otherwise.
isAlreadyShared() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.ALREADY_SHARED, false otherwise.
isAnySignedIn(Context) - Static method in class com.dropbox.core.android.DbxOfficialAppConnector
 
isApi() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns true if this instance has the tag AccessMethodLogInfo.Tag.API, false otherwise.
isApp() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns true if this instance has the tag ActorLogInfo.Tag.APP, false otherwise.
isAppFolder - Variable in class com.dropbox.core.v2.team.ApiApp.Builder
 
isAppFolder - Variable in class com.dropbox.core.v2.team.ApiApp
 
isAppLinkTeamDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.APP_LINK_TEAM_DETAILS, false otherwise.
isAppLinkUserDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.APP_LINK_USER_DETAILS, false otherwise.
isAppUnlinkTeamDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.APP_UNLINK_TEAM_DETAILS, false otherwise.
isAppUnlinkUserDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.APP_UNLINK_USER_DETAILS, false otherwise.
isArrayEnd(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
isArrayStart(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
isAsyncJobId() - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
Returns true if this instance has the tag LaunchEmptyResult.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.async.LaunchResultBase
Returns true if this instance has the tag LaunchResultBase.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
Returns true if this instance has the tag DeleteBatchLaunch.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
Returns true if this instance has the tag RelocationBatchLaunch.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.files.SaveUrlResult
Returns true if this instance has the tag SaveUrlResult.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Returns true if this instance has the tag UploadSessionFinishBatchLaunch.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
Returns true if this instance has the tag ShareFolderLaunch.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
Returns true if this instance has the tag MembersAddLaunch.Tag.ASYNC_JOB_ID, false otherwise.
isAsyncJobId() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
Returns true if this instance has the tag TeamFolderArchiveLaunch.Tag.ASYNC_JOB_ID, false otherwise.
isAutomaticGroup() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns true if this instance has the tag AddMemberSelectorError.Tag.AUTOMATIC_GROUP, false otherwise.
isAutoRetryEnabled() - Method in class com.dropbox.core.DbxRequestConfig
Returns whether or not the client should automatically retry RPC and download requests after receiving a RetryException.
isBadMember() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.BAD_MEMBER, false otherwise.
isBadPath() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns true if this instance has the tag ShareFolderError.Tag.BAD_PATH, false otherwise.
isCantCopySharedFolder() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.CANT_COPY_SHARED_FOLDER, false otherwise.
isCantCopySharedFolder() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.CANT_COPY_SHARED_FOLDER, false otherwise.
isCantMoveFolderIntoItself() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.CANT_MOVE_FOLDER_INTO_ITSELF, false otherwise.
isCantMoveFolderIntoItself() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.CANT_MOVE_FOLDER_INTO_ITSELF, false otherwise.
isCantNestSharedFolder() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.CANT_NEST_SHARED_FOLDER, false otherwise.
isCantNestSharedFolder() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.CANT_NEST_SHARED_FOLDER, false otherwise.
isCantShareOutsideTeam() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.CANT_SHARE_OUTSIDE_TEAM, false otherwise.
isCantTransferOwnership() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.CANT_TRANSFER_OWNERSHIP, false otherwise.
isCantTransferOwnership() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.CANT_TRANSFER_OWNERSHIP, false otherwise.
isClosed() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns true if this instance has the tag UploadSessionLookupError.Tag.CLOSED, false otherwise.
isCollectionShareDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.COLLECTION_SHARE_DETAILS, false otherwise.
isCompanyManaged - Variable in class com.dropbox.core.v2.teamlog.GroupCreateDetails
 
isCompanyManaged - Variable in class com.dropbox.core.v2.teamlog.GroupDeleteDetails
 
isComplete() - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
Returns true if this instance has the tag LaunchEmptyResult.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns true if this instance has the tag DeleteBatchJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
Returns true if this instance has the tag DeleteBatchLaunch.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
Returns true if this instance has the tag RelocationBatchJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
Returns true if this instance has the tag RelocationBatchLaunch.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Returns true if this instance has the tag SaveUrlJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.SaveUrlResult
Returns true if this instance has the tag SaveUrlResult.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
Returns true if this instance has the tag UploadSessionFinishBatchJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Returns true if this instance has the tag UploadSessionFinishBatchLaunch.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.sharing.JobStatus
Returns true if this instance has the tag JobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Returns true if this instance has the tag RemoveMemberJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
Returns true if this instance has the tag ShareFolderJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
Returns true if this instance has the tag ShareFolderLaunch.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
Returns true if this instance has the tag MembersAddJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
Returns true if this instance has the tag MembersAddLaunch.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Returns true if this instance has the tag TeamFolderArchiveJobStatus.Tag.COMPLETE, false otherwise.
isComplete() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
Returns true if this instance has the tag TeamFolderArchiveLaunch.Tag.COMPLETE, false otherwise.
isConflict() - Method in class com.dropbox.core.v2.files.WriteError
Returns true if this instance has the tag WriteError.Tag.CONFLICT, false otherwise.
isConflictingPropertyNames() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns true if this instance has the tag ModifyTemplateError.Tag.CONFLICTING_PROPERTY_NAMES, false otherwise.
isContainsAppFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.CONTAINS_APP_FOLDER, false otherwise.
isContainsSharedFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.CONTAINS_SHARED_FOLDER, false otherwise.
isContainsTeamFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.CONTAINS_TEAM_FOLDER, false otherwise.
isContentManager() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns true if this instance has the tag AccessMethodLogInfo.Tag.CONTENT_MANAGER, false otherwise.
isConversionError() - Method in class com.dropbox.core.v2.files.ThumbnailError
Returns true if this instance has the tag ThumbnailError.Tag.CONVERSION_ERROR, false otherwise.
isCreateFolderDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.CREATE_FOLDER_DETAILS, false otherwise.
isCursorError() - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
Returns true if this instance has the tag ListDocsCursorError.Tag.CURSOR_ERROR, false otherwise.
isCursorError() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
Returns true if this instance has the tag ListUsersCursorError.Tag.CURSOR_ERROR, false otherwise.
isDataPlacementRestrictionChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_CHANGE_POLICY_DETAILS, false otherwise.
isDataPlacementRestrictionSatisfyPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DATA_PLACEMENT_RESTRICTION_SATISFY_POLICY_DETAILS, false otherwise.
isDefined() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Returns true if this instance has the tag WebSessionsFixedLengthPolicy.Tag.DEFINED, false otherwise.
isDefined() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Returns true if this instance has the tag DEFINED, false otherwise.
isDeleted - Variable in class com.dropbox.core.v2.files.ListRevisionsResult
 
isDeleteOnUnlinkSupported - Variable in class com.dropbox.core.v2.team.DesktopClientSession.Builder
 
isDeleteOnUnlinkSupported - Variable in class com.dropbox.core.v2.team.DesktopClientSession
 
isDesktopClient() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns true if this instance has the tag RevokeDeviceSessionArg.Tag.DESKTOP_CLIENT, false otherwise.
isDeviceApprovalsChangeDesktopPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_DESKTOP_POLICY_DETAILS, false otherwise.
isDeviceApprovalsChangeMobilePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_MOBILE_POLICY_DETAILS, false otherwise.
isDeviceApprovalsChangeOverageActionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_OVERAGE_ACTION_DETAILS, false otherwise.
isDeviceApprovalsChangeUnlinkActionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_APPROVALS_CHANGE_UNLINK_ACTION_DETAILS, false otherwise.
isDeviceChangeIpDesktopDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_CHANGE_IP_DESKTOP_DETAILS, false otherwise.
isDeviceChangeIpMobileDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_CHANGE_IP_MOBILE_DETAILS, false otherwise.
isDeviceChangeIpWebDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_CHANGE_IP_WEB_DETAILS, false otherwise.
isDeviceDeleteOnUnlinkFailDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_FAIL_DETAILS, false otherwise.
isDeviceDeleteOnUnlinkSuccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_DELETE_ON_UNLINK_SUCCESS_DETAILS, false otherwise.
isDeviceLinkFailDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_LINK_FAIL_DETAILS, false otherwise.
isDeviceLinkSuccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_LINK_SUCCESS_DETAILS, false otherwise.
isDeviceManagementDisabledDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_MANAGEMENT_DISABLED_DETAILS, false otherwise.
isDeviceManagementEnabledDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_MANAGEMENT_ENABLED_DETAILS, false otherwise.
isDeviceUnlinkDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DEVICE_UNLINK_DETAILS, false otherwise.
isDisabledDomainInvitesDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DISABLED_DOMAIN_INVITES_DETAILS, false otherwise.
isDisallowedName() - Method in class com.dropbox.core.v2.files.WriteError
Returns true if this instance has the tag WriteError.Tag.DISALLOWED_NAME, false otherwise.
isDisallowedSharedLinkPolicy() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns true if this instance has the tag ShareFolderError.Tag.DISALLOWED_SHARED_LINK_POLICY, false otherwise.
isDisallowedSharedLinkPolicy() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns true if this instance has the tag UpdateFolderPolicyError.Tag.DISALLOWED_SHARED_LINK_POLICY, false otherwise.
isDocNotFound() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
Returns true if this instance has the tag ListUsersCursorError.Tag.DOC_NOT_FOUND, false otherwise.
isDoesNotFitTemplate() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.DOES_NOT_FIT_TEMPLATE, false otherwise.
isDoesNotFitTemplate() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns true if this instance has the tag InvalidPropertyGroupError.Tag.DOES_NOT_FIT_TEMPLATE, false otherwise.
isDoesNotFitTemplate() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.DOES_NOT_FIT_TEMPLATE, false otherwise.
isDomainInvitesApproveRequestToJoinTeamDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_APPROVE_REQUEST_TO_JOIN_TEAM_DETAILS, false otherwise.
isDomainInvitesDeclineRequestToJoinTeamDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_DECLINE_REQUEST_TO_JOIN_TEAM_DETAILS, false otherwise.
isDomainInvitesEmailExistingUsersDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_EMAIL_EXISTING_USERS_DETAILS, false otherwise.
isDomainInvitesRequestToJoinTeamDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_REQUEST_TO_JOIN_TEAM_DETAILS, false otherwise.
isDomainInvitesSetInviteNewUserPrefToNoDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_NO_DETAILS, false otherwise.
isDomainInvitesSetInviteNewUserPrefToYesDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_INVITES_SET_INVITE_NEW_USER_PREF_TO_YES_DETAILS, false otherwise.
isDomainVerificationAddDomainFailDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_FAIL_DETAILS, false otherwise.
isDomainVerificationAddDomainSuccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_VERIFICATION_ADD_DOMAIN_SUCCESS_DETAILS, false otherwise.
isDomainVerificationRemoveDomainDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.DOMAIN_VERIFICATION_REMOVE_DOMAIN_DETAILS, false otherwise.
isDownloadFailed() - Method in class com.dropbox.core.v2.files.SaveUrlError
Returns true if this instance has the tag SaveUrlError.Tag.DOWNLOAD_FAILED, false otherwise.
isDropbox() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns true if this instance has the tag ActorLogInfo.Tag.DROPBOX, false otherwise.
isDropboxId() - Method in class com.dropbox.core.v2.sharing.MemberSelector
Returns true if this instance has the tag MemberSelector.Tag.DROPBOX_ID, false otherwise.
isDuplicatedOrNestedPaths() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.DUPLICATED_OR_NESTED_PATHS, false otherwise.
isDuplicatedOrNestedPaths() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.DUPLICATED_OR_NESTED_PATHS, false otherwise.
isDuplicateExternalMemberId() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.DUPLICATE_EXTERNAL_MEMBER_ID, false otherwise.
isDuplicateMemberPersistentId() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.DUPLICATE_MEMBER_PERSISTENT_ID, false otherwise.
isDuplicateUser() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.DUPLICATE_USER, false otherwise.
isEmail() - Method in class com.dropbox.core.v2.sharing.InviteeInfo
Returns true if this instance has the tag InviteeInfo.Tag.EMAIL, false otherwise.
isEmail() - Method in class com.dropbox.core.v2.sharing.MemberSelector
Returns true if this instance has the tag MemberSelector.Tag.EMAIL, false otherwise.
isEmail() - Method in class com.dropbox.core.v2.team.UserSelectorArg
Returns true if this instance has the tag UserSelectorArg.Tag.EMAIL, false otherwise.
isEmailNotVerified() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns true if this instance has the tag CreateSharedLinkWithSettingsError.Tag.EMAIL_NOT_VERIFIED, false otherwise.
isEmailNotVerified() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns true if this instance has the tag ModifySharedLinkSettingsError.Tag.EMAIL_NOT_VERIFIED, false otherwise.
isEmailUnverified() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.EMAIL_UNVERIFIED, false otherwise.
isEmailUnverified() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns true if this instance has the tag ShareFolderError.Tag.EMAIL_UNVERIFIED, false otherwise.
isEmmAddExceptionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EMM_ADD_EXCEPTION_DETAILS, false otherwise.
isEmmChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EMM_CHANGE_POLICY_DETAILS, false otherwise.
isEmmCreateExceptionsReportDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EMM_CREATE_EXCEPTIONS_REPORT_DETAILS, false otherwise.
isEmmCreateUsageReportDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EMM_CREATE_USAGE_REPORT_DETAILS, false otherwise.
isEmmLoginSuccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EMM_LOGIN_SUCCESS_DETAILS, false otherwise.
isEmmManaged - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
isEmmManaged - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
isEmmRefreshAuthTokenDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EMM_REFRESH_AUTH_TOKEN_DETAILS, false otherwise.
isEmmRemoveExceptionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EMM_REMOVE_EXCEPTION_DETAILS, false otherwise.
isEnabledDomainInvitesDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.ENABLED_DOMAIN_INVITES_DETAILS, false otherwise.
isEndUser() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns true if this instance has the tag AccessMethodLogInfo.Tag.END_USER, false otherwise.
isExtendedVersionHistoryChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.EXTENDED_VERSION_HISTORY_CHANGE_POLICY_DETAILS, false otherwise.
isExternalId() - Method in class com.dropbox.core.v2.team.UserSelectorArg
Returns true if this instance has the tag UserSelectorArg.Tag.EXTERNAL_ID, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns true if this instance has the tag DeleteBatchJobStatus.Tag.FAILED, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
Returns true if this instance has the tag RelocationBatchJobStatus.Tag.FAILED, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Returns true if this instance has the tag SaveUrlJobStatus.Tag.FAILED, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.sharing.JobStatus
Returns true if this instance has the tag JobStatus.Tag.FAILED, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Returns true if this instance has the tag RemoveMemberJobStatus.Tag.FAILED, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
Returns true if this instance has the tag ShareFolderJobStatus.Tag.FAILED, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
Returns true if this instance has the tag MembersAddJobStatus.Tag.FAILED, false otherwise.
isFailed() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Returns true if this instance has the tag TeamFolderArchiveJobStatus.Tag.FAILED, false otherwise.
isFailure() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
Returns true if this instance has the tag DeleteBatchResultEntry.Tag.FAILURE, false otherwise.
isFailure() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Returns true if this instance has the tag GetThumbnailBatchResultEntry.Tag.FAILURE, false otherwise.
isFailure() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
Returns true if this instance has the tag UploadSessionFinishBatchResultEntry.Tag.FAILURE, false otherwise.
isFieldName() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
Returns true if this instance has the tag PropertiesSearchMode.Tag.FIELD_NAME, false otherwise.
isFile() - Method in class com.dropbox.core.v1.DbxEntry.File
 
isFile() - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
isFile() - Method in class com.dropbox.core.v1.DbxEntry
Whether this metadata is for a file, which can be cast to type DbxEntry.File.
isFile() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns true if this instance has the tag AssetLogInfo.Tag.FILE, false otherwise.
isFileAddCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_ADD_COMMENT_DETAILS, false otherwise.
isFileAddDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_ADD_DETAILS, false otherwise.
isFileChangeCommentSubscriptionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_CHANGE_COMMENT_SUBSCRIPTION_DETAILS, false otherwise.
isFileCommentsChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_COMMENTS_CHANGE_POLICY_DETAILS, false otherwise.
isFileCopyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_COPY_DETAILS, false otherwise.
isFileDeleteCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_DELETE_COMMENT_DETAILS, false otherwise.
isFileDeleteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_DELETE_DETAILS, false otherwise.
isFileDownloadDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_DOWNLOAD_DETAILS, false otherwise.
isFileEditDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_EDIT_DETAILS, false otherwise.
isFileGetCopyReferenceDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_GET_COPY_REFERENCE_DETAILS, false otherwise.
isFileLikeCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_LIKE_COMMENT_DETAILS, false otherwise.
isFileMoveDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_MOVE_DETAILS, false otherwise.
isFilePermanentlyDeleteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_PERMANENTLY_DELETE_DETAILS, false otherwise.
isFilePreviewDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_PREVIEW_DETAILS, false otherwise.
isFileRenameDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_RENAME_DETAILS, false otherwise.
isFileRequestAddDeadlineDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_ADD_DEADLINE_DETAILS, false otherwise.
isFileRequestChangeFolderDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_CHANGE_FOLDER_DETAILS, false otherwise.
isFileRequestChangeTitleDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_CHANGE_TITLE_DETAILS, false otherwise.
isFileRequestCloseDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_CLOSE_DETAILS, false otherwise.
isFileRequestCreateDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_CREATE_DETAILS, false otherwise.
isFileRequestReceiveFileDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_RECEIVE_FILE_DETAILS, false otherwise.
isFileRequestRemoveDeadlineDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_REMOVE_DEADLINE_DETAILS, false otherwise.
isFileRequestsChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUESTS_CHANGE_POLICY_DETAILS, false otherwise.
isFileRequestsEmailsEnabledDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUESTS_EMAILS_ENABLED_DETAILS, false otherwise.
isFileRequestsEmailsRestrictedToTeamOnlyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUESTS_EMAILS_RESTRICTED_TO_TEAM_ONLY_DETAILS, false otherwise.
isFileRequestSendDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REQUEST_SEND_DETAILS, false otherwise.
isFileResolveCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_RESOLVE_COMMENT_DETAILS, false otherwise.
isFileRestoreDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_RESTORE_DETAILS, false otherwise.
isFileRevertDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_REVERT_DETAILS, false otherwise.
isFileRollbackChangesDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_ROLLBACK_CHANGES_DETAILS, false otherwise.
isFileSaveCopyReferenceDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_SAVE_COPY_REFERENCE_DETAILS, false otherwise.
isFileUnlikeCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_UNLIKE_COMMENT_DETAILS, false otherwise.
isFileUnresolveCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.FILE_UNRESOLVE_COMMENT_DETAILS, false otherwise.
isFilterNone() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
Returns true if this instance has the tag TemplateFilter.Tag.FILTER_NONE, false otherwise.
isFilterSome() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
Returns true if this instance has the tag TemplateFilter.Tag.FILTER_SOME, false otherwise.
isFolder() - Method in class com.dropbox.core.v1.DbxEntry.File
 
isFolder() - Method in class com.dropbox.core.v1.DbxEntry.Folder
 
isFolder() - Method in class com.dropbox.core.v1.DbxEntry
Whether this metadata is for a folder, which can be cast to type DbxEntry.Folder.
isFolder() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns true if this instance has the tag AssetLogInfo.Tag.FOLDER, false otherwise.
isFolderIsInsideSharedFolder() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.FOLDER_IS_INSIDE_SHARED_FOLDER, false otherwise.
isFolderIsLimitedTeamFolder() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.FOLDER_IS_LIMITED_TEAM_FOLDER, false otherwise.
isFolderNameAlreadyUsed() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns true if this instance has the tag TeamFolderRenameError.Tag.FOLDER_NAME_ALREADY_USED, false otherwise.
isFolderNameReserved() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns true if this instance has the tag TeamFolderRenameError.Tag.FOLDER_NAME_RESERVED, false otherwise.
isFolderOwner() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.FOLDER_OWNER, false otherwise.
isFolderOwner() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns true if this instance has the tag RemoveFolderMemberError.Tag.FOLDER_OWNER, false otherwise.
isFreeTeamMemberLimitReached() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.FREE_TEAM_MEMBER_LIMIT_REACHED, false otherwise.
isFromLookup() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.FROM_LOOKUP, false otherwise.
isFromLookup() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.FROM_LOOKUP, false otherwise.
isFromWrite() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.FROM_WRITE, false otherwise.
isFromWrite() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.FROM_WRITE, false otherwise.
isGoogleSsoChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GOOGLE_SSO_CHANGE_POLICY_DETAILS, false otherwise.
isGroup() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Returns true if this instance has the tag ParticipantLogInfo.Tag.GROUP, false otherwise.
isGroupAccess() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Returns true if this instance has the tag RelinquishFileMembershipError.Tag.GROUP_ACCESS, false otherwise.
isGroupAccess() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.GROUP_ACCESS, false otherwise.
isGroupAccess() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns true if this instance has the tag RemoveFolderMemberError.Tag.GROUP_ACCESS, false otherwise.
isGroupAddExternalIdDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_ADD_EXTERNAL_ID_DETAILS, false otherwise.
isGroupAddMemberDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_ADD_MEMBER_DETAILS, false otherwise.
isGroupChangeExternalIdDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_CHANGE_EXTERNAL_ID_DETAILS, false otherwise.
isGroupChangeManagementTypeDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_CHANGE_MANAGEMENT_TYPE_DETAILS, false otherwise.
isGroupChangeMemberRoleDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_CHANGE_MEMBER_ROLE_DETAILS, false otherwise.
isGroupCreateDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_CREATE_DETAILS, false otherwise.
isGroupDeleted() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns true if this instance has the tag AddMemberSelectorError.Tag.GROUP_DELETED, false otherwise.
isGroupDeleteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_DELETE_DETAILS, false otherwise.
isGroupExternalId() - Method in class com.dropbox.core.v2.team.GroupSelector
Returns true if this instance has the tag GroupSelector.Tag.GROUP_EXTERNAL_ID, false otherwise.
isGroupExternalIds() - Method in class com.dropbox.core.v2.team.GroupsSelector
Returns true if this instance has the tag GroupsSelector.Tag.GROUP_EXTERNAL_IDS, false otherwise.
isGroupId() - Method in class com.dropbox.core.v2.team.GroupSelector
Returns true if this instance has the tag GroupSelector.Tag.GROUP_ID, false otherwise.
isGroupIds() - Method in class com.dropbox.core.v2.team.GroupsSelector
Returns true if this instance has the tag GroupsSelector.Tag.GROUP_IDS, false otherwise.
isGroupInfo() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
Returns true if this instance has the tag GroupsGetInfoItem.Tag.GROUP_INFO, false otherwise.
isGroupMovedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_MOVED_DETAILS, false otherwise.
isGroupNotFound() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.GROUP_NOT_FOUND, false otherwise.
isGroupNotFound() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns true if this instance has the tag GroupMembersRemoveError.Tag.GROUP_NOT_FOUND, false otherwise.
isGroupNotInTeam() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.GROUP_NOT_IN_TEAM, false otherwise.
isGroupNotInTeam() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns true if this instance has the tag GroupMembersRemoveError.Tag.GROUP_NOT_IN_TEAM, false otherwise.
isGroupNotOnTeam() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns true if this instance has the tag AddMemberSelectorError.Tag.GROUP_NOT_ON_TEAM, false otherwise.
isGroupOwner - Variable in class com.dropbox.core.v2.teamlog.GroupAddMemberDetails
 
isGroupOwner - Variable in class com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails
 
isGroupRemoveExternalIdDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_REMOVE_EXTERNAL_ID_DETAILS, false otherwise.
isGroupRemoveMemberDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_REMOVE_MEMBER_DETAILS, false otherwise.
isGroupRenameDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_RENAME_DETAILS, false otherwise.
isGroupUserManagementChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.GROUP_USER_MANAGEMENT_CHANGE_POLICY_DETAILS, false otherwise.
isHasTeamSharedDropbox() - Method in class com.dropbox.core.v2.team.FeatureValue
Returns true if this instance has the tag FeatureValue.Tag.HAS_TEAM_SHARED_DROPBOX, false otherwise.
isHasTeamSharedDropbox() - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
Returns true if this instance has the tag HasTeamSharedDropboxValue.Tag.HAS_TEAM_SHARED_DROPBOX, false otherwise.
isIdNotFound() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
Returns true if this instance has the tag GroupsGetInfoItem.Tag.ID_NOT_FOUND, false otherwise.
isIdNotFound() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
Returns true if this instance has the tag MembersGetInfoItem.Tag.ID_NOT_FOUND, false otherwise.
isIdNotFound() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
Returns true if this instance has the tag TeamFolderGetInfoItem.Tag.ID_NOT_FOUND, false otherwise.
isIncorrectOffset() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns true if this instance has the tag UploadSessionLookupError.Tag.INCORRECT_OFFSET, false otherwise.
isIndividual() - Method in class com.dropbox.core.v2.users.SpaceAllocation
Returns true if this instance has the tag SpaceAllocation.Tag.INDIVIDUAL, false otherwise.
isInherited - Variable in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
 
isInherited - Variable in class com.dropbox.core.v2.sharing.MembershipInfo
 
isInProgress() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns true if this instance has the tag DeleteBatchJobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.files.PreviewError
Returns true if this instance has the tag PreviewError.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
Returns true if this instance has the tag RelocationBatchJobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Returns true if this instance has the tag SaveUrlJobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
Returns true if this instance has the tag UploadSessionFinishBatchJobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.sharing.JobStatus
Returns true if this instance has the tag JobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Returns true if this instance has the tag RemoveMemberJobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
Returns true if this instance has the tag ShareFolderJobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
Returns true if this instance has the tag MembersAddJobStatus.Tag.IN_PROGRESS, false otherwise.
isInProgress() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Returns true if this instance has the tag TeamFolderArchiveJobStatus.Tag.IN_PROGRESS, false otherwise.
isInsideAppFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.INSIDE_APP_FOLDER, false otherwise.
isInsideOsxPackage() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.INSIDE_OSX_PACKAGE, false otherwise.
isInsidePublicFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.INSIDE_PUBLIC_FOLDER, false otherwise.
isInsideSharedFolder() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns true if this instance has the tag MountFolderError.Tag.INSIDE_SHARED_FOLDER, false otherwise.
isInsideSharedFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.INSIDE_SHARED_FOLDER, false otherwise.
isInsideTeamFolder - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
isInsideTeamFolder - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
isInstalled(Context) - Static method in class com.dropbox.core.android.DbxOfficialAppConnector
 
isInsufficientPermissions() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
Returns true if this instance has the tag ListUsersCursorError.Tag.INSUFFICIENT_PERMISSIONS, false otherwise.
isInsufficientPlan() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.INSUFFICIENT_PLAN, false otherwise.
isInsufficientPlan() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.INSUFFICIENT_PLAN, false otherwise.
isInsufficientPlan() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns true if this instance has the tag UpdateFolderMemberError.Tag.INSUFFICIENT_PLAN, false otherwise.
isInsufficientQuota() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns true if this instance has the tag MountFolderError.Tag.INSUFFICIENT_QUOTA, false otherwise.
isInsufficientSpace() - Method in class com.dropbox.core.v2.files.WriteError
Returns true if this instance has the tag WriteError.Tag.INSUFFICIENT_SPACE, false otherwise.
isInvalid() - Method in class com.dropbox.core.v2.common.PathRootError
Returns true if this instance has the tag PathRootError.Tag.INVALID, false otherwise.
isInvalidAccountType() - Method in class com.dropbox.core.v2.auth.AccessError
Returns true if this instance has the tag AccessError.Tag.INVALID_ACCOUNT_TYPE, false otherwise.
isInvalidComment() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns true if this instance has the tag AddFileMemberError.Tag.INVALID_COMMENT, false otherwise.
isInvalidCopyReference() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns true if this instance has the tag SaveCopyReferenceError.Tag.INVALID_COPY_REFERENCE, false otherwise.
isInvalidCursor() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns true if this instance has the tag ListFileMembersContinueError.Tag.INVALID_CURSOR, false otherwise.
isInvalidCursor() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
Returns true if this instance has the tag ListFilesContinueError.Tag.INVALID_CURSOR, false otherwise.
isInvalidCursor() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
Returns true if this instance has the tag ListFolderMembersContinueError.Tag.INVALID_CURSOR, false otherwise.
isInvalidDropboxId() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns true if this instance has the tag AddMemberSelectorError.Tag.INVALID_DROPBOX_ID, false otherwise.
isInvalidDropboxId() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Returns true if this instance has the tag SharedFolderMemberError.Tag.INVALID_DROPBOX_ID, false otherwise.
isInvalidDropboxId() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.INVALID_DROPBOX_ID, false otherwise.
isInvalidEmail() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns true if this instance has the tag AddMemberSelectorError.Tag.INVALID_EMAIL, false otherwise.
isInvalidFolderName() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns true if this instance has the tag TeamFolderRenameError.Tag.INVALID_FOLDER_NAME, false otherwise.
isInvalidMember() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns true if this instance has the tag FileMemberActionError.Tag.INVALID_MEMBER, false otherwise.
isInvalidPath() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.INVALID_PATH, false otherwise.
isInvalidRevision() - Method in class com.dropbox.core.v2.files.RestoreError
Returns true if this instance has the tag RestoreError.Tag.INVALID_REVISION, false otherwise.
isInvalidUrl() - Method in class com.dropbox.core.v2.files.SaveUrlError
Returns true if this instance has the tag SaveUrlError.Tag.INVALID_URL, false otherwise.
isInvalidUser() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
Returns true if this instance has the tag CustomQuotaResult.Tag.INVALID_USER, false otherwise.
isInvalidUser() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Returns true if this instance has the tag RemoveCustomQuotaResult.Tag.INVALID_USER, false otherwise.
isInvited() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
Returns true if this instance has the tag TeamMemberStatus.Tag.INVITED, false otherwise.
isIsAppFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.IS_APP_FOLDER, false otherwise.
isIsFile() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.IS_FILE, false otherwise.
isIsOsxPackage() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.IS_OSX_PACKAGE, false otherwise.
isIsPublicFolder() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.IS_PUBLIC_FOLDER, false otherwise.
isJust() - Method in class com.dropbox.core.util.Maybe
 
isLimit() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
Returns true if this instance has the tag UploadApiRateLimitValue.Tag.LIMIT, false otherwise.
isLogoutDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.LOGOUT_DETAILS, false otherwise.
isLookupFailed() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns true if this instance has the tag UploadSessionFinishError.Tag.LOOKUP_FAILED, false otherwise.
isMalformedPath() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns true if this instance has the tag LookupError.Tag.MALFORMED_PATH, false otherwise.
isMalformedPath() - Method in class com.dropbox.core.v2.files.LookupError
Returns true if this instance has the tag LookupError.Tag.MALFORMED_PATH, false otherwise.
isMalformedPath() - Method in class com.dropbox.core.v2.files.WriteError
Returns true if this instance has the tag WriteError.Tag.MALFORMED_PATH, false otherwise.
isMember - Variable in class com.dropbox.core.v2.sharing.GroupInfo.Builder
 
isMember - Variable in class com.dropbox.core.v2.sharing.GroupInfo
 
isMemberAddNameDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_ADD_NAME_DETAILS, false otherwise.
isMemberChangeAdminRoleDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS, false otherwise.
isMemberChangeEmailDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS, false otherwise.
isMemberChangeMembershipTypeDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS, false otherwise.
isMemberChangeNameDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS, false otherwise.
isMemberChangeStatusDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS, false otherwise.
isMemberError() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Returns true if this instance has the tag FileMemberActionIndividualResult.Tag.MEMBER_ERROR, false otherwise.
isMemberError() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Returns true if this instance has the tag FileMemberRemoveActionResult.Tag.MEMBER_ERROR, false otherwise.
isMemberError() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns true if this instance has the tag RemoveFolderMemberError.Tag.MEMBER_ERROR, false otherwise.
isMemberError() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns true if this instance has the tag UpdateFolderMemberError.Tag.MEMBER_ERROR, false otherwise.
isMemberInfo() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
Returns true if this instance has the tag MembersGetInfoItem.Tag.MEMBER_INFO, false otherwise.
isMemberNotInGroup() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns true if this instance has the tag GroupMembersRemoveError.Tag.MEMBER_NOT_IN_GROUP, false otherwise.
isMemberPermanentlyDeleteAccountContentsDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS, false otherwise.
isMemberRequestsChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS, false otherwise.
isMembersNotInTeam() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.MEMBERS_NOT_IN_TEAM, false otherwise.
isMembersNotInTeam() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns true if this instance has the tag GroupMembersRemoveError.Tag.MEMBERS_NOT_IN_TEAM, false otherwise.
isMemberSpaceLimitsAddExceptionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS, false otherwise.
isMemberSpaceLimitsChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS, false otherwise.
isMemberSpaceLimitsChangeStatusDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS, false otherwise.
isMemberSpaceLimitsRemoveExceptionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS, false otherwise.
isMemberSuggestDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_SUGGEST_DETAILS, false otherwise.
isMemberSuggestionsChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS, false otherwise.
isMemberTransferAccountContentsDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS, false otherwise.
isMetadata() - Method in class com.dropbox.core.v2.files.MediaInfo
Returns true if this instance has the tag MediaInfo.Tag.METADATA, false otherwise.
isMetadata() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Returns true if this instance has the tag GetFileMetadataIndividualResult.Tag.METADATA, false otherwise.
isMicrosoftOfficeAddinChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS, false otherwise.
isMissingDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.MISSING_DETAILS, false otherwise.
isMobileClient() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns true if this instance has the tag RevokeDeviceSessionArg.Tag.MOBILE_CLIENT, false otherwise.
isMounted() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.MOUNTED, false otherwise.
isNetworkControlChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS, false otherwise.
isNewOwnerEmailUnverified() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.NEW_OWNER_EMAIL_UNVERIFIED, false otherwise.
isNewOwnerNotAMember() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.NEW_OWNER_NOT_A_MEMBER, false otherwise.
isNewOwnerUnmounted() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.NEW_OWNER_UNMOUNTED, false otherwise.
isNoAccount() - Method in class com.dropbox.core.v2.users.GetAccountBatchError
Returns true if this instance has the tag GetAccountBatchError.Tag.NO_ACCOUNT, false otherwise.
isNoExplicitAccess() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns true if this instance has the tag FileMemberActionError.Tag.NO_EXPLICIT_ACCESS, false otherwise.
isNoExplicitAccess() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.NO_EXPLICIT_ACCESS, false otherwise.
isNoExplicitAccess() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns true if this instance has the tag RemoveFileMemberError.Tag.NO_EXPLICIT_ACCESS, false otherwise.
isNoExplicitAccess() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Returns true if this instance has the tag SharedFolderMemberError.Tag.NO_EXPLICIT_ACCESS, false otherwise.
isNoExplicitAccess() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns true if this instance has the tag UpdateFolderMemberError.Tag.NO_EXPLICIT_ACCESS, false otherwise.
isNonTeamMember() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns true if this instance has the tag ContextLogInfo.Tag.NON_TEAM_MEMBER, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.common.PathRootError
Returns true if this instance has the tag PathRootError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns true if this instance has the tag SaveCopyReferenceError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns true if this instance has the tag FileMemberActionError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns true if this instance has the tag MountFolderError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Returns true if this instance has the tag RelinquishFileMembershipError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns true if this instance has the tag RemoveFolderMemberError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns true if this instance has the tag ShareFolderError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
Returns true if this instance has the tag UnmountFolderError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns true if this instance has the tag UnshareFolderError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns true if this instance has the tag UpdateFolderMemberError.Tag.NO_PERMISSION, false otherwise.
isNoPermission() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns true if this instance has the tag UpdateFolderPolicyError.Tag.NO_PERMISSION, false otherwise.
isNotAMember() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Returns true if this instance has the tag SharedFolderMemberError.Tag.NOT_A_MEMBER, false otherwise.
isNotClosed() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns true if this instance has the tag UploadSessionLookupError.Tag.NOT_CLOSED, false otherwise.
isNoteAclInviteOnlyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS, false otherwise.
isNoteAclLinkDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.NOTE_ACL_LINK_DETAILS, false otherwise.
isNoteAclTeamLinkDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS, false otherwise.
isNoteSharedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.NOTE_SHARED_DETAILS, false otherwise.
isNoteShareReceiveDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS, false otherwise.
isNotFile() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns true if this instance has the tag LookupError.Tag.NOT_FILE, false otherwise.
isNotFile() - Method in class com.dropbox.core.v2.files.LookupError
Returns true if this instance has the tag LookupError.Tag.NOT_FILE, false otherwise.
isNotFolder() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns true if this instance has the tag LookupError.Tag.NOT_FOLDER, false otherwise.
isNotFolder() - Method in class com.dropbox.core.v2.files.LookupError
Returns true if this instance has the tag LookupError.Tag.NOT_FOLDER, false otherwise.
isNotFound() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns true if this instance has the tag LookupError.Tag.NOT_FOUND, false otherwise.
isNotFound() - Method in class com.dropbox.core.v2.files.LookupError
Returns true if this instance has the tag LookupError.Tag.NOT_FOUND, false otherwise.
isNotFound() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns true if this instance has the tag SaveCopyReferenceError.Tag.NOT_FOUND, false otherwise.
isNotFound() - Method in class com.dropbox.core.v2.files.SaveUrlError
Returns true if this instance has the tag SaveUrlError.Tag.NOT_FOUND, false otherwise.
isNotFound() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns true if this instance has the tag UploadSessionLookupError.Tag.NOT_FOUND, false otherwise.
isNothing() - Method in class com.dropbox.core.util.Maybe
 
isNotMountable() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns true if this instance has the tag MountFolderError.Tag.NOT_MOUNTABLE, false otherwise.
isNotOnTeam() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns true if this instance has the tag UpdateFolderPolicyError.Tag.NOT_ON_TEAM, false otherwise.
isNotUnmountable() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
Returns true if this instance has the tag UnmountFolderError.Tag.NOT_UNMOUNTABLE, false otherwise.
isNoUpdate() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Returns true if this instance has the tag UpdateFileRequestDeadline.Tag.NO_UPDATE, false otherwise.
isNoWritePermission() - Method in class com.dropbox.core.v2.files.WriteError
Returns true if this instance has the tag WriteError.Tag.NO_WRITE_PERMISSION, false otherwise.
isOpen - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
isOpen - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
isOpenNoteSharedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS, false otherwise.
isOther() - Method in class com.dropbox.core.v2.auth.AccessError
Returns true if this instance has the tag AccessError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.common.PathRootError
Returns true if this instance has the tag PathRootError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns true if this instance has the tag InvalidPropertyGroupError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns true if this instance has the tag LookupError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns true if this instance has the tag ModifyTemplateError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
Returns true if this instance has the tag PropertiesSearchError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
Returns true if this instance has the tag PropertiesSearchMode.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns true if this instance has the tag RemovePropertiesError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
Returns true if this instance has the tag TemplateError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
Returns true if this instance has the tag TemplateFilter.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Returns true if this instance has the tag UpdateFileRequestDeadline.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns true if this instance has the tag DeleteBatchJobStatus.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
Returns true if this instance has the tag DeleteBatchLaunch.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.DeleteError
Returns true if this instance has the tag DeleteError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.DownloadError
Returns true if this instance has the tag DownloadError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
Returns true if this instance has the tag GetCopyReferenceError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
Returns true if this instance has the tag GetTemporaryLinkError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Returns true if this instance has the tag GetThumbnailBatchResultEntry.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
Returns true if this instance has the tag ListFolderContinueError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.ListFolderError
Returns true if this instance has the tag ListFolderError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.ListRevisionsError
Returns true if this instance has the tag ListRevisionsError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.LookupError
Returns true if this instance has the tag LookupError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
Returns true if this instance has the tag RelocationBatchLaunch.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.RestoreError
Returns true if this instance has the tag RestoreError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns true if this instance has the tag SaveCopyReferenceError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.SaveUrlError
Returns true if this instance has the tag SaveUrlError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.SearchError
Returns true if this instance has the tag SearchError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.UploadError
Returns true if this instance has the tag UploadError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Returns true if this instance has the tag UploadErrorWithProperties.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Returns true if this instance has the tag UploadSessionFinishBatchLaunch.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns true if this instance has the tag UploadSessionFinishError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns true if this instance has the tag UploadSessionLookupError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.files.WriteError
Returns true if this instance has the tag WriteError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
Returns true if this instance has the tag ListDocsCursorError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
Returns true if this instance has the tag ListUsersCursorError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns true if this instance has the tag AddFileMemberError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns true if this instance has the tag AddMemberSelectorError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
Returns true if this instance has the tag CreateSharedLinkError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns true if this instance has the tag FileMemberActionError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Returns true if this instance has the tag FileMemberRemoveActionResult.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
Returns true if this instance has the tag GetFileMetadataError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Returns true if this instance has the tag GetFileMetadataIndividualResult.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
Returns true if this instance has the tag GetSharedLinksError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.InviteeInfo
Returns true if this instance has the tag InviteeInfo.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.JobError
Returns true if this instance has the tag JobError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
Returns true if this instance has the tag LinkExpiry.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.LinkPassword
Returns true if this instance has the tag LinkPassword.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns true if this instance has the tag ListFileMembersContinueError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
Returns true if this instance has the tag ListFileMembersError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Returns true if this instance has the tag ListFileMembersIndividualResult.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
Returns true if this instance has the tag ListFilesContinueError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
Returns true if this instance has the tag ListFolderMembersContinueError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
Returns true if this instance has the tag ListSharedLinksError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.MemberSelector
Returns true if this instance has the tag MemberSelector.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns true if this instance has the tag ModifySharedLinkSettingsError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns true if this instance has the tag MountFolderError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Returns true if this instance has the tag RelinquishFileMembershipError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns true if this instance has the tag RemoveFileMemberError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns true if this instance has the tag RemoveFolderMemberError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Returns true if this instance has the tag SharedFolderMemberError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns true if this instance has the tag ShareFolderError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns true if this instance has the tag SharePathError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
Returns true if this instance has the tag UnmountFolderError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
Returns true if this instance has the tag UnshareFileError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns true if this instance has the tag UnshareFolderError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns true if this instance has the tag UpdateFolderMemberError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns true if this instance has the tag UpdateFolderPolicyError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
Returns true if this instance has the tag CustomQuotaResult.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.FeatureValue
Returns true if this instance has the tag FeatureValue.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns true if this instance has the tag GroupMembersRemoveError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
Returns true if this instance has the tag HasTeamSharedDropboxValue.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Returns true if this instance has the tag RemoveCustomQuotaResult.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns true if this instance has the tag TeamFolderActivateError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns true if this instance has the tag TeamFolderArchiveError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns true if this instance has the tag TeamFolderPermanentlyDeleteError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns true if this instance has the tag TeamFolderRenameError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
Returns true if this instance has the tag UploadApiRateLimitValue.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns true if this instance has the tag AccessMethodLogInfo.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns true if this instance has the tag ActorLogInfo.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns true if this instance has the tag AssetLogInfo.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns true if this instance has the tag ContextLogInfo.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Returns true if this instance has the tag ParticipantLogInfo.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Returns true if this instance has the tag WebSessionsFixedLengthPolicy.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Returns true if this instance has the tag OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.users.GetAccountBatchError
Returns true if this instance has the tag GetAccountBatchError.Tag.OTHER, false otherwise.
isOther() - Method in class com.dropbox.core.v2.users.SpaceAllocation
Returns true if this instance has the tag SpaceAllocation.Tag.OTHER, false otherwise.
isOverwrite() - Method in class com.dropbox.core.v2.files.WriteMode
Returns true if this instance has the tag WriteMode.Tag.OVERWRITE, false otherwise.
isOwner - Variable in class com.dropbox.core.v2.sharing.GroupInfo.Builder
 
isOwner - Variable in class com.dropbox.core.v2.sharing.GroupInfo
 
isOwnerNotOnTeam() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.OWNER_NOT_ON_TEAM, false otherwise.
isPaired - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
isPaired - Variable in class com.dropbox.core.v2.users.FullAccount
 
isPaperAccessDenied() - Method in class com.dropbox.core.v2.auth.AccessError
Returns true if this instance has the tag AccessError.Tag.PAPER_ACCESS_DENIED, false otherwise.
isPaperAdminExportStartDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS, false otherwise.
isPaperChangeDeploymentPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS, false otherwise.
isPaperChangeMemberLinkPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS, false otherwise.
isPaperChangeMemberPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS, false otherwise.
isPaperChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS, false otherwise.
isPaperContentAddMemberDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS, false otherwise.
isPaperContentAddToFolderDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS, false otherwise.
isPaperContentArchiveDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS, false otherwise.
isPaperContentCreateDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS, false otherwise.
isPaperContentPermanentlyDeleteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS, false otherwise.
isPaperContentRemoveFromFolderDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS, false otherwise.
isPaperContentRemoveMemberDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS, false otherwise.
isPaperContentRenameDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS, false otherwise.
isPaperContentRestoreDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS, false otherwise.
isPaperDocAddCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS, false otherwise.
isPaperDocChangeMemberRoleDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS, false otherwise.
isPaperDocChangeSharingPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS, false otherwise.
isPaperDocChangeSubscriptionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS, false otherwise.
isPaperDocDeleteCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS, false otherwise.
isPaperDocDeletedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_DELETED_DETAILS, false otherwise.
isPaperDocDownloadDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS, false otherwise.
isPaperDocEditCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS, false otherwise.
isPaperDocEditDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_EDIT_DETAILS, false otherwise.
isPaperDocFollowedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS, false otherwise.
isPaperDocMentionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_MENTION_DETAILS, false otherwise.
isPaperDocRequestAccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS, false otherwise.
isPaperDocResolveCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS, false otherwise.
isPaperDocRevertDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_REVERT_DETAILS, false otherwise.
isPaperDocSlackShareDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS, false otherwise.
isPaperDocTeamInviteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS, false otherwise.
isPaperDocTrashedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS, false otherwise.
isPaperDocument() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns true if this instance has the tag AssetLogInfo.Tag.PAPER_DOCUMENT, false otherwise.
isPaperDocUnresolveCommentDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS, false otherwise.
isPaperDocUntrashedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS, false otherwise.
isPaperDocViewDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_DOC_VIEW_DETAILS, false otherwise.
isPaperEnabledUsersGroupAdditionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS, false otherwise.
isPaperEnabledUsersGroupRemovalDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS, false otherwise.
isPaperExternalViewAllowDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS, false otherwise.
isPaperExternalViewDefaultTeamDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS, false otherwise.
isPaperExternalViewForbidDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS, false otherwise.
isPaperFolder() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns true if this instance has the tag AssetLogInfo.Tag.PAPER_FOLDER, false otherwise.
isPaperFolderChangeSubscriptionDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS, false otherwise.
isPaperFolderDeletedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS, false otherwise.
isPaperFolderFollowedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS, false otherwise.
isPaperFolderTeamInviteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS, false otherwise.
isPasswordChangeDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PASSWORD_CHANGE_DETAILS, false otherwise.
isPasswordLoginFailDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PASSWORD_LOGIN_FAIL_DETAILS, false otherwise.
isPasswordLoginSuccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PASSWORD_LOGIN_SUCCESS_DETAILS, false otherwise.
isPasswordResetAllDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS, false otherwise.
isPasswordResetDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PASSWORD_RESET_DETAILS, false otherwise.
isPath() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns true if this instance has the tag InvalidPropertyGroupError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns true if this instance has the tag RemovePropertiesError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
Returns true if this instance has the tag AlphaGetMetadataError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.CreateFolderError
Returns true if this instance has the tag CreateFolderError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.DownloadError
Returns true if this instance has the tag DownloadError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
Returns true if this instance has the tag GetCopyReferenceError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.GetMetadataError
Returns true if this instance has the tag GetMetadataError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
Returns true if this instance has the tag GetTemporaryLinkError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
Returns true if this instance has the tag ListFolderContinueError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.ListFolderError
Returns true if this instance has the tag ListFolderError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.ListRevisionsError
Returns true if this instance has the tag ListRevisionsError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.PreviewError
Returns true if this instance has the tag PreviewError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns true if this instance has the tag SaveCopyReferenceError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.SaveUrlError
Returns true if this instance has the tag SaveUrlError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.SearchError
Returns true if this instance has the tag SearchError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.ThumbnailError
Returns true if this instance has the tag ThumbnailError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.UploadError
Returns true if this instance has the tag UploadError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Returns true if this instance has the tag UploadErrorWithProperties.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns true if this instance has the tag UploadSessionFinishError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
Returns true if this instance has the tag CreateSharedLinkError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns true if this instance has the tag CreateSharedLinkWithSettingsError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
Returns true if this instance has the tag GetSharedLinksError.Tag.PATH, false otherwise.
isPath() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
Returns true if this instance has the tag ListSharedLinksError.Tag.PATH, false otherwise.
isPathLookup() - Method in class com.dropbox.core.v2.files.DeleteError
Returns true if this instance has the tag DeleteError.Tag.PATH_LOOKUP, false otherwise.
isPathLookup() - Method in class com.dropbox.core.v2.files.RestoreError
Returns true if this instance has the tag RestoreError.Tag.PATH_LOOKUP, false otherwise.
isPathWrite() - Method in class com.dropbox.core.v2.files.DeleteError
Returns true if this instance has the tag DeleteError.Tag.PATH_WRITE, false otherwise.
isPathWrite() - Method in class com.dropbox.core.v2.files.RestoreError
Returns true if this instance has the tag RestoreError.Tag.PATH_WRITE, false otherwise.
isPending() - Method in class com.dropbox.core.v2.files.MediaInfo
Returns true if this instance has the tag MediaInfo.Tag.PENDING, false otherwise.
isPermanentDeleteChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS, false otherwise.
isPermissionDenied() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.PERMISSION_DENIED, false otherwise.
isPersistentIdDisabled() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.PERSISTENT_ID_DISABLED, false otherwise.
isPropertiesError() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
Returns true if this instance has the tag AlphaGetMetadataError.Tag.PROPERTIES_ERROR, false otherwise.
isPropertiesError() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Returns true if this instance has the tag UploadErrorWithProperties.Tag.PROPERTIES_ERROR, false otherwise.
isPropertyFieldTooLarge() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.PROPERTY_FIELD_TOO_LARGE, false otherwise.
isPropertyFieldTooLarge() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns true if this instance has the tag InvalidPropertyGroupError.Tag.PROPERTY_FIELD_TOO_LARGE, false otherwise.
isPropertyFieldTooLarge() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.PROPERTY_FIELD_TOO_LARGE, false otherwise.
isPropertyGroupAlreadyExists() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.PROPERTY_GROUP_ALREADY_EXISTS, false otherwise.
isPropertyGroupLookup() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
Returns true if this instance has the tag PropertiesSearchError.Tag.PROPERTY_GROUP_LOOKUP, false otherwise.
isPropertyGroupLookup() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns true if this instance has the tag RemovePropertiesError.Tag.PROPERTY_GROUP_LOOKUP, false otherwise.
isPropertyGroupLookup() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.PROPERTY_GROUP_LOOKUP, false otherwise.
isRateLimit() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns true if this instance has the tag AddFileMemberError.Tag.RATE_LIMIT, false otherwise.
isRateLimit() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.RATE_LIMIT, false otherwise.
isRecoverable - Variable in class com.dropbox.core.v2.team.RemovedStatus
 
isRelinquishFolderMembershipError() - Method in class com.dropbox.core.v2.sharing.JobError
Returns true if this instance has the tag JobError.Tag.RELINQUISH_FOLDER_MEMBERSHIP_ERROR, false otherwise.
isRemoved() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
Returns true if this instance has the tag TeamMemberStatus.Tag.REMOVED, false otherwise.
isRemoveExpiry() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
Returns true if this instance has the tag LinkExpiry.Tag.REMOVE_EXPIRY, false otherwise.
isRemoveFolderMemberError() - Method in class com.dropbox.core.v2.sharing.JobError
Returns true if this instance has the tag JobError.Tag.REMOVE_FOLDER_MEMBER_ERROR, false otherwise.
isRemovePassword() - Method in class com.dropbox.core.v2.sharing.LinkPassword
Returns true if this instance has the tag LinkPassword.Tag.REMOVE_PASSWORD, false otherwise.
isReseller() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns true if this instance has the tag ActorLogInfo.Tag.RESELLER, false otherwise.
isResellerSupportSessionEndDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS, false otherwise.
isResellerSupportSessionStartDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS, false otherwise.
isReset() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
Returns true if this instance has the tag ListFolderContinueError.Tag.RESET, false otherwise.
isReset() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
Returns true if this instance has the tag ListSharedLinksError.Tag.RESET, false otherwise.
isRestrictedByParentFolder() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.RESTRICTED_BY_PARENT_FOLDER, false otherwise.
isRestrictedByTeam() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.RESTRICTED_BY_TEAM, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.RESTRICTED_CONTENT, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns true if this instance has the tag InvalidPropertyGroupError.Tag.RESTRICTED_CONTENT, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns true if this instance has the tag LookupError.Tag.RESTRICTED_CONTENT, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns true if this instance has the tag ModifyTemplateError.Tag.RESTRICTED_CONTENT, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns true if this instance has the tag RemovePropertiesError.Tag.RESTRICTED_CONTENT, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
Returns true if this instance has the tag TemplateError.Tag.RESTRICTED_CONTENT, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.RESTRICTED_CONTENT, false otherwise.
isRestrictedContent() - Method in class com.dropbox.core.v2.files.LookupError
Returns true if this instance has the tag LookupError.Tag.RESTRICTED_CONTENT, false otherwise.
isResult() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Returns true if this instance has the tag ListFileMembersIndividualResult.Tag.RESULT, false otherwise.
isSetExpiry() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
Returns true if this instance has the tag LinkExpiry.Tag.SET_EXPIRY, false otherwise.
isSetPassword() - Method in class com.dropbox.core.v2.sharing.LinkPassword
Returns true if this instance has the tag LinkPassword.Tag.SET_PASSWORD, false otherwise.
isSettingsError() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns true if this instance has the tag CreateSharedLinkWithSettingsError.Tag.SETTINGS_ERROR, false otherwise.
isSettingsError() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns true if this instance has the tag ModifySharedLinkSettingsError.Tag.SETTINGS_ERROR, false otherwise.
isSfAddGroupDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_ADD_GROUP_DETAILS, false otherwise.
isSfAllowNonMembersToViewSharedLinksDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS, false otherwise.
isSfExternalInviteWarnDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS, false otherwise.
isSfInviteGroupDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_INVITE_GROUP_DETAILS, false otherwise.
isSfNestDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_NEST_DETAILS, false otherwise.
isSfTeamDeclineDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_TEAM_DECLINE_DETAILS, false otherwise.
isSfTeamGrantAccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS, false otherwise.
isSfTeamInviteChangeRoleDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS, false otherwise.
isSfTeamInviteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_TEAM_INVITE_DETAILS, false otherwise.
isSfTeamJoinDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_TEAM_JOIN_DETAILS, false otherwise.
isSfTeamJoinFromOobLinkDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS, false otherwise.
isSfTeamUninviteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS, false otherwise.
isSharedContentAddInviteesDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS, false otherwise.
isSharedContentAddLinkExpiryDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS, false otherwise.
isSharedContentAddLinkPasswordDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS, false otherwise.
isSharedContentAddMemberDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS, false otherwise.
isSharedContentChangeDownloadsPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS, false otherwise.
isSharedContentChangeInviteeRoleDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS, false otherwise.
isSharedContentChangeLinkAudienceDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS, false otherwise.
isSharedContentChangeLinkExpiryDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS, false otherwise.
isSharedContentChangeLinkPasswordDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS, false otherwise.
isSharedContentChangeMemberRoleDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS, false otherwise.
isSharedContentChangeViewerInfoPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS, false otherwise.
isSharedContentClaimInvitationDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS, false otherwise.
isSharedContentCopyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS, false otherwise.
isSharedContentDownloadDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS, false otherwise.
isSharedContentRelinquishMembershipDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS, false otherwise.
isSharedContentRemoveInviteeDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEE_DETAILS, false otherwise.
isSharedContentRemoveLinkExpiryDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS, false otherwise.
isSharedContentRemoveLinkPasswordDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS, false otherwise.
isSharedContentRemoveMemberDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS, false otherwise.
isSharedContentRequestAccessDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS, false otherwise.
isSharedContentUnshareDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS, false otherwise.
isSharedContentViewDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS, false otherwise.
isSharedFolderChangeConfidentialityDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_CONFIDENTIALITY_DETAILS, false otherwise.
isSharedFolderChangeLinkPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS, false otherwise.
isSharedFolderChangeMemberManagementPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBER_MANAGEMENT_POLICY_DETAILS, false otherwise.
isSharedFolderChangeMemberPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBER_POLICY_DETAILS, false otherwise.
isSharedFolderCreateDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS, false otherwise.
isSharedFolderMountDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS, false otherwise.
isSharedFolderTransferOwnershipDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS, false otherwise.
isSharedFolderUnmountDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS, false otherwise.
isSharedLinkAccessDenied() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns true if this instance has the tag ModifySharedLinkSettingsError.Tag.SHARED_LINK_ACCESS_DENIED, false otherwise.
isSharedLinkAlreadyExists() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns true if this instance has the tag CreateSharedLinkWithSettingsError.Tag.SHARED_LINK_ALREADY_EXISTS, false otherwise.
isSharedLinkNotFound() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns true if this instance has the tag ModifySharedLinkSettingsError.Tag.SHARED_LINK_NOT_FOUND, false otherwise.
isSharedNoteOpenedDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS, false otherwise.
isSharingChangeFolderJoinPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS, false otherwise.
isSharingChangeLinkPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS, false otherwise.
isSharingChangeMemberPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS, false otherwise.
isShmodelAppCreateDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_APP_CREATE_DETAILS, false otherwise.
isShmodelCreateDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_CREATE_DETAILS, false otherwise.
isShmodelDisableDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_DISABLE_DETAILS, false otherwise.
isShmodelFbShareDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_FB_SHARE_DETAILS, false otherwise.
isShmodelGroupShareDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS, false otherwise.
isShmodelRemoveExpirationDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_REMOVE_EXPIRATION_DETAILS, false otherwise.
isShmodelSetExpirationDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_SET_EXPIRATION_DETAILS, false otherwise.
isShmodelTeamCopyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_TEAM_COPY_DETAILS, false otherwise.
isShmodelTeamDownloadDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_TEAM_DOWNLOAD_DETAILS, false otherwise.
isShmodelTeamShareDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_TEAM_SHARE_DETAILS, false otherwise.
isShmodelTeamViewDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_TEAM_VIEW_DETAILS, false otherwise.
isShmodelVisibilityPasswordDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_VISIBILITY_PASSWORD_DETAILS, false otherwise.
isShmodelVisibilityPublicDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_VISIBILITY_PUBLIC_DETAILS, false otherwise.
isShmodelVisibilityTeamOnlyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SHMODEL_VISIBILITY_TEAM_ONLY_DETAILS, false otherwise.
isSignedIn(Context) - Method in class com.dropbox.core.android.DbxOfficialAppConnector
 
isSignInAs() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns true if this instance has the tag AccessMethodLogInfo.Tag.SIGN_IN_AS, false otherwise.
isSignInAsSessionEndDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS, false otherwise.
isSignInAsSessionStartDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS, false otherwise.
isSmartSyncChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS, false otherwise.
isSmartSyncCreateAdminPrivilegeReportDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS, false otherwise.
isSmartSyncNotOptOutDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS, false otherwise.
isSmartSyncOptOutDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS, false otherwise.
isSsoAddCertDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_ADD_CERT_DETAILS, false otherwise.
isSsoAddLoginUrlDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS, false otherwise.
isSsoAddLogoutUrlDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS, false otherwise.
isSsoChangeCertDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_CHANGE_CERT_DETAILS, false otherwise.
isSsoChangeLoginUrlDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS, false otherwise.
isSsoChangeLogoutUrlDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS, false otherwise.
isSsoChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS, false otherwise.
isSsoChangeSamlIdentityModeDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS, false otherwise.
isSsoLoginFailDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_LOGIN_FAIL_DETAILS, false otherwise.
isSsoRemoveCertDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_REMOVE_CERT_DETAILS, false otherwise.
isSsoRemoveLoginUrlDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS, false otherwise.
isSsoRemoveLogoutUrlDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS, false otherwise.
isStatusError() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns true if this instance has the tag TeamFolderActivateError.Tag.STATUS_ERROR, false otherwise.
isStatusError() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns true if this instance has the tag TeamFolderArchiveError.Tag.STATUS_ERROR, false otherwise.
isStatusError() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns true if this instance has the tag TeamFolderPermanentlyDeleteError.Tag.STATUS_ERROR, false otherwise.
isStatusError() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns true if this instance has the tag TeamFolderRenameError.Tag.STATUS_ERROR, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
Returns true if this instance has the tag DeleteBatchResultEntry.Tag.SUCCESS, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Returns true if this instance has the tag GetThumbnailBatchResultEntry.Tag.SUCCESS, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
Returns true if this instance has the tag UploadSessionFinishBatchResultEntry.Tag.SUCCESS, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Returns true if this instance has the tag FileMemberActionIndividualResult.Tag.SUCCESS, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Returns true if this instance has the tag FileMemberRemoveActionResult.Tag.SUCCESS, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
Returns true if this instance has the tag CustomQuotaResult.Tag.SUCCESS, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.SUCCESS, false otherwise.
isSuccess() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Returns true if this instance has the tag RemoveCustomQuotaResult.Tag.SUCCESS, false otherwise.
issueDate - Variable in class com.dropbox.core.v2.teamlog.Certificate
 
issuer - Variable in class com.dropbox.core.v2.teamlog.Certificate
 
isSuspended() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
Returns true if this instance has the tag TeamMemberStatus.Tag.SUSPENDED, false otherwise.
isSystemManagedGroupDisallowed() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.SYSTEM_MANAGED_GROUP_DISALLOWED, false otherwise.
isSystemManagedGroupDisallowed() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns true if this instance has the tag GroupMembersRemoveError.Tag.SYSTEM_MANAGED_GROUP_DISALLOWED, false otherwise.
isTargetIsIndirectMember() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.TARGET_IS_INDIRECT_MEMBER, false otherwise.
isTargetIsOwner() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.TARGET_IS_OWNER, false otherwise.
isTargetIsSelf() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.TARGET_IS_SELF, false otherwise.
isTargetNotActive() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.TARGET_NOT_ACTIVE, false otherwise.
isTeam() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns true if this instance has the tag ContextLogInfo.Tag.TEAM, false otherwise.
isTeam() - Method in class com.dropbox.core.v2.users.SpaceAllocation
Returns true if this instance has the tag SpaceAllocation.Tag.TEAM, false otherwise.
isTeamActivityCreateReportDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS, false otherwise.
isTeamFolder() - Method in class com.dropbox.core.v2.files.WriteError
Returns true if this instance has the tag WriteError.Tag.TEAM_FOLDER, false otherwise.
isTeamFolder() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.TEAM_FOLDER, false otherwise.
isTeamFolder() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns true if this instance has the tag RelinquishFolderMembershipError.Tag.TEAM_FOLDER, false otherwise.
isTeamFolder() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns true if this instance has the tag RemoveFolderMemberError.Tag.TEAM_FOLDER, false otherwise.
isTeamFolder - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
isTeamFolder - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
isTeamFolder() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns true if this instance has the tag TransferFolderError.Tag.TEAM_FOLDER, false otherwise.
isTeamFolder() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns true if this instance has the tag UnshareFolderError.Tag.TEAM_FOLDER, false otherwise.
isTeamFolder() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns true if this instance has the tag UpdateFolderPolicyError.Tag.TEAM_FOLDER, false otherwise.
isTeamFolderChangeStatusDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS, false otherwise.
isTeamFolderCreateDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS, false otherwise.
isTeamFolderDowngradeDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS, false otherwise.
isTeamFolderMetadata() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
Returns true if this instance has the tag TeamFolderGetInfoItem.Tag.TEAM_FOLDER_METADATA, false otherwise.
isTeamFolderPermanentlyDeleteDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS, false otherwise.
isTeamFolderRenameDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS, false otherwise.
isTeamLicenseLimit() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.TEAM_LICENSE_LIMIT, false otherwise.
isTeammate - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
isTeammate - Variable in class com.dropbox.core.v2.users.BasicAccount
 
isTeamMember() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns true if this instance has the tag ContextLogInfo.Tag.TEAM_MEMBER, false otherwise.
isTeamMemberId() - Method in class com.dropbox.core.v2.team.UserSelectorArg
Returns true if this instance has the tag UserSelectorArg.Tag.TEAM_MEMBER_ID, false otherwise.
isTeamMergeFromDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_MERGE_FROM_DETAILS, false otherwise.
isTeamMergeToDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_MERGE_TO_DETAILS, false otherwise.
isTeamPolicyDisallowsMemberPolicy() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns true if this instance has the tag ShareFolderError.Tag.TEAM_POLICY_DISALLOWS_MEMBER_POLICY, false otherwise.
isTeamPolicyDisallowsMemberPolicy() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns true if this instance has the tag UpdateFolderPolicyError.Tag.TEAM_POLICY_DISALLOWS_MEMBER_POLICY, false otherwise.
isTeamProfileAddLogoDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS, false otherwise.
isTeamProfileChangeDefaultLanguageDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS, false otherwise.
isTeamProfileChangeLogoDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS, false otherwise.
isTeamProfileChangeNameDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS, false otherwise.
isTeamProfileRemoveLogoDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS, false otherwise.
isTeamSharedDropbox - Variable in class com.dropbox.core.v2.team.TeamFolderMetadata
 
isTeamSharedDropboxError() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns true if this instance has the tag TeamFolderActivateError.Tag.TEAM_SHARED_DROPBOX_ERROR, false otherwise.
isTeamSharedDropboxError() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns true if this instance has the tag TeamFolderArchiveError.Tag.TEAM_SHARED_DROPBOX_ERROR, false otherwise.
isTeamSharedDropboxError() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns true if this instance has the tag TeamFolderPermanentlyDeleteError.Tag.TEAM_SHARED_DROPBOX_ERROR, false otherwise.
isTeamSharedDropboxError() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns true if this instance has the tag TeamFolderRenameError.Tag.TEAM_SHARED_DROPBOX_ERROR, false otherwise.
isTemplateAttributeTooLarge() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns true if this instance has the tag ModifyTemplateError.Tag.TEMPLATE_ATTRIBUTE_TOO_LARGE, false otherwise.
isTemplateNotFound() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.TEMPLATE_NOT_FOUND, false otherwise.
isTemplateNotFound() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns true if this instance has the tag InvalidPropertyGroupError.Tag.TEMPLATE_NOT_FOUND, false otherwise.
isTemplateNotFound() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns true if this instance has the tag ModifyTemplateError.Tag.TEMPLATE_NOT_FOUND, false otherwise.
isTemplateNotFound() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns true if this instance has the tag RemovePropertiesError.Tag.TEMPLATE_NOT_FOUND, false otherwise.
isTemplateNotFound() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
Returns true if this instance has the tag TemplateError.Tag.TEMPLATE_NOT_FOUND, false otherwise.
isTemplateNotFound() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.TEMPLATE_NOT_FOUND, false otherwise.
isTfaAddBackupPhoneDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS, false otherwise.
isTfaAddSecurityKeyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS, false otherwise.
isTfaChangeBackupPhoneDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS, false otherwise.
isTfaChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS, false otherwise.
isTfaChangeStatusDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS, false otherwise.
isTfaRemoveBackupPhoneDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS, false otherwise.
isTfaRemoveSecurityKeyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS, false otherwise.
isTfaResetDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TFA_RESET_DETAILS, false otherwise.
isTo() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.TO, false otherwise.
isTo() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.TO, false otherwise.
isTooManyFiles() - Method in class com.dropbox.core.v2.files.DeleteError
Returns true if this instance has the tag DeleteError.Tag.TOO_MANY_FILES, false otherwise.
isTooManyFiles() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.TOO_MANY_FILES, false otherwise.
isTooManyFiles() - Method in class com.dropbox.core.v2.files.RelocationError
Returns true if this instance has the tag RelocationError.Tag.TOO_MANY_FILES, false otherwise.
isTooManyFiles() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns true if this instance has the tag SaveCopyReferenceError.Tag.TOO_MANY_FILES, false otherwise.
isTooManyFiles() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns true if this instance has the tag UnshareFolderError.Tag.TOO_MANY_FILES, false otherwise.
isTooManyInvitees() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.TOO_MANY_INVITEES, false otherwise.
isTooManyMembers() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.TOO_MANY_MEMBERS, false otherwise.
isTooManyPendingInvites() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns true if this instance has the tag AddFolderMemberError.Tag.TOO_MANY_PENDING_INVITES, false otherwise.
isTooManyProperties() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns true if this instance has the tag ModifyTemplateError.Tag.TOO_MANY_PROPERTIES, false otherwise.
isTooManySharedFolderTargets() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns true if this instance has the tag UploadSessionFinishError.Tag.TOO_MANY_SHARED_FOLDER_TARGETS, false otherwise.
isTooManyTemplates() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns true if this instance has the tag ModifyTemplateError.Tag.TOO_MANY_TEMPLATES, false otherwise.
isTooManyWriteOperations() - Method in class com.dropbox.core.v2.files.DeleteError
Returns true if this instance has the tag DeleteError.Tag.TOO_MANY_WRITE_OPERATIONS, false otherwise.
isTooManyWriteOperations() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns true if this instance has the tag RelocationBatchError.Tag.TOO_MANY_WRITE_OPERATIONS, false otherwise.
isTooManyWriteOperations() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns true if this instance has the tag UploadSessionFinishError.Tag.TOO_MANY_WRITE_OPERATIONS, false otherwise.
isTwoAccountChangePolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS, false otherwise.
isUndefined() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Returns true if this instance has the tag WebSessionsFixedLengthPolicy.Tag.UNDEFINED, false otherwise.
isUndefined() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Returns true if this instance has the tag UNDEFINED, false otherwise.
isUnlimited() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
Returns true if this instance has the tag UploadApiRateLimitValue.Tag.UNLIMITED, false otherwise.
isUnshareFolderError() - Method in class com.dropbox.core.v2.sharing.JobError
Returns true if this instance has the tag JobError.Tag.UNSHARE_FOLDER_ERROR, false otherwise.
isUnsupportedContent() - Method in class com.dropbox.core.v2.files.PreviewError
Returns true if this instance has the tag PreviewError.Tag.UNSUPPORTED_CONTENT, false otherwise.
isUnsupportedExtension() - Method in class com.dropbox.core.v2.files.PreviewError
Returns true if this instance has the tag PreviewError.Tag.UNSUPPORTED_EXTENSION, false otherwise.
isUnsupportedExtension() - Method in class com.dropbox.core.v2.files.ThumbnailError
Returns true if this instance has the tag ThumbnailError.Tag.UNSUPPORTED_EXTENSION, false otherwise.
isUnsupportedFolder() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns true if this instance has the tag AddPropertiesError.Tag.UNSUPPORTED_FOLDER, false otherwise.
isUnsupportedFolder() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns true if this instance has the tag InvalidPropertyGroupError.Tag.UNSUPPORTED_FOLDER, false otherwise.
isUnsupportedFolder() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns true if this instance has the tag RemovePropertiesError.Tag.UNSUPPORTED_FOLDER, false otherwise.
isUnsupportedFolder() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns true if this instance has the tag UpdatePropertiesError.Tag.UNSUPPORTED_FOLDER, false otherwise.
isUnsupportedImage() - Method in class com.dropbox.core.v2.files.ThumbnailError
Returns true if this instance has the tag ThumbnailError.Tag.UNSUPPORTED_IMAGE, false otherwise.
isUnsupportedLinkType() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns true if this instance has the tag ModifySharedLinkSettingsError.Tag.UNSUPPORTED_LINK_TYPE, false otherwise.
isUnverifiedDropboxId() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns true if this instance has the tag AddMemberSelectorError.Tag.UNVERIFIED_DROPBOX_ID, false otherwise.
isUpdate() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Returns true if this instance has the tag UpdateFileRequestDeadline.Tag.UPDATE, false otherwise.
isUpdate() - Method in class com.dropbox.core.v2.files.WriteMode
Returns true if this instance has the tag WriteMode.Tag.UPDATE, false otherwise.
isUploadApiRateLimit() - Method in class com.dropbox.core.v2.team.FeatureValue
Returns true if this instance has the tag FeatureValue.Tag.UPLOAD_API_RATE_LIMIT, false otherwise.
isUser() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns true if this instance has the tag ActorLogInfo.Tag.USER, false otherwise.
isUser() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Returns true if this instance has the tag ParticipantLogInfo.Tag.USER, false otherwise.
isUserAccountType() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.USER_ACCOUNT_TYPE, false otherwise.
isUserAlreadyOnTeam() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.USER_ALREADY_ON_TEAM, false otherwise.
isUserAlreadyPaired() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.USER_ALREADY_PAIRED, false otherwise.
isUserCannotBeManagerOfCompanyManagedGroup() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.USER_CANNOT_BE_MANAGER_OF_COMPANY_MANAGED_GROUP, false otherwise.
isUserCreationFailed() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.USER_CREATION_FAILED, false otherwise.
isUserError() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns true if this instance has the tag AddFileMemberError.Tag.USER_ERROR, false otherwise.
isUserError() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
Returns true if this instance has the tag GetFileMetadataError.Tag.USER_ERROR, false otherwise.
isUserError() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns true if this instance has the tag ListFileMembersContinueError.Tag.USER_ERROR, false otherwise.
isUserError() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
Returns true if this instance has the tag ListFileMembersError.Tag.USER_ERROR, false otherwise.
isUserError() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
Returns true if this instance has the tag ListFilesContinueError.Tag.USER_ERROR, false otherwise.
isUserError() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns true if this instance has the tag RemoveFileMemberError.Tag.USER_ERROR, false otherwise.
isUserError() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
Returns true if this instance has the tag UnshareFileError.Tag.USER_ERROR, false otherwise.
isUserMigrationFailed() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.USER_MIGRATION_FAILED, false otherwise.
isUserMustBeActiveToBeOwner() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.USER_MUST_BE_ACTIVE_TO_BE_OWNER, false otherwise.
isUserNotAllowedByOwner() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.USER_NOT_ALLOWED_BY_OWNER, false otherwise.
isUserNotOnTeam() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.USER_NOT_ON_TEAM, false otherwise.
isUserNotSameTeamAsOwner() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns true if this instance has the tag PermissionDeniedReason.Tag.USER_NOT_SAME_TEAM_AS_OWNER, false otherwise.
isUserOnAnotherTeam() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns true if this instance has the tag MemberAddResult.Tag.USER_ON_ANOTHER_TEAM, false otherwise.
isUsersNotFound() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns true if this instance has the tag GroupMembersAddError.Tag.USERS_NOT_FOUND, false otherwise.
isUsersNotFound() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns true if this instance has the tag GroupMembersRemoveError.Tag.USERS_NOT_FOUND, false otherwise.
isValid(String) - Static method in class com.dropbox.core.v1.DbxPathV1
 
isValid(String) - Static method in class com.dropbox.core.v2.DbxPathV2
 
isValidDayOfWeek(char, char, char) - Static method in class com.dropbox.core.json.JsonDateReader
 
isWebSession() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns true if this instance has the tag RevokeDeviceSessionArg.Tag.WEB_SESSION, false otherwise.
isWebSessionsChangeFixedLengthPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS, false otherwise.
isWebSessionsChangeIdleLengthPolicyDetails() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns true if this instance has the tag EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS, false otherwise.

J

javaQuotedLiteral(String) - Static method in class com.dropbox.core.util.StringUtil
Given a string, returns the representation of that string as a Java string literal.
JobError - Class in com.dropbox.core.v2.sharing
JobError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for JobError.
JobStatus - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
JobStatus.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for JobStatus.
joinedOn - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
joinedOn - Variable in class com.dropbox.core.v2.team.MemberProfile
 
joinPolicy - Variable in class com.dropbox.core.v2.teamlog.GroupCreateDetails
 
JoinTeamDetails - Class in com.dropbox.core.v2.teamlog
Additional information relevant when a new member joins the team.
JoinTeamDetails(List<AppLogInfo>, List<DeviceLogInfo>, List<FolderLogInfo>) - Constructor for class com.dropbox.core.v2.teamlog.JoinTeamDetails
Additional information relevant when a new member joins the team.
JPEG - Static variable in class com.dropbox.core.v1.DbxThumbnailFormat
JPEG format, preferred over PNG for photographic images.
jq(String) - Static method in class com.dropbox.core.util.StringUtil
JsonArrayReader<T,L> - Class in com.dropbox.core.json
 
JsonArrayReader(JsonReader<? extends T>, Collector<T, ? extends L>) - Constructor for class com.dropbox.core.json.JsonArrayReader
 
JsonDateReader - Class in com.dropbox.core.json
 
JsonDateReader() - Constructor for class com.dropbox.core.json.JsonDateReader
 
JsonError(File, JsonReadException) - Constructor for exception com.dropbox.core.json.JsonReader.FileLoadException.JsonError
 
JsonReader<T> - Class in com.dropbox.core.json
 
JsonReader() - Constructor for class com.dropbox.core.json.JsonReader
 
JsonReader.FieldMapping - Class in com.dropbox.core.json
If you're implementing a JsonReader for a JSON object, you can use this to map field names to a number you can switch on to efficiently locate assign a field.
JsonReader.FieldMapping.Builder - Class in com.dropbox.core.json
 
JsonReader.FileLoadException - Exception in com.dropbox.core.json
 
JsonReader.FileLoadException.IOError - Exception in com.dropbox.core.json
 
JsonReader.FileLoadException.JsonError - Exception in com.dropbox.core.json
 
JsonReadException - Exception in com.dropbox.core.json
 
JsonReadException(String, JsonLocation) - Constructor for exception com.dropbox.core.json.JsonReadException
 
JsonReadException(String, JsonLocation, Throwable) - Constructor for exception com.dropbox.core.json.JsonReadException
 
JsonReadException.PathPart - Class in com.dropbox.core.json
 
JsonWriter<T> - Class in com.dropbox.core.json
 
JsonWriter() - Constructor for class com.dropbox.core.json.JsonWriter
 
Just(T) - Static method in class com.dropbox.core.util.Maybe
 

K

keepAppFolder - Variable in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
 
KeyReader - Static variable in class com.dropbox.core.DbxAppInfo
 

L

LangUtil - Class in com.dropbox.core.util
 
LangUtil() - Constructor for class com.dropbox.core.util.LangUtil
 
lastActivity - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
lastActivity - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
lastCarrier - Variable in class com.dropbox.core.v2.team.MobileClientSession.Builder
 
lastCarrier - Variable in class com.dropbox.core.v2.team.MobileClientSession
 
lastModified - Variable in class com.dropbox.core.v1.DbxEntry.File
The time the file was added, moved, or last had it's contents changed on the Dropbox server.
latitude - Variable in class com.dropbox.core.v1.DbxEntry.File.Location
 
latitude - Variable in class com.dropbox.core.v2.files.GpsCoordinates
 
launchDropbox(Context) - Method in class com.dropbox.core.android.DbxOfficialAppConnector
 
LaunchEmptyResult - Class in com.dropbox.core.v2.async
Result returned by methods that may either launch an asynchronous job or complete synchronously.
LaunchEmptyResult.Serializer - Class in com.dropbox.core.v2.async
For internal use only.
LaunchEmptyResult.Tag - Enum in com.dropbox.core.v2.async
Discriminating tag type for LaunchEmptyResult.
LaunchResultBase - Class in com.dropbox.core.v2.async
Result returned by methods that launch an asynchronous job.
LaunchResultBase.Serializer - Class in com.dropbox.core.v2.async
For internal use only.
LaunchResultBase.Tag - Enum in com.dropbox.core.v2.async
Discriminating tag type for LaunchResultBase.
lcPath - Variable in class com.dropbox.core.v1.DbxDelta.Entry
The lower-cased path of the entry.
lcPath - Variable in class com.dropbox.core.v1.DbxDeltaC.Entry
The lower-cased path of the entry.
licenses - Variable in class com.dropbox.core.v2.team.GetMembershipReport
 
limit(InputStream, long) - Static method in class com.dropbox.core.util.IOUtil
 
limit(long) - Static method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
Returns an instance of UploadApiRateLimitValue that has its tag set to UploadApiRateLimitValue.Tag.LIMIT.
link - Variable in class com.dropbox.core.v2.files.GetTemporaryLinkResult
 
LinkAction - Enum in com.dropbox.core.v2.sharing
Actions that can be performed on a link.
LinkAudience - Enum in com.dropbox.core.v2.sharing
 
LinkAudience - Enum in com.dropbox.core.v2.teamlog
 
linked - Variable in class com.dropbox.core.v2.team.ApiApp.Builder
 
linked - Variable in class com.dropbox.core.v2.team.ApiApp
 
linkedApiApps - Variable in class com.dropbox.core.v2.team.ListMemberAppsResult
 
linkedApiApps - Variable in class com.dropbox.core.v2.team.MemberLinkedApps
 
linkedApps - Variable in class com.dropbox.core.v2.teamlog.JoinTeamDetails
 
linkedAppsListMemberLinkedApps(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
List all linked applications of the team member.
linkedAppsListMembersLinkedApps() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
List all applications linked to the team members' accounts.
linkedAppsListMembersLinkedApps(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
List all applications linked to the team members' accounts.
linkedAppsListTeamLinkedApps() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
linkedAppsListTeamLinkedApps(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
linkedAppsRevokeLinkedApp(String, String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Revoke a linked application of the team member.
linkedAppsRevokeLinkedApp(String, String, boolean) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Revoke a linked application of the team member.
linkedAppsRevokeLinkedAppBatch(List<RevokeLinkedApiAppArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Revoke a list of linked applications of the team members.
linkedDevices - Variable in class com.dropbox.core.v2.teamlog.JoinTeamDetails
 
linkedSharedFolders - Variable in class com.dropbox.core.v2.teamlog.JoinTeamDetails
 
LinkExpiry - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
LinkExpiry.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for LinkExpiry.
LinkMetadata - Class in com.dropbox.core.v2.sharing
Metadata for a shared link.
LinkMetadata(String, Visibility, Date) - Constructor for class com.dropbox.core.v2.sharing.LinkMetadata
Metadata for a shared link.
LinkMetadata(String, Visibility) - Constructor for class com.dropbox.core.v2.sharing.LinkMetadata
Metadata for a shared link.
linkMetadata - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
linkMetadata - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
linkMetadata - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
linkMetadata - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
LinkPassword - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
linkPassword - Variable in class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
 
linkPassword - Variable in class com.dropbox.core.v2.sharing.SharedLinkSettings
 
LinkPassword.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for LinkPassword.
LinkPermission - Class in com.dropbox.core.v2.sharing
Permissions for actions that can be performed on a link.
LinkPermission(LinkAction, boolean, PermissionDeniedReason) - Constructor for class com.dropbox.core.v2.sharing.LinkPermission
Permissions for actions that can be performed on a link.
LinkPermission(LinkAction, boolean) - Constructor for class com.dropbox.core.v2.sharing.LinkPermission
Permissions for actions that can be performed on a link.
LinkPermissions - Class in com.dropbox.core.v2.sharing
 
LinkPermissions(boolean, ResolvedVisibility, RequestedVisibility, SharedLinkAccessFailureReason) - Constructor for class com.dropbox.core.v2.sharing.LinkPermissions
Use newBuilder to create instances of this class without specifying values for all optional fields.
LinkPermissions(boolean) - Constructor for class com.dropbox.core.v2.sharing.LinkPermissions
None
linkPermissions - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
linkPermissions - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
linkPermissions - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
linkPermissions - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
LinkPermissions.Builder - Class in com.dropbox.core.v2.sharing
Builder for LinkPermissions.
links - Variable in class com.dropbox.core.v2.sharing.GetSharedLinksResult
 
links - Variable in class com.dropbox.core.v2.sharing.ListSharedLinksResult
 
LinkSettings - Class in com.dropbox.core.v2.sharing
Settings that apply to a link.
LinkSettings(AccessLevel, LinkAudience, LinkExpiry, LinkPassword) - Constructor for class com.dropbox.core.v2.sharing.LinkSettings
Settings that apply to a link.
LinkSettings() - Constructor for class com.dropbox.core.v2.sharing.LinkSettings
Settings that apply to a link.
LinkSettings.Builder - Class in com.dropbox.core.v2.sharing
Builder for LinkSettings.
linux - Variable in class com.dropbox.core.v2.team.DevicesActive
 
LinuxPrngSecureRandomSpi() - Constructor for class com.dropbox.core.android.FixedSecureRandom.LinuxPrngSecureRandomSpi
 
list(StoneSerializer<T>) - Static method in class com.dropbox.core.stone.StoneSerializers
 
list() - Method in class com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests
Returns a list of file requests owned by this user.
ListDocsCursorError - Class in com.dropbox.core.v2.paper
This class is an open tagged union.
ListDocsCursorError.Tag - Enum in com.dropbox.core.v2.paper
Discriminating tag type for ListDocsCursorError.
ListDocsCursorErrorException - Exception in com.dropbox.core.v2.paper
Exception thrown when the server responds with a ListDocsCursorError error.
ListDocsCursorErrorException(String, String, LocalizedText, ListDocsCursorError) - Constructor for exception com.dropbox.core.v2.paper.ListDocsCursorErrorException
 
listEnd() - Method in class com.dropbox.core.util.DumpWriter
 
listEnd() - Method in class com.dropbox.core.util.DumpWriter.Multiline
 
listEnd() - Method in class com.dropbox.core.util.DumpWriter.Plain
 
listFileMembers(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Use to obtain the members who have been invited to a file, both inherited and uninherited members.
listFileMembersBatch(List<String>) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Get members of multiple files at once.
listFileMembersBatch(List<String>, long) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Get members of multiple files at once.
ListFileMembersBatchResult - Class in com.dropbox.core.v2.sharing
ListFileMembersBatchResult(String, ListFileMembersIndividualResult) - Constructor for class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
listFileMembersBuilder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Use to obtain the members who have been invited to a file, both inherited and uninherited members.
ListFileMembersBuilder - Class in com.dropbox.core.v2.sharing
listFileMembersContinue(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Once a cursor has been retrieved from DbxUserSharingRequests.listFileMembers(String) or DbxUserSharingRequests.listFileMembersBatch(List,long), use this to paginate through all shared file members.
ListFileMembersContinueError - Class in com.dropbox.core.v2.sharing
ListFileMembersContinueError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ListFileMembersContinueError.
ListFileMembersContinueErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ListFileMembersContinueError error.
ListFileMembersContinueErrorException(String, String, LocalizedText, ListFileMembersContinueError) - Constructor for exception com.dropbox.core.v2.sharing.ListFileMembersContinueErrorException
 
ListFileMembersCountResult - Class in com.dropbox.core.v2.sharing
 
ListFileMembersCountResult(SharedFileMembers, long) - Constructor for class com.dropbox.core.v2.sharing.ListFileMembersCountResult
 
ListFileMembersError - Class in com.dropbox.core.v2.sharing
ListFileMembersError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ListFileMembersError.
ListFileMembersErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ListFileMembersError error.
ListFileMembersErrorException(String, String, LocalizedText, ListFileMembersError) - Constructor for exception com.dropbox.core.v2.sharing.ListFileMembersErrorException
 
ListFileMembersIndividualResult - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
ListFileMembersIndividualResult.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ListFileMembersIndividualResult.
ListFileRequestsError - Enum in com.dropbox.core.v2.filerequests
There was an error retrieving the file requests.
ListFileRequestsErrorException - Exception in com.dropbox.core.v2.filerequests
Exception thrown when the server responds with a ListFileRequestsError error.
ListFileRequestsErrorException(String, String, LocalizedText, ListFileRequestsError) - Constructor for exception com.dropbox.core.v2.filerequests.ListFileRequestsErrorException
 
ListFileRequestsResult - Class in com.dropbox.core.v2.filerequests
ListFileRequestsResult(List<FileRequest>) - Constructor for class com.dropbox.core.v2.filerequests.ListFileRequestsResult
ListFilesContinueError - Class in com.dropbox.core.v2.sharing
ListFilesContinueError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ListFilesContinueError.
ListFilesContinueErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ListFilesContinueError error.
ListFilesContinueErrorException(String, String, LocalizedText, ListFilesContinueError) - Constructor for exception com.dropbox.core.v2.sharing.ListFilesContinueErrorException
 
ListFilesResult - Class in com.dropbox.core.v2.sharing
ListFilesResult(List<SharedFileMetadata>, String) - Constructor for class com.dropbox.core.v2.sharing.ListFilesResult
ListFilesResult(List<SharedFileMetadata>) - Constructor for class com.dropbox.core.v2.sharing.ListFilesResult
listFolder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Starts returning the contents of a folder.
listFolderBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Starts returning the contents of a folder.
ListFolderBuilder - Class in com.dropbox.core.v2.files
listFolderContinue(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Once a cursor has been retrieved from DbxUserFilesRequests.listFolder(String), use this to paginate through all files and retrieve updates to the folder, following the same rules as documented for DbxUserFilesRequests.listFolder(String).
ListFolderContinueError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
ListFolderContinueError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for ListFolderContinueError.
ListFolderContinueErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a ListFolderContinueError error.
ListFolderContinueErrorException(String, String, LocalizedText, ListFolderContinueError) - Constructor for exception com.dropbox.core.v2.files.ListFolderContinueErrorException
 
ListFolderError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
ListFolderError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for ListFolderError.
ListFolderErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a ListFolderError error.
ListFolderErrorException(String, String, LocalizedText, ListFolderError) - Constructor for exception com.dropbox.core.v2.files.ListFolderErrorException
 
listFolderGetLatestCursor(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
A way to quickly get a cursor for the folder's state.
listFolderGetLatestCursorBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
A way to quickly get a cursor for the folder's state.
ListFolderGetLatestCursorBuilder - Class in com.dropbox.core.v2.files
ListFolderGetLatestCursorResult - Class in com.dropbox.core.v2.files
 
ListFolderGetLatestCursorResult(String) - Constructor for class com.dropbox.core.v2.files.ListFolderGetLatestCursorResult
 
listFolderLongpoll(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
A longpoll endpoint to wait for changes on an account.
listFolderLongpoll(String, long) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
A longpoll endpoint to wait for changes on an account.
ListFolderLongpollError - Enum in com.dropbox.core.v2.files
 
ListFolderLongpollErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a ListFolderLongpollError error.
ListFolderLongpollErrorException(String, String, LocalizedText, ListFolderLongpollError) - Constructor for exception com.dropbox.core.v2.files.ListFolderLongpollErrorException
 
ListFolderLongpollResult - Class in com.dropbox.core.v2.files
 
ListFolderLongpollResult(boolean, Long) - Constructor for class com.dropbox.core.v2.files.ListFolderLongpollResult
 
ListFolderLongpollResult(boolean) - Constructor for class com.dropbox.core.v2.files.ListFolderLongpollResult
None
listFolderMembers(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared folder membership by its folder ID.
listFolderMembersBuilder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns shared folder membership by its folder ID.
ListFolderMembersBuilder - Class in com.dropbox.core.v2.sharing
listFolderMembersContinue(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Once a cursor has been retrieved from DbxUserSharingRequests.listFolderMembers(String), use this to paginate through all shared folder members.
ListFolderMembersContinueError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
ListFolderMembersContinueError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ListFolderMembersContinueError.
ListFolderMembersContinueErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ListFolderMembersContinueError error.
ListFolderMembersContinueErrorException(String, String, LocalizedText, ListFolderMembersContinueError) - Constructor for exception com.dropbox.core.v2.sharing.ListFolderMembersContinueErrorException
 
ListFolderResult - Class in com.dropbox.core.v2.files
 
ListFolderResult(List<Metadata>, String, boolean) - Constructor for class com.dropbox.core.v2.files.ListFolderResult
 
listFolders() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Return the list of all shared folders the current user has access to.
listFoldersBuilder() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Return the list of all shared folders the current user has access to.
ListFoldersBuilder - Class in com.dropbox.core.v2.sharing
The request builder returned by DbxUserSharingRequests.listFoldersBuilder().
listFoldersContinue(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Once a cursor has been retrieved from DbxUserSharingRequests.listFolders(com.dropbox.core.v2.sharing.ListFoldersArgs), use this to paginate through all shared folders.
ListFoldersContinueError - Enum in com.dropbox.core.v2.sharing
 
ListFoldersContinueErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ListFoldersContinueError error.
ListFoldersContinueErrorException(String, String, LocalizedText, ListFoldersContinueError) - Constructor for exception com.dropbox.core.v2.sharing.ListFoldersContinueErrorException
 
ListFoldersResult - Class in com.dropbox.core.v2.sharing
ListFoldersResult(List<SharedFolderMetadata>, String) - Constructor for class com.dropbox.core.v2.sharing.ListFoldersResult
ListFoldersResult(List<SharedFolderMetadata>) - Constructor for class com.dropbox.core.v2.sharing.ListFoldersResult
ListMemberAppsError - Enum in com.dropbox.core.v2.team
ListMemberAppsErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a ListMemberAppsError error.
ListMemberAppsErrorException(String, String, LocalizedText, ListMemberAppsError) - Constructor for exception com.dropbox.core.v2.team.ListMemberAppsErrorException
 
ListMemberAppsResult - Class in com.dropbox.core.v2.team
 
ListMemberAppsResult(List<ApiApp>) - Constructor for class com.dropbox.core.v2.team.ListMemberAppsResult
 
ListMemberDevicesError - Enum in com.dropbox.core.v2.team
 
ListMemberDevicesErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a ListMemberDevicesError error.
ListMemberDevicesErrorException(String, String, LocalizedText, ListMemberDevicesError) - Constructor for exception com.dropbox.core.v2.team.ListMemberDevicesErrorException
 
ListMemberDevicesResult - Class in com.dropbox.core.v2.team
 
ListMemberDevicesResult(List<ActiveWebSession>, List<DesktopClientSession>, List<MobileClientSession>) - Constructor for class com.dropbox.core.v2.team.ListMemberDevicesResult
Use newBuilder to create instances of this class without specifying values for all optional fields.
ListMemberDevicesResult() - Constructor for class com.dropbox.core.v2.team.ListMemberDevicesResult
None
ListMemberDevicesResult.Builder - Class in com.dropbox.core.v2.team
ListMembersAppsError - Enum in com.dropbox.core.v2.team
ListMembersAppsErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a ListMembersAppsError error.
ListMembersAppsErrorException(String, String, LocalizedText, ListMembersAppsError) - Constructor for exception com.dropbox.core.v2.team.ListMembersAppsErrorException
 
ListMembersAppsResult - Class in com.dropbox.core.v2.team
ListMembersAppsResult(List<MemberLinkedApps>, boolean, String) - Constructor for class com.dropbox.core.v2.team.ListMembersAppsResult
ListMembersAppsResult(List<MemberLinkedApps>, boolean) - Constructor for class com.dropbox.core.v2.team.ListMembersAppsResult
ListMembersDevicesError - Enum in com.dropbox.core.v2.team
 
ListMembersDevicesErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a ListMembersDevicesError error.
ListMembersDevicesErrorException(String, String, LocalizedText, ListMembersDevicesError) - Constructor for exception com.dropbox.core.v2.team.ListMembersDevicesErrorException
 
ListMembersDevicesResult - Class in com.dropbox.core.v2.team
 
ListMembersDevicesResult(List<MemberDevices>, boolean, String) - Constructor for class com.dropbox.core.v2.team.ListMembersDevicesResult
 
ListMembersDevicesResult(List<MemberDevices>, boolean) - Constructor for class com.dropbox.core.v2.team.ListMembersDevicesResult
None
listMountableFolders() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Return the list of all shared folders the current user can mount or unmount.
listMountableFoldersBuilder() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Return the list of all shared folders the current user can mount or unmount.
ListMountableFoldersBuilder - Class in com.dropbox.core.v2.sharing
listMountableFoldersContinue(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Once a cursor has been retrieved from DbxUserSharingRequests.listMountableFolders(com.dropbox.core.v2.sharing.ListFoldersArgs), use this to paginate through all mountable shared folders.
ListPaperDocsFilterBy - Enum in com.dropbox.core.v2.paper
 
ListPaperDocsResponse - Class in com.dropbox.core.v2.paper
 
ListPaperDocsResponse(List<String>, Cursor, boolean) - Constructor for class com.dropbox.core.v2.paper.ListPaperDocsResponse
 
ListPaperDocsSortBy - Enum in com.dropbox.core.v2.paper
 
ListPaperDocsSortOrder - Enum in com.dropbox.core.v2.paper
 
listReceivedFiles() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns a list of all files shared with current user.
listReceivedFilesBuilder() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Returns a list of all files shared with current user.
ListReceivedFilesBuilder - Class in com.dropbox.core.v2.sharing
The request builder returned by DbxUserSharingRequests.listReceivedFilesBuilder().
listReceivedFilesContinue(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
listRevisions(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns revisions for files based on a file path or a file id.
listRevisionsBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns revisions for files based on a file path or a file id.
ListRevisionsBuilder - Class in com.dropbox.core.v2.files
ListRevisionsError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
ListRevisionsError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for ListRevisionsError.
ListRevisionsErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a ListRevisionsError error.
ListRevisionsErrorException(String, String, LocalizedText, ListRevisionsError) - Constructor for exception com.dropbox.core.v2.files.ListRevisionsErrorException
 
ListRevisionsMode - Enum in com.dropbox.core.v2.files
 
ListRevisionsResult - Class in com.dropbox.core.v2.files
 
ListRevisionsResult(boolean, List<FileMetadata>, Date) - Constructor for class com.dropbox.core.v2.files.ListRevisionsResult
 
ListRevisionsResult(boolean, List<FileMetadata>) - Constructor for class com.dropbox.core.v2.files.ListRevisionsResult
None
listSharedLinks() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
List shared links of this user.
listSharedLinksBuilder() - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
List shared links of this user.
ListSharedLinksBuilder - Class in com.dropbox.core.v2.sharing
The request builder returned by DbxUserSharingRequests.listSharedLinksBuilder().
ListSharedLinksError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
ListSharedLinksError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ListSharedLinksError.
ListSharedLinksErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ListSharedLinksError error.
ListSharedLinksErrorException(String, String, LocalizedText, ListSharedLinksError) - Constructor for exception com.dropbox.core.v2.sharing.ListSharedLinksErrorException
 
ListSharedLinksResult - Class in com.dropbox.core.v2.sharing
 
ListSharedLinksResult(List<SharedLinkMetadata>, boolean, String) - Constructor for class com.dropbox.core.v2.sharing.ListSharedLinksResult
 
ListSharedLinksResult(List<SharedLinkMetadata>, boolean) - Constructor for class com.dropbox.core.v2.sharing.ListSharedLinksResult
None
listStart() - Method in class com.dropbox.core.util.DumpWriter
 
listStart() - Method in class com.dropbox.core.util.DumpWriter.Multiline
 
listStart() - Method in class com.dropbox.core.util.DumpWriter.Plain
 
ListTeamAppsError - Enum in com.dropbox.core.v2.team
ListTeamAppsErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a ListTeamAppsError error.
ListTeamAppsErrorException(String, String, LocalizedText, ListTeamAppsError) - Constructor for exception com.dropbox.core.v2.team.ListTeamAppsErrorException
 
ListTeamAppsResult - Class in com.dropbox.core.v2.team
ListTeamAppsResult(List<MemberLinkedApps>, boolean, String) - Constructor for class com.dropbox.core.v2.team.ListTeamAppsResult
ListTeamAppsResult(List<MemberLinkedApps>, boolean) - Constructor for class com.dropbox.core.v2.team.ListTeamAppsResult
ListTeamDevicesError - Enum in com.dropbox.core.v2.team
 
ListTeamDevicesErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a ListTeamDevicesError error.
ListTeamDevicesErrorException(String, String, LocalizedText, ListTeamDevicesError) - Constructor for exception com.dropbox.core.v2.team.ListTeamDevicesErrorException
 
ListTeamDevicesResult - Class in com.dropbox.core.v2.team
 
ListTeamDevicesResult(List<MemberDevices>, boolean, String) - Constructor for class com.dropbox.core.v2.team.ListTeamDevicesResult
 
ListTeamDevicesResult(List<MemberDevices>, boolean) - Constructor for class com.dropbox.core.v2.team.ListTeamDevicesResult
None
ListTemplateResult - Class in com.dropbox.core.v2.fileproperties
 
ListTemplateResult(List<String>) - Constructor for class com.dropbox.core.v2.fileproperties.ListTemplateResult
 
ListTemplateResult.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
ListUsersCursorError - Class in com.dropbox.core.v2.paper
This class is a tagged union.
ListUsersCursorError.Tag - Enum in com.dropbox.core.v2.paper
Discriminating tag type for ListUsersCursorError.
ListUsersCursorErrorException - Exception in com.dropbox.core.v2.paper
Exception thrown when the server responds with a ListUsersCursorError error.
ListUsersCursorErrorException(String, String, LocalizedText, ListUsersCursorError) - Constructor for exception com.dropbox.core.v2.paper.ListUsersCursorErrorException
 
ListUsersOnFolderResponse - Class in com.dropbox.core.v2.paper
 
ListUsersOnFolderResponse(List<InviteeInfo>, List<UserInfo>, Cursor, boolean) - Constructor for class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
ListUsersOnPaperDocResponse - Class in com.dropbox.core.v2.paper
 
ListUsersOnPaperDocResponse(List<InviteeInfoWithPermissionLevel>, List<UserInfoWithPermissionLevel>, UserInfo, Cursor, boolean) - Constructor for class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
loadErrorBody(HttpRequestor.Response) - Static method in class com.dropbox.core.DbxRequestUtil
 
LoadException(String, Throwable) - Constructor for exception com.dropbox.core.http.SSLConfig.LoadException
 
locale - Variable in class com.dropbox.core.v2.teamlog.UserNameLogInfo
 
locale - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
locale - Variable in class com.dropbox.core.v2.users.FullAccount
 
LocalizedText - Class in com.dropbox.core
Human-readable text localized to a specific locale.
LocalizedText(String, String) - Constructor for class com.dropbox.core.LocalizedText
Create a LocalizedText object that contains the given text already localized to locale.
location - Variable in exception com.dropbox.core.json.JsonReadException
 
Location(double, double) - Constructor for class com.dropbox.core.v1.DbxEntry.File.Location
 
location - Variable in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
Where the photo was taken.
location - Variable in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
Where the video was recorded.
location - Variable in class com.dropbox.core.v2.files.MediaMetadata.Builder
 
location - Variable in class com.dropbox.core.v2.files.MediaMetadata
 
LogicalOperator - Enum in com.dropbox.core.v2.fileproperties
Logical operator to join search queries together.
logicalOperator - Variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
 
logoutDetails(LogoutDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.LOGOUT_DETAILS.
LogoutDetails - Class in com.dropbox.core.v2.teamlog
Signed out.
LogoutDetails() - Constructor for class com.dropbox.core.v2.teamlog.LogoutDetails
Signed out.
longitude - Variable in class com.dropbox.core.v1.DbxEntry.File.Location
 
longitude - Variable in class com.dropbox.core.v2.files.GpsCoordinates
 
LookupError - Class in com.dropbox.core.v2.fileproperties
This class is an open tagged union.
LookupError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
LookupError.Serializer - Class in com.dropbox.core.v2.files
For internal use only.
LookupError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for LookupError.
LookupError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for LookupError.
lookupFailed(UploadSessionLookupError) - Static method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns an instance of UploadSessionFinishError that has its tag set to UploadSessionFinishError.Tag.LOOKUP_FAILED.
LookUpPropertiesError - Enum in com.dropbox.core.v2.fileproperties
 
LookUpPropertiesError.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.

M

macAddress - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
macAddress - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
macos - Variable in class com.dropbox.core.v2.team.DevicesActive
 
makeIntent(Context, String, String, String) - Static method in class com.dropbox.core.android.AuthActivity
Create an intent which can be sent to this activity to start OAuth 2 authentication.
makeIntent(Context, String, String, String[], String, String, String) - Static method in class com.dropbox.core.android.AuthActivity
Create an intent which can be sent to this activity to start OAuth 2 authentication.
malformedPath(String) - Static method in class com.dropbox.core.v2.fileproperties.LookupError
Returns an instance of LookupError that has its tag set to LookupError.Tag.MALFORMED_PATH.
malformedPath(String) - Static method in class com.dropbox.core.v2.files.LookupError
Returns an instance of LookupError that has its tag set to LookupError.Tag.MALFORMED_PATH.
malformedPath() - Static method in class com.dropbox.core.v2.files.LookupError
Returns an instance of LookupError that has its tag set to LookupError.Tag.MALFORMED_PATH.
malformedPath(String) - Static method in class com.dropbox.core.v2.files.WriteError
Returns an instance of WriteError that has its tag set to WriteError.Tag.MALFORMED_PATH.
malformedPath() - Static method in class com.dropbox.core.v2.files.WriteError
Returns an instance of WriteError that has its tag set to WriteError.Tag.MALFORMED_PATH.
map(StoneSerializer<T>) - Static method in class com.dropbox.core.stone.StoneSerializers
 
matches - Variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchResult
 
matches - Variable in class com.dropbox.core.v2.files.SearchResult
 
matchType - Variable in class com.dropbox.core.v2.files.SearchMatch
 
Maybe<T> - Class in com.dropbox.core.util
 
mediaInfo - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
mediaInfo - Variable in class com.dropbox.core.v2.files.FileMetadata
 
MediaInfo - Class in com.dropbox.core.v2.files
This class is a tagged union.
MediaInfo.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for MediaInfo.
MediaMetadata - Class in com.dropbox.core.v2.files
Metadata for a photo or video.
MediaMetadata(Dimensions, GpsCoordinates, Date) - Constructor for class com.dropbox.core.v2.files.MediaMetadata
Metadata for a photo or video.
MediaMetadata() - Constructor for class com.dropbox.core.v2.files.MediaMetadata
Metadata for a photo or video.
MediaMetadata.Builder - Class in com.dropbox.core.v2.files
Builder for MediaMetadata.
member - Variable in class com.dropbox.core.v2.paper.AddMember
 
member - Variable in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
 
member - Variable in class com.dropbox.core.v2.sharing.AddMember
 
member - Variable in class com.dropbox.core.v2.sharing.FileMemberActionResult
 
MEMBER_NOT_IN_GROUP - Static variable in class com.dropbox.core.v2.team.GroupMembersRemoveError
At least one of the specified users is not a member of the group.
MemberAccess - Class in com.dropbox.core.v2.team
Specify access type a member should have when joined to a group.
MemberAccess(UserSelectorArg, GroupAccessType) - Constructor for class com.dropbox.core.v2.team.MemberAccess
Specify access type a member should have when joined to a group.
MemberAccessLevelResult - Class in com.dropbox.core.v2.sharing
Contains information about a member's access level to content after an operation.
MemberAccessLevelResult(AccessLevel, String, List<ParentFolderAccessInfo>) - Constructor for class com.dropbox.core.v2.sharing.MemberAccessLevelResult
Contains information about a member's access level to content after an operation.
MemberAccessLevelResult() - Constructor for class com.dropbox.core.v2.sharing.MemberAccessLevelResult
Contains information about a member's access level to content after an operation.
MemberAccessLevelResult.Builder - Class in com.dropbox.core.v2.sharing
MemberAction - Enum in com.dropbox.core.v2.sharing
Actions that may be taken on members of a shared folder.
MemberAddArg - Class in com.dropbox.core.v2.team
 
MemberAddArg(String, String, String, String, String, boolean, AdminTier) - Constructor for class com.dropbox.core.v2.team.MemberAddArg
Use newBuilder to create instances of this class without specifying values for all optional fields.
MemberAddArg(String) - Constructor for class com.dropbox.core.v2.team.MemberAddArg
None
MemberAddArg.Builder - Class in com.dropbox.core.v2.team
Builder for MemberAddArg.
memberAddNameDetails(MemberAddNameDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_ADD_NAME_DETAILS.
MemberAddNameDetails - Class in com.dropbox.core.v2.teamlog
Set team member name when joining team.
MemberAddNameDetails(UserNameLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.MemberAddNameDetails
Set team member name when joining team.
MemberAddResult - Class in com.dropbox.core.v2.team
Describes the result of attempting to add a single user to the team.
MemberAddResult.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for MemberAddResult.
memberChangeAdminRoleDetails(MemberChangeAdminRoleDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_CHANGE_ADMIN_ROLE_DETAILS.
MemberChangeAdminRoleDetails - Class in com.dropbox.core.v2.teamlog
Change the admin role belonging to team member.
MemberChangeAdminRoleDetails(AdminRole, AdminRole) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
Change the admin role belonging to team member.
MemberChangeAdminRoleDetails() - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
Change the admin role belonging to team member.
MemberChangeAdminRoleDetails.Builder - Class in com.dropbox.core.v2.teamlog
memberChangeEmailDetails(MemberChangeEmailDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_CHANGE_EMAIL_DETAILS.
MemberChangeEmailDetails - Class in com.dropbox.core.v2.teamlog
Changed team member email address.
MemberChangeEmailDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
Changed team member email address.
MemberChangeEmailDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
Changed team member email address.
memberChangeMembershipTypeDetails(MemberChangeMembershipTypeDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_CHANGE_MEMBERSHIP_TYPE_DETAILS.
MemberChangeMembershipTypeDetails - Class in com.dropbox.core.v2.teamlog
Changed the membership type (limited vs full) for team member.
MemberChangeMembershipTypeDetails(TeamMembershipType, TeamMembershipType) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
Changed the membership type (limited vs full) for team member.
memberChangeNameDetails(MemberChangeNameDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_CHANGE_NAME_DETAILS.
MemberChangeNameDetails - Class in com.dropbox.core.v2.teamlog
Changed team member name.
MemberChangeNameDetails(UserNameLogInfo, UserNameLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
Changed team member name.
MemberChangeNameDetails(UserNameLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
Changed team member name.
memberChangeStatusDetails(MemberChangeStatusDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_CHANGE_STATUS_DETAILS.
MemberChangeStatusDetails - Class in com.dropbox.core.v2.teamlog
Changed the membership status of a team member.
MemberChangeStatusDetails(MemberStatus, MemberStatus, JoinTeamDetails) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
Changed the membership status of a team member.
MemberChangeStatusDetails(MemberStatus) - Constructor for class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
Changed the membership status of a team member.
MemberChangeStatusDetails.Builder - Class in com.dropbox.core.v2.teamlog
memberCount - Variable in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
 
memberCount - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
 
memberCount - Variable in class com.dropbox.core.v2.teamcommon.GroupSummary
 
MemberDevices - Class in com.dropbox.core.v2.team
Information on devices of a team's member.
MemberDevices(String, List<ActiveWebSession>, List<DesktopClientSession>, List<MobileClientSession>) - Constructor for class com.dropbox.core.v2.team.MemberDevices
Information on devices of a team's member.
MemberDevices(String) - Constructor for class com.dropbox.core.v2.team.MemberDevices
Information on devices of a team's member.
MemberDevices.Builder - Class in com.dropbox.core.v2.team
Builder for MemberDevices.
memberEmail - Variable in class com.dropbox.core.v2.team.MemberAddArg.Builder
 
memberEmail - Variable in class com.dropbox.core.v2.team.MemberAddArg
 
memberError(FileMemberActionError) - Static method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Returns an instance of FileMemberActionIndividualResult that has its tag set to FileMemberActionIndividualResult.Tag.MEMBER_ERROR.
memberError(FileMemberActionError) - Static method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Returns an instance of FileMemberRemoveActionResult that has its tag set to FileMemberRemoveActionResult.Tag.MEMBER_ERROR.
memberError(SharedFolderMemberError) - Static method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns an instance of RemoveFolderMemberError that has its tag set to RemoveFolderMemberError.Tag.MEMBER_ERROR.
memberError(SharedFolderMemberError) - Static method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns an instance of UpdateFolderMemberError that has its tag set to UpdateFolderMemberError.Tag.MEMBER_ERROR.
memberExternalId - Variable in class com.dropbox.core.v2.team.MemberAddArg.Builder
 
memberExternalId - Variable in class com.dropbox.core.v2.team.MemberAddArg
 
memberExternalId - Variable in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
 
memberExternalId - Variable in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
 
memberFolderId - Variable in class com.dropbox.core.v2.team.TeamMemberProfile.Builder
 
memberFolderId - Variable in class com.dropbox.core.v2.team.TeamMemberProfile
 
memberGivenName - Variable in class com.dropbox.core.v2.team.MemberAddArg.Builder
 
memberGivenName - Variable in class com.dropbox.core.v2.team.MemberAddArg
 
memberId - Variable in class com.dropbox.core.v2.sharing.TeamMemberInfo
 
memberInfo(TeamMemberInfo) - Static method in class com.dropbox.core.v2.team.MembersGetInfoItem
Returns an instance of MembersGetInfoItem that has its tag set to MembersGetInfoItem.Tag.MEMBER_INFO.
MemberLinkedApps - Class in com.dropbox.core.v2.team
Information on linked applications of a team member.
MemberLinkedApps(String, List<ApiApp>) - Constructor for class com.dropbox.core.v2.team.MemberLinkedApps
Information on linked applications of a team member.
memberPermanentlyDeleteAccountContentsDetails(MemberPermanentlyDeleteAccountContentsDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_PERMANENTLY_DELETE_ACCOUNT_CONTENTS_DETAILS.
MemberPermanentlyDeleteAccountContentsDetails - Class in com.dropbox.core.v2.teamlog
Permanently deleted contents of a removed team member account.
MemberPermanentlyDeleteAccountContentsDetails() - Constructor for class com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsDetails
Permanently deleted contents of a removed team member account.
MemberPermission - Class in com.dropbox.core.v2.sharing
Whether the user is allowed to take the action on the associated member.
MemberPermission(MemberAction, boolean, PermissionDeniedReason) - Constructor for class com.dropbox.core.v2.sharing.MemberPermission
Whether the user is allowed to take the action on the associated member.
MemberPermission(MemberAction, boolean) - Constructor for class com.dropbox.core.v2.sharing.MemberPermission
Whether the user is allowed to take the action on the associated member.
memberPersistentId - Variable in class com.dropbox.core.v2.team.MemberAddArg.Builder
 
memberPersistentId - Variable in class com.dropbox.core.v2.team.MemberAddArg
 
memberPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
 
memberPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy
 
MemberPolicy - Enum in com.dropbox.core.v2.sharing
Policy governing who can be a member of a shared folder.
MemberProfile - Class in com.dropbox.core.v2.team
Basic member profile.
MemberProfile(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType, String, String, Date, String) - Constructor for class com.dropbox.core.v2.team.MemberProfile
Basic member profile.
MemberProfile(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType) - Constructor for class com.dropbox.core.v2.team.MemberProfile
Basic member profile.
MemberProfile.Builder - Class in com.dropbox.core.v2.team
Builder for MemberProfile.
memberRequestsChangePolicyDetails(MemberRequestsChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_REQUESTS_CHANGE_POLICY_DETAILS.
MemberRequestsChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether users can find the team when not invited.
MemberRequestsChangePolicyDetails(MemberRequestsPolicy, MemberRequestsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
Changed whether users can find the team when not invited.
MemberRequestsChangePolicyDetails(MemberRequestsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
Changed whether users can find the team when not invited.
MemberRequestsPolicy - Enum in com.dropbox.core.v2.teamlog
 
members - Variable in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
 
members - Variable in class com.dropbox.core.v2.team.GroupFullInfo.Builder
 
members - Variable in class com.dropbox.core.v2.team.GroupFullInfo
 
members - Variable in class com.dropbox.core.v2.team.GroupsMembersListResult
 
members - Variable in class com.dropbox.core.v2.team.MembersListResult
 
membersAdd(List<MemberAddArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Adds members to a team.
membersAdd(List<MemberAddArg>, boolean) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Adds members to a team.
MembersAddJobStatus - Class in com.dropbox.core.v2.team
This class is a tagged union.
MembersAddJobStatus.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for MembersAddJobStatus.
membersAddJobStatusGet(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once an async_job_id is returned from DbxTeamTeamRequests.membersAdd(List,boolean) , use this to poll the status of the asynchronous request.
MembersAddLaunch - Class in com.dropbox.core.v2.team
This class is a tagged union.
MembersAddLaunch.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for MembersAddLaunch.
MemberSelector - Class in com.dropbox.core.v2.sharing
Includes different ways to identify a member of a shared folder.
MemberSelector.Serializer - Class in com.dropbox.core.v2.sharing
For internal use only.
MemberSelector.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for MemberSelector.
membersGetInfo(List<UserSelectorArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Returns information about multiple team members.
MembersGetInfoError - Enum in com.dropbox.core.v2.team
 
MembersGetInfoErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersGetInfoError error.
MembersGetInfoErrorException(String, String, LocalizedText, MembersGetInfoError) - Constructor for exception com.dropbox.core.v2.team.MembersGetInfoErrorException
 
MembersGetInfoItem - Class in com.dropbox.core.v2.team
Describes a result obtained for a single user whose id was specified in the parameter of DbxTeamTeamRequests.membersGetInfo(java.util.List).
MembersGetInfoItem.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for MembersGetInfoItem.
MembershipInfo - Class in com.dropbox.core.v2.sharing
The information about a member of the shared content.
MembershipInfo(AccessLevel, List<MemberPermission>, String, boolean) - Constructor for class com.dropbox.core.v2.sharing.MembershipInfo
The information about a member of the shared content.
MembershipInfo(AccessLevel) - Constructor for class com.dropbox.core.v2.sharing.MembershipInfo
The information about a member of the shared content.
MembershipInfo.Builder - Class in com.dropbox.core.v2.sharing
Builder for MembershipInfo.
membershipType - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
membershipType - Variable in class com.dropbox.core.v2.team.MemberProfile
 
membersJoined - Variable in class com.dropbox.core.v2.team.GetMembershipReport
 
membersList() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists members of a team.
membersListBuilder() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists members of a team.
MembersListBuilder - Class in com.dropbox.core.v2.team
The request builder returned by DbxTeamTeamRequests.membersListBuilder().
membersListContinue(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once a cursor has been retrieved from DbxTeamTeamRequests.membersList(com.dropbox.core.v2.team.MembersListArg), use this to paginate through all team members.
MembersListContinueError - Enum in com.dropbox.core.v2.team
 
MembersListContinueErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersListContinueError error.
MembersListContinueErrorException(String, String, LocalizedText, MembersListContinueError) - Constructor for exception com.dropbox.core.v2.team.MembersListContinueErrorException
 
MembersListError - Enum in com.dropbox.core.v2.team
 
MembersListErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersListError error.
MembersListErrorException(String, String, LocalizedText, MembersListError) - Constructor for exception com.dropbox.core.v2.team.MembersListErrorException
 
MembersListResult - Class in com.dropbox.core.v2.team
 
MembersListResult(List<TeamMemberInfo>, String, boolean) - Constructor for class com.dropbox.core.v2.team.MembersListResult
 
membersNotInTeam(List<String>) - Static method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns an instance of GroupMembersAddError that has its tag set to GroupMembersAddError.Tag.MEMBERS_NOT_IN_TEAM.
membersNotInTeam(List<String>) - Static method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns an instance of GroupMembersRemoveError that has its tag set to GroupMembersRemoveError.Tag.MEMBERS_NOT_IN_TEAM.
memberSpaceLimitsAddExceptionDetails(MemberSpaceLimitsAddExceptionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_ADD_EXCEPTION_DETAILS.
MemberSpaceLimitsAddExceptionDetails - Class in com.dropbox.core.v2.teamlog
Added an exception for one or more team members to bypass space limits imposed by policy.
MemberSpaceLimitsAddExceptionDetails() - Constructor for class com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionDetails
Added an exception for one or more team members to bypass space limits imposed by policy.
memberSpaceLimitsChangePolicyDetails(MemberSpaceLimitsChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_POLICY_DETAILS.
MemberSpaceLimitsChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed the storage limits applied to team members by policy.
MemberSpaceLimitsChangePolicyDetails(SpaceLimitsLevel, SpaceLimitsLevel) - Constructor for class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
Changed the storage limits applied to team members by policy.
memberSpaceLimitsChangeStatusDetails(MemberSpaceLimitsChangeStatusDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_CHANGE_STATUS_DETAILS.
MemberSpaceLimitsChangeStatusDetails - Class in com.dropbox.core.v2.teamlog
Changed the status with respect to whether the team member is under or over storage quota specified by policy.
MemberSpaceLimitsChangeStatusDetails(SpaceLimitsStatus, SpaceLimitsStatus) - Constructor for class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
Changed the status with respect to whether the team member is under or over storage quota specified by policy.
memberSpaceLimitsGetCustomQuota(List<UserSelectorArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Get users custom quota.
memberSpaceLimitsRemoveCustomQuota(List<UserSelectorArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Remove users custom quota.
memberSpaceLimitsRemoveExceptionDetails(MemberSpaceLimitsRemoveExceptionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_SPACE_LIMITS_REMOVE_EXCEPTION_DETAILS.
MemberSpaceLimitsRemoveExceptionDetails - Class in com.dropbox.core.v2.teamlog
Removed an exception for one or more team members to bypass space limits imposed by policy.
MemberSpaceLimitsRemoveExceptionDetails() - Constructor for class com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionDetails
Removed an exception for one or more team members to bypass space limits imposed by policy.
memberSpaceLimitsSetCustomQuota(List<UserCustomQuotaArg>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Set users custom quota.
membersRecover(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Recover a deleted member.
MembersRecoverError - Enum in com.dropbox.core.v2.team
 
MembersRecoverErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersRecoverError error.
MembersRecoverErrorException(String, String, LocalizedText, MembersRecoverError) - Constructor for exception com.dropbox.core.v2.team.MembersRecoverErrorException
 
membersRemove(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Removes a member from a team.
membersRemoveBuilder(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Removes a member from a team.
MembersRemoveBuilder - Class in com.dropbox.core.v2.team
MembersRemoveError - Enum in com.dropbox.core.v2.team
 
MembersRemoveErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersRemoveError error.
MembersRemoveErrorException(String, String, LocalizedText, MembersRemoveError) - Constructor for exception com.dropbox.core.v2.team.MembersRemoveErrorException
 
membersRemoveJobStatusGet(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once an async_job_id is returned from DbxTeamTeamRequests.membersRemove(UserSelectorArg) , use this to poll the status of the asynchronous request.
membersSendWelcomeEmail(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Sends welcome email to pending team member.
MembersSendWelcomeError - Enum in com.dropbox.core.v2.team
 
MembersSendWelcomeErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersSendWelcomeError error.
MembersSendWelcomeErrorException(String, String, LocalizedText, MembersSendWelcomeError) - Constructor for exception com.dropbox.core.v2.team.MembersSendWelcomeErrorException
 
membersSetAdminPermissions(UserSelectorArg, AdminTier) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Updates a team member's permissions.
MembersSetPermissionsError - Enum in com.dropbox.core.v2.team
 
MembersSetPermissionsErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersSetPermissionsError error.
MembersSetPermissionsErrorException(String, String, LocalizedText, MembersSetPermissionsError) - Constructor for exception com.dropbox.core.v2.team.MembersSetPermissionsErrorException
 
MembersSetPermissionsResult - Class in com.dropbox.core.v2.team
 
MembersSetPermissionsResult(String, AdminTier) - Constructor for class com.dropbox.core.v2.team.MembersSetPermissionsResult
 
membersSetProfile(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Updates a team member's profile.
membersSetProfileBuilder(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Updates a team member's profile.
MembersSetProfileBuilder - Class in com.dropbox.core.v2.team
MembersSetProfileError - Enum in com.dropbox.core.v2.team
 
MembersSetProfileErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersSetProfileError error.
MembersSetProfileErrorException(String, String, LocalizedText, MembersSetProfileError) - Constructor for exception com.dropbox.core.v2.team.MembersSetProfileErrorException
 
membersSuspend(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Suspend a member from a team.
membersSuspend(UserSelectorArg, boolean) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Suspend a member from a team.
MembersSuspendError - Enum in com.dropbox.core.v2.team
 
MembersSuspendErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersSuspendError error.
MembersSuspendErrorException(String, String, LocalizedText, MembersSuspendError) - Constructor for exception com.dropbox.core.v2.team.MembersSuspendErrorException
 
MemberStatus - Enum in com.dropbox.core.v2.teamlog
 
memberStorageMap - Variable in class com.dropbox.core.v2.team.GetStorageReport
 
memberSuggestDetails(MemberSuggestDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_SUGGEST_DETAILS.
MemberSuggestDetails - Class in com.dropbox.core.v2.teamlog
Suggested a new team member to be added to the team.
MemberSuggestDetails() - Constructor for class com.dropbox.core.v2.teamlog.MemberSuggestDetails
Suggested a new team member to be added to the team.
memberSuggestionsChangePolicyDetails(MemberSuggestionsChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_SUGGESTIONS_CHANGE_POLICY_DETAILS.
MemberSuggestionsChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled the option for team members to suggest new members to add to the team.
MemberSuggestionsChangePolicyDetails(MemberSuggestionsPolicy, MemberSuggestionsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
Enabled or disabled the option for team members to suggest new members to add to the team.
MemberSuggestionsChangePolicyDetails(MemberSuggestionsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
Enabled or disabled the option for team members to suggest new members to add to the team.
MemberSuggestionsPolicy - Enum in com.dropbox.core.v2.teamlog
Member suggestions policy
membersUnsuspend(UserSelectorArg) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Unsuspend a member from a team.
MembersUnsuspendError - Enum in com.dropbox.core.v2.team
 
MembersUnsuspendErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a MembersUnsuspendError error.
MembersUnsuspendErrorException(String, String, LocalizedText, MembersUnsuspendError) - Constructor for exception com.dropbox.core.v2.team.MembersUnsuspendErrorException
 
memberSurname - Variable in class com.dropbox.core.v2.team.MemberAddArg.Builder
 
memberSurname - Variable in class com.dropbox.core.v2.team.MemberAddArg
 
memberTransferAccountContentsDetails(MemberTransferAccountContentsDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MEMBER_TRANSFER_ACCOUNT_CONTENTS_DETAILS.
MemberTransferAccountContentsDetails - Class in com.dropbox.core.v2.teamlog
Transferred contents of a removed team member account to another member.
MemberTransferAccountContentsDetails(long, long) - Constructor for class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
Transferred contents of a removed team member account to another member.
message - Variable in class com.dropbox.core.v2.sharing.InsufficientPlan
 
metadata - Variable in class com.dropbox.core.v1.DbxClientV1.Downloader
 
metadata - Variable in class com.dropbox.core.v1.DbxDelta.Entry
If this is null, it means that this path doesn't exist on on Dropbox's copy of the file system.
metadata - Variable in class com.dropbox.core.v1.DbxDeltaC.Entry
If this is null, it means that this path doesn't exist on on Dropbox's copy of the file system.
metadata - Variable in class com.dropbox.core.v2.files.CreateFolderResult
 
metadata - Variable in class com.dropbox.core.v2.files.DeleteBatchResultData
 
metadata - Variable in class com.dropbox.core.v2.files.DeleteResult
 
metadata - Variable in class com.dropbox.core.v2.files.GetCopyReferenceResult
 
metadata - Variable in class com.dropbox.core.v2.files.GetTemporaryLinkResult
 
metadata - Variable in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
metadata(MediaMetadata) - Static method in class com.dropbox.core.v2.files.MediaInfo
Returns an instance of MediaInfo that has its tag set to MediaInfo.Tag.METADATA.
Metadata - Class in com.dropbox.core.v2.files
Metadata for a file or folder.
Metadata(String, String, String, String) - Constructor for class com.dropbox.core.v2.files.Metadata
Metadata for a file or folder.
Metadata(String) - Constructor for class com.dropbox.core.v2.files.Metadata
Metadata for a file or folder.
metadata - Variable in class com.dropbox.core.v2.files.RelocationBatchResultData
 
metadata - Variable in class com.dropbox.core.v2.files.RelocationResult
 
metadata - Variable in class com.dropbox.core.v2.files.SaveCopyReferenceResult
 
metadata - Variable in class com.dropbox.core.v2.files.SearchMatch
 
metadata(SharedFileMetadata) - Static method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Returns an instance of GetFileMetadataIndividualResult that has its tag set to GetFileMetadataIndividualResult.Tag.METADATA.
Metadata.Builder - Class in com.dropbox.core.v2.files
Builder for Metadata.
metadataReader - Variable in class com.dropbox.core.v1.DbxDelta.Entry.Reader
 
metadataReader - Variable in class com.dropbox.core.v1.DbxDelta.Reader
 
metadataReader - Variable in class com.dropbox.core.v1.DbxDeltaC.Entry.Reader
 
metadataReader - Variable in class com.dropbox.core.v1.DbxDeltaC.Reader
 
microsoftOfficeAddinChangePolicyDetails(MicrosoftOfficeAddinChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MICROSOFT_OFFICE_ADDIN_CHANGE_POLICY_DETAILS.
MicrosoftOfficeAddinChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled the Microsoft Office add-in, which lets team members save files to Dropbox directly from Microsoft Office.
MicrosoftOfficeAddinChangePolicyDetails(MicrosoftOfficeAddinPolicy, MicrosoftOfficeAddinPolicy) - Constructor for class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
Enabled or disabled the Microsoft Office add-in, which lets team members save files to Dropbox directly from Microsoft Office.
MicrosoftOfficeAddinChangePolicyDetails(MicrosoftOfficeAddinPolicy) - Constructor for class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
Enabled or disabled the Microsoft Office add-in, which lets team members save files to Dropbox directly from Microsoft Office.
MicrosoftOfficeAddinPolicy - Enum in com.dropbox.core.v2.teamlog
Microsoft Office addin policy
mightHaveChanges - Variable in class com.dropbox.core.v1.DbxLongpollDeltaResult
If true, then there might changes and one of the DbxClientV1 "delta" methods can be used to retrieve them.
mightHaveThumbnail - Variable in class com.dropbox.core.v1.DbxEntry
Whether this file or folder might have a thumbnail image you can retrieve via the DbxClientV1.getThumbnail call.
mimeType - Variable in class com.dropbox.core.v2.paper.PaperDocExportResult
 
missingDetails(MissingDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.MISSING_DETAILS.
MissingDetails - Class in com.dropbox.core.v2.teamlog
An indication that an event was returned with missing details
MissingDetails() - Constructor for class com.dropbox.core.v2.teamlog.MissingDetails
An indication that an event was returned with missing details
mk(JsonReader<? extends T>) - Static method in class com.dropbox.core.json.JsonArrayReader
 
mk(JsonReader<? extends T>, Collector<T, ? extends L>) - Static method in class com.dropbox.core.json.JsonArrayReader
 
mk(Collector<E, L>) - Static method in class com.dropbox.core.util.Collector.NullSkipper
 
mkAssert(String, Throwable) - Static method in class com.dropbox.core.util.LangUtil
 
mobileClient(DeviceSessionArg) - Static method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns an instance of RevokeDeviceSessionArg that has its tag set to RevokeDeviceSessionArg.Tag.MOBILE_CLIENT.
MobileClientPlatform - Enum in com.dropbox.core.v2.team
 
mobileClients - Variable in class com.dropbox.core.v2.team.MemberDevices.Builder
 
mobileClients - Variable in class com.dropbox.core.v2.team.MemberDevices
 
MobileClientSession - Class in com.dropbox.core.v2.team
Information about linked Dropbox mobile client sessions.
MobileClientSession(String, String, MobileClientPlatform, String, String, Date, Date, String, String, String) - Constructor for class com.dropbox.core.v2.team.MobileClientSession
Information about linked Dropbox mobile client sessions.
MobileClientSession(String, String, MobileClientPlatform) - Constructor for class com.dropbox.core.v2.team.MobileClientSession
Information about linked Dropbox mobile client sessions.
MobileClientSession.Builder - Class in com.dropbox.core.v2.team
Builder for MobileClientSession.
mobileClientSessions - Variable in class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
 
mobileClientSessions - Variable in class com.dropbox.core.v2.team.ListMemberDevicesResult
 
MobileSessionLogInfo - Class in com.dropbox.core.v2.teamlog
Mobile session.
MobileSessionLogInfo(String) - Constructor for class com.dropbox.core.v2.teamlog.MobileSessionLogInfo
Mobile session.
MobileSessionLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.MobileSessionLogInfo
Mobile session.
mode - Variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
 
mode - Variable in class com.dropbox.core.v2.files.CommitInfo.Builder
 
mode - Variable in class com.dropbox.core.v2.files.CommitInfo
 
modifiedBy - Variable in class com.dropbox.core.v2.files.FileSharingInfo
 
modifySharedLinkSettings(String, SharedLinkSettings) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Modify the shared link's settings.
modifySharedLinkSettings(String, SharedLinkSettings, boolean) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Modify the shared link's settings.
ModifySharedLinkSettingsError - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
ModifySharedLinkSettingsError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ModifySharedLinkSettingsError.
ModifySharedLinkSettingsErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ModifySharedLinkSettingsError error.
ModifySharedLinkSettingsErrorException(String, String, LocalizedText, ModifySharedLinkSettingsError) - Constructor for exception com.dropbox.core.v2.sharing.ModifySharedLinkSettingsErrorException
 
ModifyTemplateError - Class in com.dropbox.core.v2.fileproperties
This class is a tagged union.
ModifyTemplateError.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
ModifyTemplateError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for ModifyTemplateError.
ModifyTemplateErrorException - Exception in com.dropbox.core.v2.fileproperties
Exception thrown when the server responds with a ModifyTemplateError error.
ModifyTemplateErrorException(String, String, LocalizedText, ModifyTemplateError) - Constructor for exception com.dropbox.core.v2.fileproperties.ModifyTemplateErrorException
 
more - Variable in class com.dropbox.core.v2.files.SearchResult
 
MOUNTED - Static variable in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
The shared folder is currently mounted.
mountFolder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
The current user mounts the designated folder.
MountFolderError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
MountFolderError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for MountFolderError.
MountFolderErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a MountFolderError error.
MountFolderErrorException(String, String, LocalizedText, MountFolderError) - Constructor for exception com.dropbox.core.v2.sharing.MountFolderErrorException
 
move(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
Move a file or folder from one path in Dropbox to another path in Dropbox.
move(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
moveBatch(List<RelocationPath>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Move multiple files or folders to different locations at once in the user's Dropbox.
moveBatchBuilder(List<RelocationPath>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Move multiple files or folders to different locations at once in the user's Dropbox.
MoveBatchBuilder - Class in com.dropbox.core.v2.files
moveBatchCheck(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the status of an asynchronous job for DbxUserFilesRequests.moveBatch(List).
moveBuilder(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
MoveBuilder - Class in com.dropbox.core.v2.files
moveV2(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Move a file or folder to a different location in the user's Dropbox.
moveV2Builder(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Move a file or folder to a different location in the user's Dropbox.
MoveV2Builder - Class in com.dropbox.core.v2.files
Multiline(StringBuilder, int, int, boolean) - Constructor for class com.dropbox.core.util.DumpWriter.Multiline
 
Multiline(StringBuilder, int, boolean) - Constructor for class com.dropbox.core.util.DumpWriter.Multiline
 
mute - Variable in class com.dropbox.core.v2.files.CommitInfo.Builder
 
mute - Variable in class com.dropbox.core.v2.files.CommitInfo
 

N

name - Variable in class com.dropbox.core.v1.DbxEntry
Just the last part of DbxEntry.path.
name - Variable in class com.dropbox.core.v2.fileproperties.PropertyField
 
name - Variable in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
 
name - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
 
name - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
 
name - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
 
name - Variable in class com.dropbox.core.v2.files.Metadata.Builder
 
name - Variable in class com.dropbox.core.v2.files.Metadata
 
name - Variable in class com.dropbox.core.v2.paper.Folder
 
name - Variable in class com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
 
name - Variable in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
 
name - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
name - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
name - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
name - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
name - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
name - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
name - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
name - Variable in class com.dropbox.core.v2.team.MemberProfile
 
name - Variable in class com.dropbox.core.v2.team.NamespaceMetadata
 
name - Variable in class com.dropbox.core.v2.team.TeamFolderMetadata
 
name - Variable in class com.dropbox.core.v2.team.TeamGetInfoResult
 
name - Variable in class com.dropbox.core.v2.users.Account
 
name - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
name - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
Name - Class in com.dropbox.core.v2.users
Representations for a person's name to assist with internationalization.
Name(String, String, String, String, String) - Constructor for class com.dropbox.core.v2.users.Name
Representations for a person's name to assist with internationalization.
name - Variable in class com.dropbox.core.v2.users.Team
 
Name.Serializer - Class in com.dropbox.core.v2.users
For internal use only.
nameDetails - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
NameDetails(String, String, String) - Constructor for class com.dropbox.core.v1.DbxAccountInfo.NameDetails
 
namespaceId - Variable in class com.dropbox.core.v2.team.NamespaceMetadata
 
NamespaceMetadata - Class in com.dropbox.core.v2.team
Properties of a namespace.
NamespaceMetadata(String, String, NamespaceType, String) - Constructor for class com.dropbox.core.v2.team.NamespaceMetadata
Properties of a namespace.
NamespaceMetadata(String, String, NamespaceType) - Constructor for class com.dropbox.core.v2.team.NamespaceMetadata
Properties of a namespace.
namespaceRelative - Variable in class com.dropbox.core.v2.teamlog.PathLogInfo
 
NamespaceRelativePathLogInfo - Class in com.dropbox.core.v2.teamlog
Namespace relative path details.
NamespaceRelativePathLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
Namespace relative path details.
NamespaceRelativePathLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
Namespace relative path details.
NamespaceRelativePathLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
namespaces - Variable in class com.dropbox.core.v2.team.TeamNamespacesListResult
 
namespacesList() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Returns a list of all team-accessible namespaces.
namespacesList(long) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Returns a list of all team-accessible namespaces.
namespacesListContinue(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once a cursor has been retrieved from DbxTeamTeamRequests.namespacesList(long), use this to paginate through all team-accessible namespaces.
namespaceType - Variable in class com.dropbox.core.v2.team.NamespaceMetadata
 
NamespaceType - Enum in com.dropbox.core.v2.team
 
networkControlChangePolicyDetails(NetworkControlChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.NETWORK_CONTROL_CHANGE_POLICY_DETAILS.
NetworkControlChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled network control.
NetworkControlChangePolicyDetails(NetworkControlPolicy, NetworkControlPolicy) - Constructor for class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
Enabled or disabled network control.
NetworkControlChangePolicyDetails(NetworkControlPolicy) - Constructor for class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
Enabled or disabled network control.
NetworkControlPolicy - Enum in com.dropbox.core.v2.teamlog
Network control policy
NetworkIOException - Exception in com.dropbox.core
This gets thrown when there's an IOException when reading or writing to the network (when communicating with the Dropbox API servers).
NetworkIOException(IOException) - Constructor for exception com.dropbox.core.NetworkIOException
 
NEW_OWNER_EMAIL_UNVERIFIED - Static variable in class com.dropbox.core.v2.sharing.TransferFolderError
The new designated owner's e-mail address is unverified.
NEW_OWNER_NOT_A_MEMBER - Static variable in class com.dropbox.core.v2.sharing.TransferFolderError
The new designated owner is not currently a member of the shared folder.
NEW_OWNER_UNMOUNTED - Static variable in class com.dropbox.core.v2.sharing.TransferFolderError
The new designated owner has not added the folder to their Dropbox.
newBuilder(String) - Static method in class com.dropbox.core.DbxRequestConfig
Returns a new builder for creating a DbxRequestConfig instance.
newBuilder() - Static method in class com.dropbox.core.DbxWebAuth.Request
Returns a new request builder with default values (e.g.
newBuilder(String) - Static method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
Returns a new builder for creating an instance of this class.
newBuilder(String, String, String, Date, boolean, long) - Static method in class com.dropbox.core.v2.filerequests.FileRequest
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.files.CommitInfo
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.files.DeletedMetadata
Returns a new builder for creating an instance of this class.
newBuilder(String, String, Date, Date, String, long) - Static method in class com.dropbox.core.v2.files.FileMetadata
Returns a new builder for creating an instance of this class.
newBuilder(String, String) - Static method in class com.dropbox.core.v2.files.FolderMetadata
Returns a new builder for creating an instance of this class.
newBuilder(boolean) - Static method in class com.dropbox.core.v2.files.FolderSharingInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.files.MediaMetadata
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.files.Metadata
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.files.PhotoMetadata
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.files.ThumbnailArg
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.files.VideoMetadata
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.paper.SharingPolicy
Returns a new builder for creating an instance of this class.
newBuilder(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean) - Static method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
Returns a new builder for creating an instance of this class.
newBuilder(String, String, LinkPermissions, Date, Date, String, long) - Static method in class com.dropbox.core.v2.sharing.FileLinkMetadata
Returns a new builder for creating an instance of this class.
newBuilder(String, String, LinkPermissions) - Static method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
Returns a new builder for creating an instance of this class.
newBuilder(AclUpdatePolicy, SharedLinkPolicy) - Static method in class com.dropbox.core.v2.sharing.FolderPolicy
Returns a new builder for creating an instance of this class.
newBuilder(String, String, GroupManagementType, GroupType, boolean, boolean, boolean) - Static method in class com.dropbox.core.v2.sharing.GroupInfo
Returns a new builder for creating an instance of this class.
newBuilder(AccessLevel, GroupInfo) - Static method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
Returns a new builder for creating an instance of this class.
newBuilder(AccessLevel, InviteeInfo) - Static method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
Returns a new builder for creating an instance of this class.
newBuilder(boolean) - Static method in class com.dropbox.core.v2.sharing.LinkPermissions
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.sharing.LinkSettings
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
Returns a new builder for creating an instance of this class.
newBuilder(AccessLevel) - Static method in class com.dropbox.core.v2.sharing.MembershipInfo
Returns a new builder for creating an instance of this class.
newBuilder(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean, String) - Static method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
Returns a new builder for creating an instance of this class.
newBuilder(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean) - Static method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
Returns a new builder for creating an instance of this class.
newBuilder(String, String, FolderPolicy, String) - Static method in class com.dropbox.core.v2.sharing.SharedFileMetadata
Returns a new builder for creating an instance of this class.
newBuilder(AccessLevel, boolean, boolean, String, FolderPolicy, String, String, Date) - Static method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
Returns a new builder for creating an instance of this class.
newBuilder(AccessLevel, boolean, boolean) - Static method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
Returns a new builder for creating an instance of this class.
newBuilder(String, String, LinkPermissions) - Static method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.sharing.SharedLinkSettings
Returns a new builder for creating an instance of this class.
newBuilder(AccessLevel, UserInfo) - Static method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
Returns a new builder for creating an instance of this class.
newBuilder(AccessLevel, UserInfo) - Static method in class com.dropbox.core.v2.sharing.UserMembershipInfo
Returns a new builder for creating an instance of this class.
newBuilder(String, String, String, String) - Static method in class com.dropbox.core.v2.team.ActiveWebSession
Returns a new builder for creating an instance of this class.
newBuilder(String, String, boolean) - Static method in class com.dropbox.core.v2.team.ApiApp
Returns a new builder for creating an instance of this class.
newBuilder(String, String, DesktopPlatform, String, String, boolean) - Static method in class com.dropbox.core.v2.team.DesktopClientSession
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.team.DeviceSession
Returns a new builder for creating an instance of this class.
newBuilder(String, String, GroupManagementType, long) - Static method in class com.dropbox.core.v2.team.GroupFullInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.team.ListMemberDevicesResult
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.team.MemberAddArg
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.team.MemberDevices
Returns a new builder for creating an instance of this class.
newBuilder(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType) - Static method in class com.dropbox.core.v2.team.MemberProfile
Returns a new builder for creating an instance of this class.
newBuilder(String, String, MobileClientPlatform) - Static method in class com.dropbox.core.v2.team.MobileClientSession
Returns a new builder for creating an instance of this class.
newBuilder(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType, List<String>, String) - Static method in class com.dropbox.core.v2.team.TeamMemberProfile
Returns a new builder for creating an instance of this class.
newBuilder(String, String, GroupManagementType) - Static method in class com.dropbox.core.v2.teamcommon.GroupSummary
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamcommon.TimeRange
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.AppLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(PathLogInfo) - Static method in class com.dropbox.core.v2.teamlog.FileLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(PathLogInfo) - Static method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(PathLogInfo) - Static method in class com.dropbox.core.v2.teamlog.FolderLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.teamlog.GroupLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.HostLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
Returns a new builder for creating an instance of this class.
newBuilder(MemberStatus) - Static method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(AccessMethodLogInfo) - Static method in class com.dropbox.core.v2.teamlog.OriginLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(String) - Static method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String) - Static method in class com.dropbox.core.v2.teamlog.SfNestDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String) - Static method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String) - Static method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String, long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, SharedContentDownloadsPolicy) - Static method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String) - Static method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, LinkAudience) - Static method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String, long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, SharedContentViewerInfoPolicy) - Static method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Returns a new builder for creating an instance of this class.
newBuilder(long) - Static method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String, SharedFolderLinkPolicy) - Static method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String, SharedFolderMembershipManagementPolicy) - Static method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder(long, String, SharedFolderMemberPolicy) - Static method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
Returns a new builder for creating an instance of this class.
newBuilder(Date, EventCategory, ActorLogInfo, boolean, ContextLogInfo, EventType, EventDetails) - Static method in class com.dropbox.core.v2.teamlog.TeamEvent
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
Returns a new builder for creating an instance of this class.
newBuilder(TfaConfiguration) - Static method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.UserLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder() - Static method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
Returns a new builder for creating an instance of this class.
newBuilder(String, Name, String, boolean, boolean, boolean) - Static method in class com.dropbox.core.v2.users.BasicAccount
Returns a new builder for creating an instance of this class.
newBuilder(String, Name, String, boolean, boolean, String, String, boolean, AccountType) - Static method in class com.dropbox.core.v2.users.FullAccount
Returns a new builder for creating an instance of this class.
newCertificateDetails - Variable in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
 
newDefaultOptions() - Static method in class com.dropbox.core.http.GoogleAppEngineRequestor
Returns a new instance of the default FetchOptions used by this requestor.
newException(DbxWrappedException) - Method in class com.dropbox.core.DbxUploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.files.AlphaUploadUploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.files.UploadSessionAppendUploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.files.UploadSessionAppendV2Uploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.files.UploadSessionFinishUploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.files.UploadSessionStartUploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.files.UploadUploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.paper.DocsCreateUploader
 
newException(DbxWrappedException) - Method in class com.dropbox.core.v2.paper.DocsUpdateUploader
 
newParentNsId - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
 
newParentNsId - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails
 
newRequestBuilder() - Static method in class com.dropbox.core.DbxWebAuth
Returns a new request builder with default values (e.g.
newSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
 
newSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
 
newSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
 
newSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
 
newSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
 
newSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
newSubscriptionLevel - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
 
newSubscriptionLevel - Variable in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.GroupRenameDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
 
newValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder
 
newValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
 
next - Variable in class com.dropbox.core.json.JsonReadException.PathPart
 
nextToken(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
A wrapper around 'JsonParser.nextToken' that throws our own better JsonReadException instead of Jackson's JsonParseException.
NO_EXPLICIT_ACCESS - Static variable in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
The current user only has inherited access to the shared folder.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.common.PathRootError
You don't have permission to access the path root id in Dropbox-API-Path-Root header.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.files.SaveCopyReferenceError
You don't have permission to save the given copy reference.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.FileMemberActionError
User does not have permission to perform this action on this member.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.MountFolderError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.ShareFolderError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.TransferFolderError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.UnmountFolderError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.UnshareFolderError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
The current user does not have permission to perform this action.
NO_PERMISSION - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
The current user does not have permission to perform this action.
NO_UPDATE - Static variable in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Do not change the file request's deadline.
NO_WRITE_PERMISSION - Static variable in class com.dropbox.core.v2.files.WriteError
The user doesn't have permissions to write to the target location.
noAccess - Variable in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
 
noAccess - Variable in class com.dropbox.core.v2.files.FolderSharingInfo
 
noAccount(String) - Static method in class com.dropbox.core.v2.users.GetAccountBatchError
Returns an instance of GetAccountBatchError that has its tag set to GetAccountBatchError.Tag.NO_ACCOUNT.
noExplicitAccess(MemberAccessLevelResult) - Static method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns an instance of FileMemberActionError that has its tag set to FileMemberActionError.Tag.NO_EXPLICIT_ACCESS.
noExplicitAccess(MemberAccessLevelResult) - Static method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns an instance of RemoveFileMemberError that has its tag set to RemoveFileMemberError.Tag.NO_EXPLICIT_ACCESS.
noExplicitAccess(MemberAccessLevelResult) - Static method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Returns an instance of SharedFolderMemberError that has its tag set to SharedFolderMemberError.Tag.NO_EXPLICIT_ACCESS.
noExplicitAccess(AddFolderMemberError) - Static method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns an instance of UpdateFolderMemberError that has its tag set to UpdateFolderMemberError.Tag.NO_EXPLICIT_ACCESS.
nonTeamMember(NonTeamMemberLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns an instance of ContextLogInfo that has its tag set to ContextLogInfo.Tag.NON_TEAM_MEMBER.
NonTeamMemberLogInfo - Class in com.dropbox.core.v2.teamlog
Non team member's logged information.
NonTeamMemberLogInfo(String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
Non team member's logged information.
NonTeamMemberLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
Non team member's logged information.
NonTeamMemberLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
normal - Variable in class com.dropbox.core.v1.DbxAccountInfo.Quota
 
NOT_A_MEMBER - Static variable in class com.dropbox.core.v2.sharing.SharedFolderMemberError
The target dropbox_id is not a member of the shared folder.
NOT_CLOSED - Static variable in class com.dropbox.core.v2.files.UploadSessionLookupError
The session must be closed before calling upload_session/finish_batch.
NOT_FILE - Static variable in class com.dropbox.core.v2.fileproperties.LookupError
We were expecting a file, but the given path refers to something that isn't a file.
NOT_FILE - Static variable in class com.dropbox.core.v2.files.LookupError
We were expecting a file, but the given path refers to something that isn't a file.
NOT_FOLDER - Static variable in class com.dropbox.core.v2.fileproperties.LookupError
We were expecting a folder, but the given path refers to something that isn't a folder.
NOT_FOLDER - Static variable in class com.dropbox.core.v2.files.LookupError
We were expecting a folder, but the given path refers to something that isn't a folder.
NOT_FOUND - Static variable in class com.dropbox.core.v2.fileproperties.LookupError
There is nothing at the given path.
NOT_FOUND - Static variable in class com.dropbox.core.v2.files.LookupError
There is nothing at the given path.
NOT_FOUND - Static variable in class com.dropbox.core.v2.files.SaveCopyReferenceError
The file referenced by the copy reference cannot be found.
NOT_FOUND - Static variable in class com.dropbox.core.v2.files.SaveUrlError
The file where the URL is saved to no longer exists.
NOT_FOUND - Static variable in class com.dropbox.core.v2.files.UploadSessionLookupError
The upload session ID was not found or has expired.
NOT_MOUNTABLE - Static variable in class com.dropbox.core.v2.sharing.MountFolderError
The shared folder is not mountable.
NOT_ON_TEAM - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
UpdateFolderPolicyArg.getMemberPolicy() was set even though user is not on a team.
NOT_UNMOUNTABLE - Static variable in class com.dropbox.core.v2.sharing.UnmountFolderError
The shared folder can't be unmounted.
NotApprovedException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.NotApprovedException
 
noteAclInviteOnlyDetails(NoteAclInviteOnlyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.NOTE_ACL_INVITE_ONLY_DETAILS.
NoteAclInviteOnlyDetails - Class in com.dropbox.core.v2.teamlog
Changed a Paper document to be invite-only.
NoteAclInviteOnlyDetails() - Constructor for class com.dropbox.core.v2.teamlog.NoteAclInviteOnlyDetails
Changed a Paper document to be invite-only.
noteAclLinkDetails(NoteAclLinkDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.NOTE_ACL_LINK_DETAILS.
NoteAclLinkDetails - Class in com.dropbox.core.v2.teamlog
Changed a Paper document to be link accessible.
NoteAclLinkDetails() - Constructor for class com.dropbox.core.v2.teamlog.NoteAclLinkDetails
Changed a Paper document to be link accessible.
noteAclTeamLinkDetails(NoteAclTeamLinkDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.NOTE_ACL_TEAM_LINK_DETAILS.
NoteAclTeamLinkDetails - Class in com.dropbox.core.v2.teamlog
Changed a Paper document to be link accessible for the team.
NoteAclTeamLinkDetails() - Constructor for class com.dropbox.core.v2.teamlog.NoteAclTeamLinkDetails
Changed a Paper document to be link accessible for the team.
noteSharedDetails(NoteSharedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.NOTE_SHARED_DETAILS.
NoteSharedDetails - Class in com.dropbox.core.v2.teamlog
Shared a Paper doc.
NoteSharedDetails() - Constructor for class com.dropbox.core.v2.teamlog.NoteSharedDetails
Shared a Paper doc.
noteShareReceiveDetails(NoteShareReceiveDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.NOTE_SHARE_RECEIVE_DETAILS.
NoteShareReceiveDetails - Class in com.dropbox.core.v2.teamlog
Shared Paper document received.
NoteShareReceiveDetails() - Constructor for class com.dropbox.core.v2.teamlog.NoteShareReceiveDetails
Shared Paper document received.
Nothing() - Static method in class com.dropbox.core.util.Maybe
 
NoThrowInputStream - Class in com.dropbox.core
Wraps an existing input stream, converting all the underlying stream's IOExceptions to our own NoThrowInputStream.HiddenException, which is a subclass of RuntimeException.
NoThrowInputStream(InputStream) - Constructor for class com.dropbox.core.NoThrowInputStream
 
NoThrowInputStream.HiddenException - Exception in com.dropbox.core
 
NoThrowOutputStream - Class in com.dropbox.core
Wraps an existing output stream, converting all the underlying stream's IOExceptions to our own NoThrowOutputStream.HiddenException, which is a subclass of RuntimeException.
NoThrowOutputStream(OutputStream) - Constructor for class com.dropbox.core.NoThrowOutputStream
 
NoThrowOutputStream.HiddenException - Exception in com.dropbox.core
 
nsId - Variable in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
 
nsId - Variable in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
 
nullable(StoneSerializer<T>) - Static method in class com.dropbox.core.stone.StoneSerializers
 
nullableEquals(T, T) - Static method in class com.dropbox.core.util.LangUtil
 
nullableHashCode(Object) - Static method in class com.dropbox.core.util.LangUtil
 
nullableStruct(StructSerializer<T>) - Static method in class com.dropbox.core.stone.StoneSerializers
 
NullSkipper(Collector<E, L>) - Constructor for class com.dropbox.core.util.Collector.NullSkipper
 
numBytes - Variable in class com.dropbox.core.v1.DbxEntry.File
The size, in bytes, of the file content.
numFailures - Variable in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
 
numLicensedUsers - Variable in class com.dropbox.core.v2.team.TeamGetInfoResult
 
numProvisionedUsers - Variable in class com.dropbox.core.v2.team.TeamGetInfoResult
 
numRecipients - Variable in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
 

O

oauth2Token - Variable in class com.dropbox.core.v2.auth.TokenFromOAuth1Result
 
officeAddin - Variable in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
 
OfficeAddInPolicy - Enum in com.dropbox.core.v2.teampolicies
 
officeAddinPolicy - Variable in class com.dropbox.core.v2.users.FullTeam
 
OfficeAddInPolicy.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
offset - Variable in class com.dropbox.core.v2.files.UploadSessionCursor
 
OkHttp3Requestor - Class in com.dropbox.core.http
HttpRequestor implementation that uses OkHttp v3.
OkHttp3Requestor(OkHttpClient) - Constructor for class com.dropbox.core.http.OkHttp3Requestor
Creates a new instance of this requestor that uses client for its requests.
OkHttp3Requestor.AsyncCallback - Class in com.dropbox.core.http
 
OkHttpRequestor - Class in com.dropbox.core.http
HttpRequestor implementation that uses OkHttp v2.
OkHttpRequestor(OkHttpClient) - Constructor for class com.dropbox.core.http.OkHttpRequestor
Creates a new instance of this requestor that uses client for its requests.
OkHttpRequestor.AsyncCallback - Class in com.dropbox.core.http
 
onCreate(Bundle) - Method in class com.dropbox.core.android.AuthActivity
 
onFailure(Call, IOException) - Method in class com.dropbox.core.http.OkHttp3Requestor.AsyncCallback
 
onFailure(Request, IOException) - Method in class com.dropbox.core.http.OkHttpRequestor.AsyncCallback
 
onNetworkError(DbxException) - Method in class com.dropbox.core.v2.callbacks.DbxNetworkErrorCallback
 
onNewIntent(Intent) - Method in class com.dropbox.core.android.AuthActivity
 
onResponse(Call, Response) - Method in class com.dropbox.core.http.OkHttp3Requestor.AsyncCallback
 
onResponse(Response) - Method in class com.dropbox.core.http.OkHttpRequestor.AsyncCallback
 
onResume() - Method in class com.dropbox.core.android.AuthActivity
 
onSaveInstanceState(Bundle) - Method in class com.dropbox.core.android.AuthActivity
 
openNoteSharedDetails(OpenNoteSharedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.OPEN_NOTE_SHARED_DETAILS.
OpenNoteSharedDetails - Class in com.dropbox.core.v2.teamlog
Opened a shared Paper doc.
OpenNoteSharedDetails() - Constructor for class com.dropbox.core.v2.teamlog.OpenNoteSharedDetails
Opened a shared Paper doc.
origin - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
origin - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
 
originalFolderName - Variable in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
 
OriginLogInfo - Class in com.dropbox.core.v2.teamlog
The origin from which the actor performed the action.
OriginLogInfo(AccessMethodLogInfo, GeoLocationLogInfo, HostLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.OriginLogInfo
The origin from which the actor performed the action.
OriginLogInfo(AccessMethodLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.OriginLogInfo
The origin from which the actor performed the action.
OriginLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for OriginLogInfo.
os - Variable in class com.dropbox.core.v2.team.ActiveWebSession.Builder
 
os - Variable in class com.dropbox.core.v2.team.ActiveWebSession
 
osVersion - Variable in class com.dropbox.core.v2.team.MobileClientSession.Builder
 
osVersion - Variable in class com.dropbox.core.v2.team.MobileClientSession
 
osVersion - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
osVersion - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
OTHER - Static variable in class com.dropbox.core.v2.auth.AccessError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.common.PathRootError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.LookupError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.TemplateError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.TemplateFilter
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.DeleteBatchLaunch
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.DeleteError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.DownloadError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.GetCopyReferenceError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.GetTemporaryLinkError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.ListFolderContinueError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.ListFolderError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.ListRevisionsError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.LookupError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.RelocationBatchLaunch
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.RelocationError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.RestoreError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.SaveCopyReferenceError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.SaveUrlError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.SearchError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.UploadError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.UploadErrorWithProperties
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.UploadSessionFinishError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.UploadSessionLookupError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.files.WriteError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.paper.ListDocsCursorError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.paper.ListUsersCursorError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.AddFileMemberError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.CreateSharedLinkError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.FileMemberActionError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.GetFileMetadataError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.GetSharedLinksError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.InviteeInfo
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.JobError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.LinkExpiry
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.LinkPassword
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ListFileMembersError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ListFilesContinueError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ListSharedLinksError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.MemberSelector
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.MountFolderError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.ShareFolderError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.SharePathError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.TransferFolderError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.UnmountFolderError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.UnshareFileError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.UnshareFolderError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.CustomQuotaResult
Catch-all used for unknown tag values returned by the Dropbox servers.
other - Variable in class com.dropbox.core.v2.team.DevicesActive
 
OTHER - Static variable in class com.dropbox.core.v2.team.FeatureValue
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.GroupMembersAddError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.GroupMembersRemoveError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.TeamFolderActivateError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.TeamFolderArchiveError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.TeamFolderRenameError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.team.UploadApiRateLimitValue
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.ActorLogInfo
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.AssetLogInfo
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.ContextLogInfo
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.EventDetails
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.users.GetAccountBatchError
Catch-all used for unknown tag values returned by the Dropbox servers.
OTHER - Static variable in class com.dropbox.core.v2.users.SpaceAllocation
Catch-all used for unknown tag values returned by the Dropbox servers.
OutputStreamCopier(OutputStream) - Constructor for class com.dropbox.core.DbxStreamReader.OutputStreamCopier
 
OVERWRITE - Static variable in class com.dropbox.core.v2.files.WriteMode
Always overwrite the existing file.
OverwritePropertyGroupArg - Class in com.dropbox.core.v2.fileproperties
 
OverwritePropertyGroupArg(String, List<PropertyGroup>) - Constructor for class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
 
OverwritePropertyGroupArg.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
owner - Variable in exception com.dropbox.core.NoThrowOutputStream.HiddenException
 
owner - Variable in class com.dropbox.core.v2.paper.PaperDocExportResult
 
OWNER_NOT_ON_TEAM - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
The content owner needs to be on a Dropbox team to perform this action.
ownerDisplayNames - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
ownerDisplayNames - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
ownerDisplayNames - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
ownerDisplayNames - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
ownerTeam - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
ownerTeam - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
ownerTeam - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
ownerTeam - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 

P

paper() - Method in class com.dropbox.core.v2.DbxClientV2Base
Returns client for issuing requests in the "paper" namespace.
paperAccessDenied(PaperAccessError) - Static method in class com.dropbox.core.v2.auth.AccessError
Returns an instance of AccessError that has its tag set to AccessError.Tag.PAPER_ACCESS_DENIED.
PaperAccessError - Enum in com.dropbox.core.v2.auth
 
PaperAccessError.Serializer - Class in com.dropbox.core.v2.auth
For internal use only.
PaperAccessType - Enum in com.dropbox.core.v2.teamlog
 
paperAdminExportStartDetails(PaperAdminExportStartDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_ADMIN_EXPORT_START_DETAILS.
PaperAdminExportStartDetails - Class in com.dropbox.core.v2.teamlog
Exported all Paper documents in the team.
PaperAdminExportStartDetails() - Constructor for class com.dropbox.core.v2.teamlog.PaperAdminExportStartDetails
Exported all Paper documents in the team.
PaperApiCursorError - Enum in com.dropbox.core.v2.paper
 
paperChangeDeploymentPolicyDetails(PaperChangeDeploymentPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CHANGE_DEPLOYMENT_POLICY_DETAILS.
PaperChangeDeploymentPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether Dropbox Paper, when enabled, is deployed to all teams or to specific members of the team.
PaperChangeDeploymentPolicyDetails(PaperDeploymentPolicy, PaperDeploymentPolicy) - Constructor for class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
Changed whether Dropbox Paper, when enabled, is deployed to all teams or to specific members of the team.
PaperChangeDeploymentPolicyDetails(PaperDeploymentPolicy) - Constructor for class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
Changed whether Dropbox Paper, when enabled, is deployed to all teams or to specific members of the team.
paperChangeMemberLinkPolicyDetails(PaperChangeMemberLinkPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CHANGE_MEMBER_LINK_POLICY_DETAILS.
PaperChangeMemberLinkPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether non team members can view Paper documents using a link.
PaperChangeMemberLinkPolicyDetails(PaperMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails
Changed whether non team members can view Paper documents using a link.
paperChangeMemberPolicyDetails(PaperChangeMemberPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CHANGE_MEMBER_POLICY_DETAILS.
PaperChangeMemberPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether team members can share Paper documents externally (i.e.
PaperChangeMemberPolicyDetails(PaperMemberPolicy, PaperMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
Changed whether team members can share Paper documents externally (i.e.
PaperChangeMemberPolicyDetails(PaperMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
Changed whether team members can share Paper documents externally (i.e.
paperChangePolicyDetails(PaperChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CHANGE_POLICY_DETAILS.
PaperChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled Dropbox Paper for the team.
PaperChangePolicyDetails(PaperEnabledPolicy, PaperEnabledPolicy) - Constructor for class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
Enabled or disabled Dropbox Paper for the team.
PaperChangePolicyDetails(PaperEnabledPolicy) - Constructor for class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
Enabled or disabled Dropbox Paper for the team.
paperContentAddMemberDetails(PaperContentAddMemberDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_ADD_MEMBER_DETAILS.
PaperContentAddMemberDetails - Class in com.dropbox.core.v2.teamlog
Added users to the membership of a Paper doc or folder.
PaperContentAddMemberDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails
Added users to the membership of a Paper doc or folder.
paperContentAddToFolderDetails(PaperContentAddToFolderDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_ADD_TO_FOLDER_DETAILS.
PaperContentAddToFolderDetails - Class in com.dropbox.core.v2.teamlog
Added Paper doc or folder to a folder.
PaperContentAddToFolderDetails(String, long, long) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
Added Paper doc or folder to a folder.
paperContentArchiveDetails(PaperContentArchiveDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_ARCHIVE_DETAILS.
PaperContentArchiveDetails - Class in com.dropbox.core.v2.teamlog
Archived Paper doc or folder.
PaperContentArchiveDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentArchiveDetails
Archived Paper doc or folder.
paperContentCreateDetails(PaperContentCreateDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_CREATE_DETAILS.
PaperContentCreateDetails - Class in com.dropbox.core.v2.teamlog
Created a Paper doc or folder.
PaperContentCreateDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentCreateDetails
Created a Paper doc or folder.
paperContentPermanentlyDeleteDetails(PaperContentPermanentlyDeleteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_PERMANENTLY_DELETE_DETAILS.
PaperContentPermanentlyDeleteDetails - Class in com.dropbox.core.v2.teamlog
Permanently deleted a Paper doc or folder.
PaperContentPermanentlyDeleteDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails
Permanently deleted a Paper doc or folder.
paperContentRemoveFromFolderDetails(PaperContentRemoveFromFolderDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_REMOVE_FROM_FOLDER_DETAILS.
PaperContentRemoveFromFolderDetails - Class in com.dropbox.core.v2.teamlog
Removed Paper doc or folder from a folder.
PaperContentRemoveFromFolderDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
Removed Paper doc or folder from a folder.
paperContentRemoveMemberDetails(PaperContentRemoveMemberDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_REMOVE_MEMBER_DETAILS.
PaperContentRemoveMemberDetails - Class in com.dropbox.core.v2.teamlog
Removed a user from the membership of a Paper doc or folder.
PaperContentRemoveMemberDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails
Removed a user from the membership of a Paper doc or folder.
paperContentRenameDetails(PaperContentRenameDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_RENAME_DETAILS.
PaperContentRenameDetails - Class in com.dropbox.core.v2.teamlog
Renamed Paper doc or folder.
PaperContentRenameDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentRenameDetails
Renamed Paper doc or folder.
paperContentRestoreDetails(PaperContentRestoreDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_CONTENT_RESTORE_DETAILS.
PaperContentRestoreDetails - Class in com.dropbox.core.v2.teamlog
Restored an archived Paper doc or folder.
PaperContentRestoreDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperContentRestoreDetails
Restored an archived Paper doc or folder.
PaperDeploymentPolicy - Enum in com.dropbox.core.v2.teampolicies
 
PaperDeploymentPolicy.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
paperDocAddCommentDetails(PaperDocAddCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_ADD_COMMENT_DETAILS.
PaperDocAddCommentDetails - Class in com.dropbox.core.v2.teamlog
Added a Paper doc comment.
PaperDocAddCommentDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
Added a Paper doc comment.
PaperDocAddCommentDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
Added a Paper doc comment.
paperDocChangeMemberRoleDetails(PaperDocChangeMemberRoleDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_CHANGE_MEMBER_ROLE_DETAILS.
PaperDocChangeMemberRoleDetails - Class in com.dropbox.core.v2.teamlog
Changed the access type of a Paper doc member.
PaperDocChangeMemberRoleDetails(String, PaperAccessType) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
Changed the access type of a Paper doc member.
paperDocChangeSharingPolicyDetails(PaperDocChangeSharingPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_CHANGE_SHARING_POLICY_DETAILS.
PaperDocChangeSharingPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed the sharing policy for Paper doc.
PaperDocChangeSharingPolicyDetails(String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
Changed the sharing policy for Paper doc.
PaperDocChangeSharingPolicyDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
Changed the sharing policy for Paper doc.
PaperDocChangeSharingPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
paperDocChangeSubscriptionDetails(PaperDocChangeSubscriptionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_CHANGE_SUBSCRIPTION_DETAILS.
PaperDocChangeSubscriptionDetails - Class in com.dropbox.core.v2.teamlog
Followed or unfollowed a Paper doc.
PaperDocChangeSubscriptionDetails(String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
Followed or unfollowed a Paper doc.
PaperDocChangeSubscriptionDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
Followed or unfollowed a Paper doc.
PaperDocCreateError - Enum in com.dropbox.core.v2.paper
 
PaperDocCreateErrorException - Exception in com.dropbox.core.v2.paper
Exception thrown when the server responds with a PaperDocCreateError error.
PaperDocCreateErrorException(String, String, LocalizedText, PaperDocCreateError) - Constructor for exception com.dropbox.core.v2.paper.PaperDocCreateErrorException
 
PaperDocCreateUpdateResult - Class in com.dropbox.core.v2.paper
 
PaperDocCreateUpdateResult(String, long, String) - Constructor for class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
 
paperDocDeleteCommentDetails(PaperDocDeleteCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_DELETE_COMMENT_DETAILS.
PaperDocDeleteCommentDetails - Class in com.dropbox.core.v2.teamlog
Deleted a Paper doc comment.
PaperDocDeleteCommentDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
Deleted a Paper doc comment.
PaperDocDeleteCommentDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
Deleted a Paper doc comment.
paperDocDeletedDetails(PaperDocDeletedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_DELETED_DETAILS.
PaperDocDeletedDetails - Class in com.dropbox.core.v2.teamlog
Paper doc archived.
PaperDocDeletedDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocDeletedDetails
Paper doc archived.
paperDocDownloadDetails(PaperDocDownloadDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_DOWNLOAD_DETAILS.
PaperDocDownloadDetails - Class in com.dropbox.core.v2.teamlog
Downloaded a Paper doc in a particular output format.
PaperDocDownloadDetails(String, PaperDownloadFormat) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
Downloaded a Paper doc in a particular output format.
paperDocEditCommentDetails(PaperDocEditCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_EDIT_COMMENT_DETAILS.
PaperDocEditCommentDetails - Class in com.dropbox.core.v2.teamlog
Edited a Paper doc comment.
PaperDocEditCommentDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
Edited a Paper doc comment.
PaperDocEditCommentDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
Edited a Paper doc comment.
paperDocEditDetails(PaperDocEditDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_EDIT_DETAILS.
PaperDocEditDetails - Class in com.dropbox.core.v2.teamlog
Edited a Paper doc.
PaperDocEditDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocEditDetails
Edited a Paper doc.
PaperDocExportResult - Class in com.dropbox.core.v2.paper
 
PaperDocExportResult(String, String, long, String) - Constructor for class com.dropbox.core.v2.paper.PaperDocExportResult
 
paperDocFollowedDetails(PaperDocFollowedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_FOLLOWED_DETAILS.
PaperDocFollowedDetails - Class in com.dropbox.core.v2.teamlog
Followed a Paper doc.
PaperDocFollowedDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocFollowedDetails
Followed a Paper doc.
paperDocMentionDetails(PaperDocMentionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_MENTION_DETAILS.
PaperDocMentionDetails - Class in com.dropbox.core.v2.teamlog
Mentioned a member in a Paper doc.
PaperDocMentionDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocMentionDetails
Mentioned a member in a Paper doc.
PaperDocPermissionLevel - Enum in com.dropbox.core.v2.paper
 
paperDocRequestAccessDetails(PaperDocRequestAccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_REQUEST_ACCESS_DETAILS.
PaperDocRequestAccessDetails - Class in com.dropbox.core.v2.teamlog
Requested to be a member on a Paper doc.
PaperDocRequestAccessDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails
Requested to be a member on a Paper doc.
paperDocResolveCommentDetails(PaperDocResolveCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_RESOLVE_COMMENT_DETAILS.
PaperDocResolveCommentDetails - Class in com.dropbox.core.v2.teamlog
Paper doc comment resolved.
PaperDocResolveCommentDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
Paper doc comment resolved.
PaperDocResolveCommentDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
Paper doc comment resolved.
paperDocRevertDetails(PaperDocRevertDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_REVERT_DETAILS.
PaperDocRevertDetails - Class in com.dropbox.core.v2.teamlog
Restored a Paper doc to previous revision.
PaperDocRevertDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocRevertDetails
Restored a Paper doc to previous revision.
paperDocSlackShareDetails(PaperDocSlackShareDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_SLACK_SHARE_DETAILS.
PaperDocSlackShareDetails - Class in com.dropbox.core.v2.teamlog
Paper doc link shared via slack.
PaperDocSlackShareDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails
Paper doc link shared via slack.
paperDocTeamInviteDetails(PaperDocTeamInviteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_TEAM_INVITE_DETAILS.
PaperDocTeamInviteDetails - Class in com.dropbox.core.v2.teamlog
Paper doc shared with team member.
PaperDocTeamInviteDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails
Paper doc shared with team member.
paperDocTrashedDetails(PaperDocTrashedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_TRASHED_DETAILS.
PaperDocTrashedDetails - Class in com.dropbox.core.v2.teamlog
Paper doc trashed.
PaperDocTrashedDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocTrashedDetails
Paper doc trashed.
paperDocument(PaperDocumentLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns an instance of AssetLogInfo that has its tag set to AssetLogInfo.Tag.PAPER_DOCUMENT.
PaperDocumentLogInfo - Class in com.dropbox.core.v2.teamlog
Paper document's logged information.
PaperDocumentLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
Paper document's logged information.
paperDocUnresolveCommentDetails(PaperDocUnresolveCommentDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_UNRESOLVE_COMMENT_DETAILS.
PaperDocUnresolveCommentDetails - Class in com.dropbox.core.v2.teamlog
Unresolved a Paper doc comment.
PaperDocUnresolveCommentDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
Unresolved a Paper doc comment.
PaperDocUnresolveCommentDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
Unresolved a Paper doc comment.
paperDocUntrashedDetails(PaperDocUntrashedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_UNTRASHED_DETAILS.
PaperDocUntrashedDetails - Class in com.dropbox.core.v2.teamlog
Paper doc untrashed.
PaperDocUntrashedDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails
Paper doc untrashed.
PaperDocUpdateError - Enum in com.dropbox.core.v2.paper
 
PaperDocUpdateErrorException - Exception in com.dropbox.core.v2.paper
Exception thrown when the server responds with a PaperDocUpdateError error.
PaperDocUpdateErrorException(String, String, LocalizedText, PaperDocUpdateError) - Constructor for exception com.dropbox.core.v2.paper.PaperDocUpdateErrorException
 
PaperDocUpdatePolicy - Enum in com.dropbox.core.v2.paper
 
paperDocViewDetails(PaperDocViewDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_DOC_VIEW_DETAILS.
PaperDocViewDetails - Class in com.dropbox.core.v2.teamlog
Viewed Paper doc.
PaperDocViewDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperDocViewDetails
Viewed Paper doc.
PaperDownloadFormat - Enum in com.dropbox.core.v2.teamlog
 
PaperEnabledPolicy - Enum in com.dropbox.core.v2.teampolicies
 
PaperEnabledPolicy.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
paperEnabledUsersGroupAdditionDetails(PaperEnabledUsersGroupAdditionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_ADDITION_DETAILS.
PaperEnabledUsersGroupAdditionDetails - Class in com.dropbox.core.v2.teamlog
Users added to Paper enabled users list.
PaperEnabledUsersGroupAdditionDetails() - Constructor for class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionDetails
Users added to Paper enabled users list.
paperEnabledUsersGroupRemovalDetails(PaperEnabledUsersGroupRemovalDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_ENABLED_USERS_GROUP_REMOVAL_DETAILS.
PaperEnabledUsersGroupRemovalDetails - Class in com.dropbox.core.v2.teamlog
Users removed from Paper enabled users list.
PaperEnabledUsersGroupRemovalDetails() - Constructor for class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalDetails
Users removed from Paper enabled users list.
paperExternalViewAllowDetails(PaperExternalViewAllowDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_EXTERNAL_VIEW_ALLOW_DETAILS.
PaperExternalViewAllowDetails - Class in com.dropbox.core.v2.teamlog
Paper external sharing policy changed: anyone.
PaperExternalViewAllowDetails() - Constructor for class com.dropbox.core.v2.teamlog.PaperExternalViewAllowDetails
Paper external sharing policy changed: anyone.
paperExternalViewDefaultTeamDetails(PaperExternalViewDefaultTeamDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_EXTERNAL_VIEW_DEFAULT_TEAM_DETAILS.
PaperExternalViewDefaultTeamDetails - Class in com.dropbox.core.v2.teamlog
Paper external sharing policy changed: default team.
PaperExternalViewDefaultTeamDetails() - Constructor for class com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamDetails
Paper external sharing policy changed: default team.
paperExternalViewForbidDetails(PaperExternalViewForbidDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_EXTERNAL_VIEW_FORBID_DETAILS.
PaperExternalViewForbidDetails - Class in com.dropbox.core.v2.teamlog
Paper external sharing policy changed: team-only.
PaperExternalViewForbidDetails() - Constructor for class com.dropbox.core.v2.teamlog.PaperExternalViewForbidDetails
Paper external sharing policy changed: team-only.
paperFolder(PaperFolderLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns an instance of AssetLogInfo that has its tag set to AssetLogInfo.Tag.PAPER_FOLDER.
paperFolderChangeSubscriptionDetails(PaperFolderChangeSubscriptionDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_FOLDER_CHANGE_SUBSCRIPTION_DETAILS.
PaperFolderChangeSubscriptionDetails - Class in com.dropbox.core.v2.teamlog
Followed or unfollowed a Paper folder.
PaperFolderChangeSubscriptionDetails(String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
Followed or unfollowed a Paper folder.
PaperFolderChangeSubscriptionDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
Followed or unfollowed a Paper folder.
paperFolderDeletedDetails(PaperFolderDeletedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_FOLDER_DELETED_DETAILS.
PaperFolderDeletedDetails - Class in com.dropbox.core.v2.teamlog
Paper folder archived.
PaperFolderDeletedDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails
Paper folder archived.
paperFolderFollowedDetails(PaperFolderFollowedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_FOLDER_FOLLOWED_DETAILS.
PaperFolderFollowedDetails - Class in com.dropbox.core.v2.teamlog
Followed a Paper folder.
PaperFolderFollowedDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails
Followed a Paper folder.
PaperFolderLogInfo - Class in com.dropbox.core.v2.teamlog
Paper folder's logged information.
PaperFolderLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
Paper folder's logged information.
paperFolderTeamInviteDetails(PaperFolderTeamInviteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PAPER_FOLDER_TEAM_INVITE_DETAILS.
PaperFolderTeamInviteDetails - Class in com.dropbox.core.v2.teamlog
Paper folder shared with team member.
PaperFolderTeamInviteDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails
Paper folder shared with team member.
PaperMemberPolicy - Enum in com.dropbox.core.v2.teamlog
Policy for controlling if team members can share Paper documents externally.
parentAssetIndex - Variable in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
 
ParentFolderAccessInfo - Class in com.dropbox.core.v2.sharing
Contains information about a parent folder that a member has access to.
ParentFolderAccessInfo(String, String, List<MemberPermission>, String) - Constructor for class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
Contains information about a parent folder that a member has access to.
parentNsId - Variable in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.files.FileSharingInfo
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.files.FolderSharingInfo
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.files.Metadata.Builder
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.files.Metadata
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
parentSharedFolderId - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
parseDropbox8601Date(char[], int, int) - Static method in class com.dropbox.core.json.JsonDateReader
 
parseDropboxDate(char[], int, int) - Static method in class com.dropbox.core.json.JsonDateReader
 
parseErrorBody(String, int, byte[]) - Static method in class com.dropbox.core.DbxRequestUtil
 
partialEquals(DbxEntry) - Method in class com.dropbox.core.v1.DbxEntry
 
partialHashCode() - Method in class com.dropbox.core.v1.DbxEntry
 
ParticipantLogInfo - Class in com.dropbox.core.v2.teamlog
A user or group
ParticipantLogInfo.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for ParticipantLogInfo.
participants - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
participants - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
password - Variable in class com.dropbox.core.v2.files.SharedLink
 
password - Variable in class com.dropbox.core.v2.sharing.LinkSettings.Builder
 
password - Variable in class com.dropbox.core.v2.sharing.LinkSettings
 
passwordChangeDetails(PasswordChangeDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PASSWORD_CHANGE_DETAILS.
PasswordChangeDetails - Class in com.dropbox.core.v2.teamlog
Changed password.
PasswordChangeDetails() - Constructor for class com.dropbox.core.v2.teamlog.PasswordChangeDetails
Changed password.
passwordLoginFailDetails(PasswordLoginFailDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PASSWORD_LOGIN_FAIL_DETAILS.
PasswordLoginFailDetails - Class in com.dropbox.core.v2.teamlog
Failed to sign in using a password.
PasswordLoginFailDetails(FailureDetailsLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.PasswordLoginFailDetails
Failed to sign in using a password.
passwordLoginSuccessDetails(PasswordLoginSuccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PASSWORD_LOGIN_SUCCESS_DETAILS.
PasswordLoginSuccessDetails - Class in com.dropbox.core.v2.teamlog
Signed in using a password.
PasswordLoginSuccessDetails() - Constructor for class com.dropbox.core.v2.teamlog.PasswordLoginSuccessDetails
Signed in using a password.
passwordProtected - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
 
passwordProtected - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
passwordResetAllDetails(PasswordResetAllDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PASSWORD_RESET_ALL_DETAILS.
PasswordResetAllDetails - Class in com.dropbox.core.v2.teamlog
Reset all team member passwords.
PasswordResetAllDetails() - Constructor for class com.dropbox.core.v2.teamlog.PasswordResetAllDetails
Reset all team member passwords.
passwordResetDetails(PasswordResetDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PASSWORD_RESET_DETAILS.
PasswordResetDetails - Class in com.dropbox.core.v2.teamlog
Reset password.
PasswordResetDetails() - Constructor for class com.dropbox.core.v2.teamlog.PasswordResetDetails
Reset password.
path - Variable in class com.dropbox.core.v1.DbxEntry
The path to the file or folder, relative to your application's root.
path - Variable in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
 
path(LookupError) - Static method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns an instance of AddPropertiesError that has its tag set to AddPropertiesError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns an instance of InvalidPropertyGroupError that has its tag set to InvalidPropertyGroupError.Tag.PATH.
path - Variable in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
 
path - Variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
 
path - Variable in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
 
path(LookupError) - Static method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns an instance of RemovePropertiesError that has its tag set to RemovePropertiesError.Tag.PATH.
path - Variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
 
path(LookupError) - Static method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns an instance of UpdatePropertiesError that has its tag set to UpdatePropertiesError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.AlphaGetMetadataError
Returns an instance of AlphaGetMetadataError that has its tag set to AlphaGetMetadataError.Tag.PATH.
path - Variable in class com.dropbox.core.v2.files.CommitInfo.Builder
 
path - Variable in class com.dropbox.core.v2.files.CommitInfo
 
path(WriteError) - Static method in class com.dropbox.core.v2.files.CreateFolderError
Returns an instance of CreateFolderError that has its tag set to CreateFolderError.Tag.PATH.
path - Variable in class com.dropbox.core.v2.files.DeleteArg
 
path(LookupError) - Static method in class com.dropbox.core.v2.files.DownloadError
Returns an instance of DownloadError that has its tag set to DownloadError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.GetCopyReferenceError
Returns an instance of GetCopyReferenceError that has its tag set to GetCopyReferenceError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.GetMetadataError
Returns an instance of GetMetadataError that has its tag set to GetMetadataError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.GetTemporaryLinkError
Returns an instance of GetTemporaryLinkError that has its tag set to GetTemporaryLinkError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.ListFolderContinueError
Returns an instance of ListFolderContinueError that has its tag set to ListFolderContinueError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.ListFolderError
Returns an instance of ListFolderError that has its tag set to ListFolderError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.ListRevisionsError
Returns an instance of ListRevisionsError that has its tag set to ListRevisionsError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.PreviewError
Returns an instance of PreviewError that has its tag set to PreviewError.Tag.PATH.
path(WriteError) - Static method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns an instance of SaveCopyReferenceError that has its tag set to SaveCopyReferenceError.Tag.PATH.
path(WriteError) - Static method in class com.dropbox.core.v2.files.SaveUrlError
Returns an instance of SaveUrlError that has its tag set to SaveUrlError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.files.SearchError
Returns an instance of SearchError that has its tag set to SearchError.Tag.PATH.
path - Variable in class com.dropbox.core.v2.files.ThumbnailArg.Builder
 
path - Variable in class com.dropbox.core.v2.files.ThumbnailArg
 
path(LookupError) - Static method in class com.dropbox.core.v2.files.ThumbnailError
Returns an instance of ThumbnailError that has its tag set to ThumbnailError.Tag.PATH.
path(UploadWriteFailed) - Static method in class com.dropbox.core.v2.files.UploadError
Returns an instance of UploadError that has its tag set to UploadError.Tag.PATH.
path(UploadWriteFailed) - Static method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Returns an instance of UploadErrorWithProperties that has its tag set to UploadErrorWithProperties.Tag.PATH.
path(WriteError) - Static method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns an instance of UploadSessionFinishError that has its tag set to UploadSessionFinishError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
Returns an instance of CreateSharedLinkError that has its tag set to CreateSharedLinkError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns an instance of CreateSharedLinkWithSettingsError that has its tag set to CreateSharedLinkWithSettingsError.Tag.PATH.
path(String) - Static method in class com.dropbox.core.v2.sharing.GetSharedLinksError
Returns an instance of GetSharedLinksError that has its tag set to GetSharedLinksError.Tag.PATH.
path() - Static method in class com.dropbox.core.v2.sharing.GetSharedLinksError
Returns an instance of GetSharedLinksError that has its tag set to GetSharedLinksError.Tag.PATH.
path(LookupError) - Static method in class com.dropbox.core.v2.sharing.ListSharedLinksError
Returns an instance of ListSharedLinksError that has its tag set to ListSharedLinksError.Tag.PATH.
path - Variable in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
 
path - Variable in class com.dropbox.core.v2.sharing.PathLinkMetadata
 
path - Variable in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder
 
path - Variable in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
 
pathDisplay - Variable in class com.dropbox.core.v2.files.Metadata.Builder
 
pathDisplay - Variable in class com.dropbox.core.v2.files.Metadata
 
pathDisplay - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
pathDisplay - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
PathLinkMetadata - Class in com.dropbox.core.v2.sharing
Metadata for a path-based shared link.
PathLinkMetadata(String, Visibility, String, Date) - Constructor for class com.dropbox.core.v2.sharing.PathLinkMetadata
Metadata for a path-based shared link.
PathLinkMetadata(String, Visibility, String) - Constructor for class com.dropbox.core.v2.sharing.PathLinkMetadata
Metadata for a path-based shared link.
PathLogInfo - Class in com.dropbox.core.v2.teamlog
Path's details.
PathLogInfo(NamespaceRelativePathLogInfo, String) - Constructor for class com.dropbox.core.v2.teamlog.PathLogInfo
Path's details.
PathLogInfo(NamespaceRelativePathLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.PathLogInfo
Path's details.
pathLookup(LookupError) - Static method in class com.dropbox.core.v2.files.DeleteError
Returns an instance of DeleteError that has its tag set to DeleteError.Tag.PATH_LOOKUP.
pathLookup(LookupError) - Static method in class com.dropbox.core.v2.files.RestoreError
Returns an instance of RestoreError that has its tag set to RestoreError.Tag.PATH_LOOKUP.
pathLower - Variable in class com.dropbox.core.v2.files.Metadata.Builder
 
pathLower - Variable in class com.dropbox.core.v2.files.Metadata
 
pathLower - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
pathLower - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
pathLower - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
 
pathLower - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
pathLower - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
pathLower - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
PathPart(String, JsonReadException.PathPart) - Constructor for class com.dropbox.core.json.JsonReadException.PathPart
 
pathRoot - Variable in class com.dropbox.core.v2.common.InvalidPathRootError
 
PathRootError - Class in com.dropbox.core.v2.common
This class is an open tagged union.
PathRootError.Serializer - Class in com.dropbox.core.v2.common
For internal use only.
PathRootError.Tag - Enum in com.dropbox.core.v2.common
Discriminating tag type for PathRootError.
PathRootErrorException - Exception in com.dropbox.core
Gets thrown when an invalid path rood is supplied.
PathRootErrorException(String, String, PathRootError) - Constructor for exception com.dropbox.core.PathRootErrorException
 
pathWrite(WriteError) - Static method in class com.dropbox.core.v2.files.DeleteError
Returns an instance of DeleteError that has its tag set to DeleteError.Tag.PATH_WRITE.
pathWrite(WriteError) - Static method in class com.dropbox.core.v2.files.RestoreError
Returns an instance of RestoreError that has its tag set to RestoreError.Tag.PATH_WRITE.
PENDING - Static variable in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
PENDING - Static variable in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
The singleton value used when the Dropbox server returns "pending" for
PENDING - Static variable in class com.dropbox.core.v2.files.MediaInfo
Indicate the photo/video is still under processing and metadata is not available yet.
pendingInvites - Variable in class com.dropbox.core.v2.team.GetMembershipReport
 
PendingUploadMode - Enum in com.dropbox.core.v2.sharing
Flag to indicate pending upload default (for linking to not-yet-existing paths).
permanentDeleteChangePolicyDetails(PermanentDeleteChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.PERMANENT_DELETE_CHANGE_POLICY_DETAILS.
PermanentDeleteChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled the ability of team members to permanently delete content.
PermanentDeleteChangePolicyDetails(ContentPermanentDeletePolicy, ContentPermanentDeletePolicy) - Constructor for class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
Enabled or disabled the ability of team members to permanently delete content.
PermanentDeleteChangePolicyDetails(ContentPermanentDeletePolicy) - Constructor for class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
Enabled or disabled the ability of team members to permanently delete content.
permanentlyDelete(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Permanently delete the file or folder at a given path (see https://www.dropbox.com/en/help/40).
PERMISSION_DENIED - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
The user does not have permission to perform this action on the link.
PermissionDeniedReason - Class in com.dropbox.core.v2.sharing
Possible reasons the user is denied a permission.
PermissionDeniedReason.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for PermissionDeniedReason.
permissionLevel - Variable in class com.dropbox.core.v2.paper.AddMember
 
permissionLevel - Variable in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
 
permissionLevel - Variable in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
 
permissions - Variable in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
 
permissions - Variable in class com.dropbox.core.v2.sharing.MembershipInfo
 
permissions - Variable in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
 
permissions - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
permissions - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
permissions - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
permissions - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
persistentId - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
persistentId - Variable in class com.dropbox.core.v2.team.MemberProfile
 
persistentIdDisabled(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.PERSISTENT_ID_DISABLED.
photoInfo - Variable in class com.dropbox.core.v1.DbxEntry.File
If this file is a photo, this may contain additional photo-related information.
PhotoInfo(Date, DbxEntry.File.Location) - Constructor for class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
PhotoMetadata - Class in com.dropbox.core.v2.files
Metadata for a photo.
PhotoMetadata(Dimensions, GpsCoordinates, Date) - Constructor for class com.dropbox.core.v2.files.PhotoMetadata
Metadata for a photo.
PhotoMetadata() - Constructor for class com.dropbox.core.v2.files.PhotoMetadata
Metadata for a photo.
PhotoMetadata.Builder - Class in com.dropbox.core.v2.files
Builder for PhotoMetadata.
placementRestriction - Variable in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
 
PlacementRestriction - Enum in com.dropbox.core.v2.teamlog
 
Plain(StringBuilder) - Constructor for class com.dropbox.core.util.DumpWriter.Plain
 
platform - Variable in class com.dropbox.core.v2.team.DesktopClientSession.Builder
 
platform - Variable in class com.dropbox.core.v2.team.DesktopClientSession
 
platform - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
 
platform - Variable in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
PNG - Static variable in class com.dropbox.core.v1.DbxThumbnailFormat
PNG format, preferred over JPEG for non-photographic images, such as screenshots and digital art.
policies - Variable in class com.dropbox.core.v2.team.TeamGetInfoResult
 
policy - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
policy - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
policy - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
policy - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
PollArg - Class in com.dropbox.core.v2.async
Arguments for methods that poll the status of an asynchronous job.
PollArg(String) - Constructor for class com.dropbox.core.v2.async.PollArg
Arguments for methods that poll the status of an asynchronous job.
PollArg.Serializer - Class in com.dropbox.core.v2.async
For internal use only.
PollEmptyResult - Enum in com.dropbox.core.v2.async
Result returned by methods that poll for the status of an asynchronous job.
PollEmptyResult.Serializer - Class in com.dropbox.core.v2.async
For internal use only.
PollError - Enum in com.dropbox.core.v2.async
Error returned by methods for polling the status of asynchronous job.
PollError.Serializer - Class in com.dropbox.core.v2.async
For internal use only.
PollErrorException - Exception in com.dropbox.core.v2.async
Exception thrown when the server responds with a PollError error.
PollErrorException(String, String, LocalizedText, PollError) - Constructor for exception com.dropbox.core.v2.async.PollErrorException
 
PreviewError - Class in com.dropbox.core.v2.files
This class is a tagged union.
PreviewError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for PreviewError.
PreviewErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a PreviewError error.
PreviewErrorException(String, String, LocalizedText, PreviewError) - Constructor for exception com.dropbox.core.v2.files.PreviewErrorException
 
previewUrl - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
previewUrl - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
previewUrl - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
previewUrl - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
previousCertificateDetails - Variable in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
 
previousSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
 
previousSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
 
previousSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
 
previousSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
 
previousSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
 
previousSharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
previousSubscriptionLevel - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
 
previousSubscriptionLevel - Variable in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.GroupRenameDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder
 
previousValue - Variable in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
 
prevParentNsId - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
 
prevParentNsId - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails
 
prevValue - Variable in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
 
profile - Variable in class com.dropbox.core.v2.team.GroupMemberInfo
 
profile - Variable in class com.dropbox.core.v2.team.TeamMemberInfo
 
profilePhotoUrl - Variable in class com.dropbox.core.v2.users.Account
 
profilePhotoUrl - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
profilePhotoUrl - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
propertiesAdd(String, List<PropertyGroup>) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Add property groups to a Dropbox file.
propertiesAdd(String, List<PropertyGroup>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Deprecated. 
propertiesError(LookUpPropertiesError) - Static method in class com.dropbox.core.v2.files.AlphaGetMetadataError
Returns an instance of AlphaGetMetadataError that has its tag set to AlphaGetMetadataError.Tag.PROPERTIES_ERROR.
propertiesError(InvalidPropertyGroupError) - Static method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Returns an instance of UploadErrorWithProperties that has its tag set to UploadErrorWithProperties.Tag.PROPERTIES_ERROR.
propertiesOverwrite(String, List<PropertyGroup>) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Overwrite property groups associated with a file.
propertiesOverwrite(String, List<PropertyGroup>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Deprecated. 
propertiesRemove(String, List<String>) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Remove the specified property group from the file.
propertiesRemove(String, List<String>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Deprecated. 
propertiesSearch(List<PropertiesSearchQuery>) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Search across property templates for particular property field values.
propertiesSearch(List<PropertiesSearchQuery>, TemplateFilter) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Search across property templates for particular property field values.
PropertiesSearchError - Class in com.dropbox.core.v2.fileproperties
This class is an open tagged union.
PropertiesSearchError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for PropertiesSearchError.
PropertiesSearchErrorException - Exception in com.dropbox.core.v2.fileproperties
Exception thrown when the server responds with a PropertiesSearchError error.
PropertiesSearchErrorException(String, String, LocalizedText, PropertiesSearchError) - Constructor for exception com.dropbox.core.v2.fileproperties.PropertiesSearchErrorException
 
PropertiesSearchMatch - Class in com.dropbox.core.v2.fileproperties
 
PropertiesSearchMatch(String, String, List<PropertyGroup>) - Constructor for class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
 
PropertiesSearchMode - Class in com.dropbox.core.v2.fileproperties
This class is an open tagged union.
PropertiesSearchMode.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for PropertiesSearchMode.
PropertiesSearchQuery - Class in com.dropbox.core.v2.fileproperties
 
PropertiesSearchQuery(String, PropertiesSearchMode, LogicalOperator) - Constructor for class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
 
PropertiesSearchQuery(String, PropertiesSearchMode) - Constructor for class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
None
PropertiesSearchResult - Class in com.dropbox.core.v2.fileproperties
 
PropertiesSearchResult(List<PropertiesSearchMatch>) - Constructor for class com.dropbox.core.v2.fileproperties.PropertiesSearchResult
 
propertiesTemplateAdd(String, String, List<PropertyFieldTemplate>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Deprecated. 
propertiesTemplateGet(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Deprecated. 
propertiesTemplateGet(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Deprecated. 
propertiesTemplateList() - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Deprecated. 
propertiesTemplateList() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Deprecated. 
propertiesTemplateUpdate(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Deprecated. 
propertiesTemplateUpdateBuilder(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Deprecated. 
PropertiesTemplateUpdateBuilder - Class in com.dropbox.core.v2.team
propertiesUpdate(String, List<PropertyGroupUpdate>) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Add, update or remove properties associated with the supplied file and templates.
propertiesUpdate(String, List<PropertyGroupUpdate>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Deprecated. 
PROPERTY_FIELD_TOO_LARGE - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesError
One or more of the supplied property field values is too large.
PROPERTY_FIELD_TOO_LARGE - Static variable in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
One or more of the supplied property field values is too large.
PROPERTY_FIELD_TOO_LARGE - Static variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
One or more of the supplied property field values is too large.
PROPERTY_GROUP_ALREADY_EXISTS - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesError
A property group associated with this template and file already exists.
PropertyField - Class in com.dropbox.core.v2.fileproperties
Raw key/value data to be associated with a Dropbox file.
PropertyField(String, String) - Constructor for class com.dropbox.core.v2.fileproperties.PropertyField
Raw key/value data to be associated with a Dropbox file.
PropertyFieldTemplate - Class in com.dropbox.core.v2.fileproperties
Defines how a single property field may be structured.
PropertyFieldTemplate(String, String, PropertyType) - Constructor for class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
Defines how a single property field may be structured.
PropertyGroup - Class in com.dropbox.core.v2.fileproperties
A subset of the property fields described by the corresponding PropertyGroupTemplate.
PropertyGroup(String, List<PropertyField>) - Constructor for class com.dropbox.core.v2.fileproperties.PropertyGroup
A subset of the property fields described by the corresponding PropertyGroupTemplate.
PropertyGroup.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
propertyGroupLookup(LookUpPropertiesError) - Static method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
Returns an instance of PropertiesSearchError that has its tag set to PropertiesSearchError.Tag.PROPERTY_GROUP_LOOKUP.
propertyGroupLookup(LookUpPropertiesError) - Static method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns an instance of RemovePropertiesError that has its tag set to RemovePropertiesError.Tag.PROPERTY_GROUP_LOOKUP.
propertyGroupLookup(LookUpPropertiesError) - Static method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns an instance of UpdatePropertiesError that has its tag set to UpdatePropertiesError.Tag.PROPERTY_GROUP_LOOKUP.
propertyGroups - Variable in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
 
propertyGroups - Variable in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
 
propertyGroups - Variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
 
propertyGroups - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
propertyGroups - Variable in class com.dropbox.core.v2.files.FileMetadata
 
propertyGroups - Variable in class com.dropbox.core.v2.files.FolderMetadata.Builder
 
propertyGroups - Variable in class com.dropbox.core.v2.files.FolderMetadata
 
PropertyGroupTemplate - Class in com.dropbox.core.v2.fileproperties
Defines how a property group may be structured.
PropertyGroupTemplate(String, String, List<PropertyFieldTemplate>) - Constructor for class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
Defines how a property group may be structured.
PropertyGroupUpdate - Class in com.dropbox.core.v2.fileproperties
 
PropertyGroupUpdate(String, List<PropertyField>, List<String>) - Constructor for class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
Use newBuilder to create instances of this class without specifying values for all optional fields.
PropertyGroupUpdate(String) - Constructor for class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
None
PropertyGroupUpdate.Builder - Class in com.dropbox.core.v2.fileproperties
Builder for PropertyGroupUpdate.
propertyTemplateIds - Variable in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
 
PropertyType - Enum in com.dropbox.core.v2.fileproperties
Data type of the given property field added.
ProtocolException - Exception in com.dropbox.core
Something unexpected happened with either the request or the response.
ProtocolException(String, String) - Constructor for exception com.dropbox.core.ProtocolException
 
ProtocolException(String, String, Throwable) - Constructor for exception com.dropbox.core.ProtocolException
 
ProviderException(String) - Constructor for exception com.dropbox.core.DbxWebAuth.ProviderException
 
publicSharingPolicy - Variable in class com.dropbox.core.v2.paper.SharingPolicy.Builder
 
publicSharingPolicy - Variable in class com.dropbox.core.v2.paper.SharingPolicy
 
publicSharingPolicy - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder
 
publicSharingPolicy - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
 
publisher - Variable in class com.dropbox.core.v2.team.ApiApp.Builder
 
publisher - Variable in class com.dropbox.core.v2.team.ApiApp
 
publisherUrl - Variable in class com.dropbox.core.v2.team.ApiApp.Builder
 
publisherUrl - Variable in class com.dropbox.core.v2.team.ApiApp
 

Q

query - Variable in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
 
quota - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
Quota(long, long, long) - Constructor for class com.dropbox.core.v1.DbxAccountInfo.Quota
 
quotaGb - Variable in class com.dropbox.core.v2.team.UserCustomQuotaArg
 
quotaGb - Variable in class com.dropbox.core.v2.team.UserCustomQuotaResult
 

R

range(long, long) - Method in class com.dropbox.core.v2.DbxDownloadStyleBuilder
Sets the partial byte range to download.
range(long) - Method in class com.dropbox.core.v2.DbxDownloadStyleBuilder
Sets the partial byte range to download.
RATE_LIMIT - Static variable in class com.dropbox.core.v2.sharing.AddFileMemberError
The user has reached the rate limit for invitations.
RATE_LIMIT - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
The current user has hit the limit of invites they can send per day.
RateLimitError - Class in com.dropbox.core.v2.auth
Error occurred because the app is being rate limited.
RateLimitError(RateLimitReason, long) - Constructor for class com.dropbox.core.v2.auth.RateLimitError
Error occurred because the app is being rate limited.
RateLimitError(RateLimitReason) - Constructor for class com.dropbox.core.v2.auth.RateLimitError
Error occurred because the app is being rate limited.
RateLimitError.Serializer - Class in com.dropbox.core.v2.auth
For internal use only.
RateLimitException - Exception in com.dropbox.core
The server is overloaded, or you have hit a rate limit.
RateLimitException(String, String, long, TimeUnit) - Constructor for exception com.dropbox.core.RateLimitException
 
RateLimitReason - Enum in com.dropbox.core.v2.auth
 
RateLimitReason.Serializer - Class in com.dropbox.core.v2.auth
For internal use only.
read(NoThrowInputStream) - Method in class com.dropbox.core.DbxStreamReader.ByteArrayCopier
 
read(NoThrowInputStream) - Method in class com.dropbox.core.DbxStreamReader.OutputStreamCopier
 
read(NoThrowInputStream) - Method in class com.dropbox.core.DbxStreamReader
Write all the data you plan to write to in.
read(JsonParser) - Method in class com.dropbox.core.json.JsonArrayReader
 
read(JsonReader<? extends T>, Collector<T, ? extends L>, JsonParser) - Static method in class com.dropbox.core.json.JsonArrayReader
 
read(JsonParser) - Method in class com.dropbox.core.json.JsonReader
 
read() - Method in class com.dropbox.core.NoThrowInputStream
 
read(byte[], int, int) - Method in class com.dropbox.core.NoThrowInputStream
 
read(byte[]) - Method in class com.dropbox.core.NoThrowInputStream
 
read(JsonParser) - Method in class com.dropbox.core.v1.DbxDelta.Entry.Reader
 
read(JsonParser, JsonReader<MD>) - Static method in class com.dropbox.core.v1.DbxDelta.Entry.Reader
 
read(JsonParser) - Method in class com.dropbox.core.v1.DbxDelta.Reader
 
read(JsonParser, JsonReader<MD>) - Static method in class com.dropbox.core.v1.DbxDelta.Reader
 
read(JsonParser) - Method in class com.dropbox.core.v1.DbxDeltaC.Entry.Reader
 
read(JsonParser, JsonReader<MD>) - Static method in class com.dropbox.core.v1.DbxDeltaC.Entry.Reader
 
read(JsonParser) - Method in class com.dropbox.core.v1.DbxDeltaC.Reader
 
read(JsonParser, JsonReader<MD>, Collector<DbxDeltaC.Entry<MD>, C>) - Static method in class com.dropbox.core.v1.DbxDeltaC.Reader
 
read(JsonParser, Collector<DbxEntry, ? extends C>) - Static method in class com.dropbox.core.v1.DbxEntry
 
read(JsonParser) - Method in class com.dropbox.core.v1.DbxEntry.WithChildrenC.Reader
 
read(JsonParser) - Method in class com.dropbox.core.v1.DbxEntry.WithChildrenC.ReaderMaybeDeleted
 
readBoolean(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
readDouble(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
readEnum(JsonParser, HashMap<String, T>, T) - Static method in class com.dropbox.core.json.JsonReader
 
Reader - Static variable in class com.dropbox.core.DbxAppInfo
 
Reader - Static variable in class com.dropbox.core.DbxAuthFinish
For JSON parsing.
Reader - Static variable in class com.dropbox.core.DbxAuthInfo
 
Reader - Static variable in class com.dropbox.core.DbxHost
 
Reader - Static variable in class com.dropbox.core.v1.DbxAccountInfo.NameDetails
 
Reader - Static variable in class com.dropbox.core.v1.DbxAccountInfo.Quota
 
Reader - Static variable in class com.dropbox.core.v1.DbxAccountInfo
 
Reader(JsonReader<MD>) - Constructor for class com.dropbox.core.v1.DbxDelta.Entry.Reader
 
Reader(JsonReader<MD>) - Constructor for class com.dropbox.core.v1.DbxDelta.Reader
 
Reader(JsonReader<MD>) - Constructor for class com.dropbox.core.v1.DbxDeltaC.Entry.Reader
 
Reader(JsonReader<MD>, Collector<DbxDeltaC.Entry<MD>, C>) - Constructor for class com.dropbox.core.v1.DbxDeltaC.Reader
 
Reader - Static variable in class com.dropbox.core.v1.DbxEntry.File.Location
 
Reader - Static variable in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
 
Reader - Static variable in class com.dropbox.core.v1.DbxEntry.File
 
Reader - Static variable in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
 
Reader - Static variable in class com.dropbox.core.v1.DbxEntry.Folder
 
Reader - Static variable in class com.dropbox.core.v1.DbxEntry
 
Reader - Static variable in class com.dropbox.core.v1.DbxEntry.WithChildren
 
Reader(Collector<DbxEntry, ? extends C>) - Constructor for class com.dropbox.core.v1.DbxEntry.WithChildrenC.Reader
 
Reader - Static variable in class com.dropbox.core.v1.DbxLongpollDeltaResult
 
Reader - Static variable in class com.dropbox.core.v1.DbxUrlWithExpiration
 
ReaderMaybeDeleted - Static variable in class com.dropbox.core.v1.DbxEntry.File
 
ReaderMaybeDeleted - Static variable in class com.dropbox.core.v1.DbxEntry
 
ReaderMaybeDeleted - Static variable in class com.dropbox.core.v1.DbxEntry.WithChildren
 
ReaderMaybeDeleted(Collector<DbxEntry, ? extends C>) - Constructor for class com.dropbox.core.v1.DbxEntry.WithChildrenC.ReaderMaybeDeleted
 
ReadException(String, IOException) - Constructor for exception com.dropbox.core.util.IOUtil.ReadException
 
ReadException(IOException) - Constructor for exception com.dropbox.core.util.IOUtil.ReadException
 
readField(JsonParser, String, T) - Method in class com.dropbox.core.json.JsonReader
 
readFields(JsonParser) - Method in class com.dropbox.core.json.JsonReader
 
readFromFile(String) - Method in class com.dropbox.core.json.JsonReader
 
readFromFile(File) - Method in class com.dropbox.core.json.JsonReader
 
readFromTags(String[], JsonParser) - Method in class com.dropbox.core.json.JsonReader
 
readFully(InputStream) - Method in class com.dropbox.core.json.JsonReader
 
readFully(String) - Method in class com.dropbox.core.json.JsonReader
 
readFully(byte[]) - Method in class com.dropbox.core.json.JsonReader
 
readFully(JsonParser) - Method in class com.dropbox.core.json.JsonReader
 
readJsonFromResponse(JsonReader<T>, HttpRequestor.Response) - Static method in class com.dropbox.core.DbxRequestUtil
 
readMaybeDeleted(JsonParser, Collector<DbxEntry, ? extends C>) - Static method in class com.dropbox.core.v1.DbxEntry
 
readOnly - Variable in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
 
readOnly - Variable in class com.dropbox.core.v2.files.SharingInfo
 
readOptional(JsonParser) - Method in class com.dropbox.core.json.JsonReader
 
readTag(JsonParser) - Static method in class com.dropbox.core.stone.CompositeSerializer
 
readTags(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
Helper to read and parse the optional ".tag" field.
readUnsignedLong(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
readUnsignedLongField(JsonParser, String, long) - Static method in class com.dropbox.core.json.JsonReader
 
reason - Variable in exception com.dropbox.core.json.JsonReader.FileLoadException.IOError
 
reason - Variable in exception com.dropbox.core.json.JsonReader.FileLoadException.JsonError
 
reason - Variable in class com.dropbox.core.v2.auth.RateLimitError
 
reason - Variable in class com.dropbox.core.v2.files.UploadWriteFailed
 
reason - Variable in class com.dropbox.core.v2.sharing.FilePermission
 
reason - Variable in class com.dropbox.core.v2.sharing.FolderPermission
 
reason - Variable in class com.dropbox.core.v2.sharing.LinkPermission
 
reason - Variable in class com.dropbox.core.v2.sharing.MemberPermission
 
recordEnd() - Method in class com.dropbox.core.util.DumpWriter.Multiline
 
recordEnd() - Method in class com.dropbox.core.util.DumpWriter.Plain
 
recordEnd() - Method in class com.dropbox.core.util.DumpWriter
 
recordStart(String) - Method in class com.dropbox.core.util.DumpWriter.Multiline
 
recordStart(String) - Method in class com.dropbox.core.util.DumpWriter.Plain
 
recordStart(String) - Method in class com.dropbox.core.util.DumpWriter
 
referralLink - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
referralLink - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
referralLink - Variable in class com.dropbox.core.v2.users.FullAccount
 
region - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
 
region - Variable in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
 
relativePath - Variable in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
 
relativePath - Variable in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
 
relinquishFileMembership(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
The current user relinquishes their membership in the designated file.
RelinquishFileMembershipError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
RelinquishFileMembershipError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for RelinquishFileMembershipError.
RelinquishFileMembershipErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a RelinquishFileMembershipError error.
RelinquishFileMembershipErrorException(String, String, LocalizedText, RelinquishFileMembershipError) - Constructor for exception com.dropbox.core.v2.sharing.RelinquishFileMembershipErrorException
 
relinquishFolderMembership(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
The current user relinquishes their membership in the designated shared folder and will no longer have access to the folder.
relinquishFolderMembership(String, boolean) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
The current user relinquishes their membership in the designated shared folder and will no longer have access to the folder.
relinquishFolderMembershipError(RelinquishFolderMembershipError) - Static method in class com.dropbox.core.v2.sharing.JobError
Returns an instance of JobError that has its tag set to JobError.Tag.RELINQUISH_FOLDER_MEMBERSHIP_ERROR.
RelinquishFolderMembershipError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
RelinquishFolderMembershipError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for RelinquishFolderMembershipError.
RelinquishFolderMembershipErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a RelinquishFolderMembershipError error.
RelinquishFolderMembershipErrorException(String, String, LocalizedText, RelinquishFolderMembershipError) - Constructor for exception com.dropbox.core.v2.sharing.RelinquishFolderMembershipErrorException
 
relocateActionDetails - Variable in class com.dropbox.core.v2.teamlog.FileCopyDetails
 
relocateActionDetails - Variable in class com.dropbox.core.v2.teamlog.FileMoveDetails
 
relocateActionDetails - Variable in class com.dropbox.core.v2.teamlog.FileRenameDetails
 
relocateActionDetails - Variable in class com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails
 
relocateActionDetails - Variable in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
relocateActionDetails - Variable in class com.dropbox.core.v2.teamlog.TeamFolderRenameDetails
 
RelocateAssetReferencesLogInfo - Class in com.dropbox.core.v2.teamlog
Provides the indices of the source asset and the destination asset for a relocate action.
RelocateAssetReferencesLogInfo(long, long) - Constructor for class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
Provides the indices of the source asset and the destination asset for a relocate action.
RelocationBatchError - Class in com.dropbox.core.v2.files
This class is a tagged union.
RelocationBatchError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for RelocationBatchError.
RelocationBatchJobStatus - Class in com.dropbox.core.v2.files
This class is a tagged union.
RelocationBatchJobStatus.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for RelocationBatchJobStatus.
RelocationBatchLaunch - Class in com.dropbox.core.v2.files
Result returned by DbxUserFilesRequests.copyBatch(java.util.List) or DbxUserFilesRequests.moveBatch(java.util.List) that may either launch an asynchronous job or complete synchronously.
RelocationBatchLaunch.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for RelocationBatchLaunch.
RelocationBatchResult - Class in com.dropbox.core.v2.files
 
RelocationBatchResult(List<RelocationBatchResultData>) - Constructor for class com.dropbox.core.v2.files.RelocationBatchResult
 
RelocationBatchResultData - Class in com.dropbox.core.v2.files
 
RelocationBatchResultData(Metadata) - Constructor for class com.dropbox.core.v2.files.RelocationBatchResultData
 
RelocationError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
RelocationError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for RelocationError.
RelocationErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a RelocationError error.
RelocationErrorException(String, String, LocalizedText, RelocationError) - Constructor for exception com.dropbox.core.v2.files.RelocationErrorException
 
RelocationPath - Class in com.dropbox.core.v2.files
 
RelocationPath(String, String) - Constructor for class com.dropbox.core.v2.files.RelocationPath
 
RelocationResult - Class in com.dropbox.core.v2.files
 
RelocationResult(Metadata) - Constructor for class com.dropbox.core.v2.files.RelocationResult
 
REMOVE_EXPIRY - Static variable in class com.dropbox.core.v2.sharing.LinkExpiry
Remove the currently set expiry for the link.
REMOVE_PASSWORD - Static variable in class com.dropbox.core.v2.sharing.LinkPassword
Remove the currently set password for the link.
RemoveCustomQuotaResult - Class in com.dropbox.core.v2.team
User result for setting member custom quota.
RemoveCustomQuotaResult.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for RemoveCustomQuotaResult.
removed(RemovedStatus) - Static method in class com.dropbox.core.v2.team.TeamMemberStatus
Returns an instance of TeamMemberStatus that has its tag set to TeamMemberStatus.Tag.REMOVED.
RemovedStatus - Class in com.dropbox.core.v2.team
 
RemovedStatus(boolean) - Constructor for class com.dropbox.core.v2.team.RemovedStatus
 
removeFields - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder
 
removeFields - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
 
removeFileMember(String, MemberSelector) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
removeFileMember2(String, MemberSelector) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Removes a specified member from the file.
RemoveFileMemberError - Class in com.dropbox.core.v2.sharing
RemoveFileMemberError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for RemoveFileMemberError.
RemoveFileMemberErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a RemoveFileMemberError error.
RemoveFileMemberErrorException(String, String, LocalizedText, RemoveFileMemberError) - Constructor for exception com.dropbox.core.v2.sharing.RemoveFileMemberErrorException
 
removeFolderMember(String, MemberSelector, boolean) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Allows an owner or editor (if the ACL update policy allows) of a shared folder to remove another member.
removeFolderMemberError(RemoveFolderMemberError) - Static method in class com.dropbox.core.v2.sharing.JobError
Returns an instance of JobError that has its tag set to JobError.Tag.REMOVE_FOLDER_MEMBER_ERROR.
RemoveFolderMemberError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
RemoveFolderMemberError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for RemoveFolderMemberError.
RemoveFolderMemberErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a RemoveFolderMemberError error.
RemoveFolderMemberErrorException(String, String, LocalizedText, RemoveFolderMemberError) - Constructor for exception com.dropbox.core.v2.sharing.RemoveFolderMemberErrorException
 
RemoveMemberJobStatus - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
RemoveMemberJobStatus.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for RemoveMemberJobStatus.
RemovePropertiesArg - Class in com.dropbox.core.v2.fileproperties
 
RemovePropertiesArg(String, List<String>) - Constructor for class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
 
RemovePropertiesArg.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
RemovePropertiesError - Class in com.dropbox.core.v2.fileproperties
This class is a tagged union.
RemovePropertiesError.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
RemovePropertiesError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for RemovePropertiesError.
RemovePropertiesErrorException - Exception in com.dropbox.core.v2.fileproperties
Exception thrown when the server responds with a RemovePropertiesError error.
RemovePropertiesErrorException(String, String, LocalizedText, RemovePropertiesError) - Constructor for exception com.dropbox.core.v2.fileproperties.RemovePropertiesErrorException
 
reportsGetActivity() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's user activity.
reportsGetActivityBuilder() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's user activity.
ReportsGetActivityBuilder - Class in com.dropbox.core.v2.team
The request builder returned by DbxTeamTeamRequests.reportsGetActivityBuilder().
reportsGetDevices() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's linked devices.
reportsGetDevicesBuilder() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's linked devices.
ReportsGetDevicesBuilder - Class in com.dropbox.core.v2.team
The request builder returned by DbxTeamTeamRequests.reportsGetDevicesBuilder().
reportsGetMembership() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's membership.
reportsGetMembershipBuilder() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's membership.
ReportsGetMembershipBuilder - Class in com.dropbox.core.v2.team
The request builder returned by DbxTeamTeamRequests.reportsGetMembershipBuilder().
reportsGetStorage() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's storage usage.
reportsGetStorageBuilder() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves reporting data about a team's storage usage.
ReportsGetStorageBuilder - Class in com.dropbox.core.v2.team
The request builder returned by DbxTeamTeamRequests.reportsGetStorageBuilder().
requestedVisibility - Variable in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
 
requestedVisibility - Variable in class com.dropbox.core.v2.sharing.LinkPermissions
 
RequestedVisibility - Enum in com.dropbox.core.v2.sharing
The access permission that can be requested by the caller for the shared link.
requestedVisibility - Variable in class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
 
requestedVisibility - Variable in class com.dropbox.core.v2.sharing.SharedLinkSettings
 
requestId - Variable in class com.dropbox.core.v2.teamlog.ApiSessionLogInfo
 
RequestMaker() - Constructor for class com.dropbox.core.DbxRequestUtil.RequestMaker
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
 
requestTitle - Variable in class com.dropbox.core.v2.teamlog.FileRequestSendDetails
 
reseller(ResellerLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns an instance of ActorLogInfo that has its tag set to ActorLogInfo.Tag.RESELLER.
resellerId - Variable in class com.dropbox.core.v2.teamlog.ResellerLogInfo
 
ResellerLogInfo - Class in com.dropbox.core.v2.teamlog
Reseller information.
ResellerLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.ResellerLogInfo
Reseller information.
resellerName - Variable in class com.dropbox.core.v2.teamlog.ResellerLogInfo
 
resellerSupportSessionEndDetails(ResellerSupportSessionEndDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.RESELLER_SUPPORT_SESSION_END_DETAILS.
ResellerSupportSessionEndDetails - Class in com.dropbox.core.v2.teamlog
Ended reseller support session.
ResellerSupportSessionEndDetails() - Constructor for class com.dropbox.core.v2.teamlog.ResellerSupportSessionEndDetails
Ended reseller support session.
resellerSupportSessionStartDetails(ResellerSupportSessionStartDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.RESELLER_SUPPORT_SESSION_START_DETAILS.
ResellerSupportSessionStartDetails - Class in com.dropbox.core.v2.teamlog
Started reseller support session.
ResellerSupportSessionStartDetails() - Constructor for class com.dropbox.core.v2.teamlog.ResellerSupportSessionStartDetails
Started reseller support session.
reset - Variable in class com.dropbox.core.v1.DbxDelta
If true, then you should reset your local state to be an empty folder before processing the list of delta entries.
reset - Variable in class com.dropbox.core.v1.DbxDeltaC
If true, then you should reset your local state to be an empty folder before processing the list of delta entries.
RESET - Static variable in class com.dropbox.core.v2.files.ListFolderContinueError
Indicates that the cursor has been invalidated.
RESET - Static variable in class com.dropbox.core.v2.sharing.ListSharedLinksError
Indicates that the cursor has been invalidated.
resolvedMemberPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
 
resolvedMemberPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy
 
resolvedVisibility - Variable in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
 
resolvedVisibility - Variable in class com.dropbox.core.v2.sharing.LinkPermissions
 
ResolvedVisibility - Enum in com.dropbox.core.v2.sharing
The actual access permissions values of shared links after taking into account user preferences and the team and shared folder settings.
Response(int, InputStream, Map<String, ? extends List<String>>) - Constructor for class com.dropbox.core.http.HttpRequestor.Response
 
ResponseHandler() - Constructor for class com.dropbox.core.DbxRequestUtil.ResponseHandler
 
ResponseReader - Static variable in class com.dropbox.core.DbxOAuth1Upgrader
For JSON parsing.
restore(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Restore a file to a specific revision.
RestoreError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
RestoreError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for RestoreError.
RestoreErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a RestoreError error.
RestoreErrorException(String, String, LocalizedText, RestoreError) - Constructor for exception com.dropbox.core.v2.files.RestoreErrorException
 
restoreFile(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
Takes a copy of the file at the given revision and saves it over the current latest copy.
RESTRICTED_BY_PARENT_FOLDER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Policy cannot be changed due to restrictions from parent folder.
RESTRICTED_BY_TEAM - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
The user's team policy prevents performing this action on the link.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesError
You do not have permission to modify this template.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
You do not have permission to modify this template.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.fileproperties.LookupError
The file cannot be transferred because the content is restricted.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
You do not have permission to modify this template.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
You do not have permission to modify this template.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.fileproperties.TemplateError
You do not have permission to modify this template.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
You do not have permission to modify this template.
RESTRICTED_CONTENT - Static variable in class com.dropbox.core.v2.files.LookupError
The file cannot be transferred because the content is restricted.
result - Static variable in class com.dropbox.core.android.AuthActivity
Used internally.
result - Variable in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
 
result - Variable in class com.dropbox.core.v2.sharing.FileMemberActionResult
 
result - Variable in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
 
result - Variable in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
 
result(ListFileMembersCountResult) - Static method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Returns an instance of ListFileMembersIndividualResult that has its tag set to ListFileMembersIndividualResult.Tag.RESULT.
retryAfter - Variable in class com.dropbox.core.v2.auth.RateLimitError
 
RetryException - Exception in com.dropbox.core
A transient exception has occurred and the request should be retried.
RetryException(String, String) - Constructor for exception com.dropbox.core.RetryException
Creates an instance of this exception with no retry backoff.
RetryException(String, String, long, TimeUnit) - Constructor for exception com.dropbox.core.RetryException
Creates an instance of this exception with the given retry backoff.
rev - Variable in class com.dropbox.core.v1.DbxEntry.File
The revision of the file at this path.
rev - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
rev - Variable in class com.dropbox.core.v2.files.FileMetadata
 
rev - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
 
rev - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata
 
revision - Variable in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
 
revision - Variable in class com.dropbox.core.v2.paper.PaperDocExportResult
 
RevokeDesktopClientArg - Class in com.dropbox.core.v2.team
 
RevokeDesktopClientArg(String, String, boolean) - Constructor for class com.dropbox.core.v2.team.RevokeDesktopClientArg
 
RevokeDesktopClientArg(String, String) - Constructor for class com.dropbox.core.v2.team.RevokeDesktopClientArg
None
RevokeDeviceSessionArg - Class in com.dropbox.core.v2.team
This class is a tagged union.
RevokeDeviceSessionArg.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for RevokeDeviceSessionArg.
RevokeDeviceSessionBatchError - Enum in com.dropbox.core.v2.team
 
RevokeDeviceSessionBatchErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a RevokeDeviceSessionBatchError error.
RevokeDeviceSessionBatchErrorException(String, String, LocalizedText, RevokeDeviceSessionBatchError) - Constructor for exception com.dropbox.core.v2.team.RevokeDeviceSessionBatchErrorException
 
RevokeDeviceSessionBatchResult - Class in com.dropbox.core.v2.team
 
RevokeDeviceSessionBatchResult(List<RevokeDeviceSessionStatus>) - Constructor for class com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult
 
RevokeDeviceSessionError - Enum in com.dropbox.core.v2.team
 
RevokeDeviceSessionErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a RevokeDeviceSessionError error.
RevokeDeviceSessionErrorException(String, String, LocalizedText, RevokeDeviceSessionError) - Constructor for exception com.dropbox.core.v2.team.RevokeDeviceSessionErrorException
 
RevokeDeviceSessionStatus - Class in com.dropbox.core.v2.team
 
RevokeDeviceSessionStatus(boolean, RevokeDeviceSessionError) - Constructor for class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
 
RevokeDeviceSessionStatus(boolean) - Constructor for class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
None
revokeDevicesStatus - Variable in class com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult
 
revokeFailureReason - Variable in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
 
revokeFailureReason - Variable in class com.dropbox.core.v2.sharing.LinkPermissions
 
RevokeLinkedApiAppArg - Class in com.dropbox.core.v2.team
 
RevokeLinkedApiAppArg(String, String, boolean) - Constructor for class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
 
RevokeLinkedApiAppArg(String, String) - Constructor for class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
None
RevokeLinkedAppBatchError - Enum in com.dropbox.core.v2.team
RevokeLinkedAppBatchErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a RevokeLinkedAppBatchError error.
RevokeLinkedAppBatchErrorException(String, String, LocalizedText, RevokeLinkedAppBatchError) - Constructor for exception com.dropbox.core.v2.team.RevokeLinkedAppBatchErrorException
 
RevokeLinkedAppBatchResult - Class in com.dropbox.core.v2.team
 
RevokeLinkedAppBatchResult(List<RevokeLinkedAppStatus>) - Constructor for class com.dropbox.core.v2.team.RevokeLinkedAppBatchResult
 
RevokeLinkedAppError - Enum in com.dropbox.core.v2.team
RevokeLinkedAppErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a RevokeLinkedAppError error.
RevokeLinkedAppErrorException(String, String, LocalizedText, RevokeLinkedAppError) - Constructor for exception com.dropbox.core.v2.team.RevokeLinkedAppErrorException
 
revokeLinkedAppStatus - Variable in class com.dropbox.core.v2.team.RevokeLinkedAppBatchResult
 
RevokeLinkedAppStatus - Class in com.dropbox.core.v2.team
 
RevokeLinkedAppStatus(boolean, RevokeLinkedAppError) - Constructor for class com.dropbox.core.v2.team.RevokeLinkedAppStatus
 
RevokeLinkedAppStatus(boolean) - Constructor for class com.dropbox.core.v2.team.RevokeLinkedAppStatus
None
revokeSharedLink(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Revoke a shared link.
RevokeSharedLinkError - Enum in com.dropbox.core.v2.sharing
 
RevokeSharedLinkErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a RevokeSharedLinkError error.
RevokeSharedLinkErrorException(String, String, LocalizedText, RevokeSharedLinkError) - Constructor for exception com.dropbox.core.v2.sharing.RevokeSharedLinkErrorException
 
role - Variable in class com.dropbox.core.v2.team.MemberAddArg.Builder
 
role - Variable in class com.dropbox.core.v2.team.MemberAddArg
 
role - Variable in class com.dropbox.core.v2.team.MembersSetPermissionsResult
 
role - Variable in class com.dropbox.core.v2.team.TeamMemberInfo
 
ROLE_PERSONAL - Static variable in class com.dropbox.core.DbxWebAuth
Role representing the personal account associated with a user.
ROLE_WORK - Static variable in class com.dropbox.core.DbxWebAuth
Role representing the team account associated with a user.
RolloutMethod - Enum in com.dropbox.core.v2.teampolicies
 
RolloutMethod.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
rpcStyle(String, String, ArgT, boolean, StoneSerializer<ArgT>, StoneSerializer<ResT>, StoneSerializer<ErrT>) - Method in class com.dropbox.core.v2.DbxRawClientV2
 
run() - Method in class com.dropbox.core.DbxRequestUtil.RequestMaker
 
runAndRetry(int, DbxRequestUtil.RequestMaker<T, E>) - Static method in class com.dropbox.core.DbxRequestUtil
 

S

sameTeam - Variable in class com.dropbox.core.v2.sharing.GroupInfo.Builder
 
sameTeam - Variable in class com.dropbox.core.v2.sharing.GroupInfo
 
sameTeam - Variable in class com.dropbox.core.v2.sharing.UserInfo
 
SaveCopyReferenceError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
SaveCopyReferenceError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for SaveCopyReferenceError.
SaveCopyReferenceErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a SaveCopyReferenceError error.
SaveCopyReferenceErrorException(String, String, LocalizedText, SaveCopyReferenceError) - Constructor for exception com.dropbox.core.v2.files.SaveCopyReferenceErrorException
 
SaveCopyReferenceResult - Class in com.dropbox.core.v2.files
 
SaveCopyReferenceResult(Metadata) - Constructor for class com.dropbox.core.v2.files.SaveCopyReferenceResult
 
saveUrl(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Save a specified URL into a file in user's Dropbox.
saveUrlCheckJobStatus(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
SaveUrlError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
SaveUrlError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for SaveUrlError.
SaveUrlErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a SaveUrlError error.
SaveUrlErrorException(String, String, LocalizedText, SaveUrlError) - Constructor for exception com.dropbox.core.v2.files.SaveUrlErrorException
 
SaveUrlJobStatus - Class in com.dropbox.core.v2.files
This class is a tagged union.
SaveUrlJobStatus.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for SaveUrlJobStatus.
SaveUrlResult - Class in com.dropbox.core.v2.files
This class is a tagged union.
SaveUrlResult.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for SaveUrlResult.
search(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Searches for files and folders.
searchBuilder(String, String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Searches for files and folders.
SearchBuilder - Class in com.dropbox.core.v2.files
SearchError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
SearchError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for SearchError.
SearchErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a SearchError error.
SearchErrorException(String, String, LocalizedText, SearchError) - Constructor for exception com.dropbox.core.v2.files.SearchErrorException
 
searchFileAndFolderNames(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
Returns metadata for all files and folders whose name matches the query string.
SearchMatch - Class in com.dropbox.core.v2.files
 
SearchMatch(SearchMatchType, Metadata) - Constructor for class com.dropbox.core.v2.files.SearchMatch
 
SearchMatchType - Enum in com.dropbox.core.v2.files
Indicates what type of match was found for a given item.
SearchMode - Enum in com.dropbox.core.v2.files
 
SearchResult - Class in com.dropbox.core.v2.files
 
SearchResult(List<SearchMatch>, boolean, long) - Constructor for class com.dropbox.core.v2.files.SearchResult
 
SecretReader - Static variable in class com.dropbox.core.DbxAppInfo
 
secureStringEquals(String, String) - Static method in class com.dropbox.core.util.StringUtil
When you're comparing two strings for equality and one of them is a value that could be provided by an attacker and the other is a value that the attacker shouldn't know, use this function to check for equality.
sendWelcomeEmail - Variable in class com.dropbox.core.v2.team.MemberAddArg.Builder
 
sendWelcomeEmail - Variable in class com.dropbox.core.v2.team.MemberAddArg
 
serialize(T) - Method in class com.dropbox.core.stone.StoneSerializer
 
serialize(T, boolean) - Method in class com.dropbox.core.stone.StoneSerializer
 
serialize(T, OutputStream) - Method in class com.dropbox.core.stone.StoneSerializer
 
serialize(T, OutputStream, boolean) - Method in class com.dropbox.core.stone.StoneSerializer
 
serialize(T, JsonGenerator) - Method in class com.dropbox.core.stone.StoneSerializer
 
serialize(T, JsonGenerator) - Method in class com.dropbox.core.stone.StructSerializer
 
serialize(T, JsonGenerator, boolean) - Method in class com.dropbox.core.stone.StructSerializer
 
serialize(LaunchEmptyResult, JsonGenerator) - Method in class com.dropbox.core.v2.async.LaunchEmptyResult.Serializer
 
serialize(LaunchResultBase, JsonGenerator) - Method in class com.dropbox.core.v2.async.LaunchResultBase.Serializer
 
serialize(PollArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.async.PollArg.Serializer
 
serialize(PollEmptyResult, JsonGenerator) - Method in class com.dropbox.core.v2.async.PollEmptyResult.Serializer
 
serialize(PollError, JsonGenerator) - Method in class com.dropbox.core.v2.async.PollError.Serializer
 
serialize(AccessError, JsonGenerator) - Method in class com.dropbox.core.v2.auth.AccessError.Serializer
 
serialize(InvalidAccountTypeError, JsonGenerator) - Method in class com.dropbox.core.v2.auth.InvalidAccountTypeError.Serializer
 
serialize(PaperAccessError, JsonGenerator) - Method in class com.dropbox.core.v2.auth.PaperAccessError.Serializer
 
serialize(RateLimitError, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.auth.RateLimitError.Serializer
 
serialize(RateLimitReason, JsonGenerator) - Method in class com.dropbox.core.v2.auth.RateLimitReason.Serializer
 
serialize(InvalidPathRootError, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.common.InvalidPathRootError.Serializer
 
serialize(PathRootError, JsonGenerator) - Method in class com.dropbox.core.v2.common.PathRootError.Serializer
 
serialize(AddPropertiesArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg.Serializer
 
serialize(AddPropertiesError, JsonGenerator) - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError.Serializer
 
serialize(AddTemplateArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg.Serializer
 
serialize(AddTemplateResult, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.AddTemplateResult.Serializer
 
serialize(GetTemplateArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.GetTemplateArg.Serializer
 
serialize(GetTemplateResult, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult.Serializer
 
serialize(InvalidPropertyGroupError, JsonGenerator) - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError.Serializer
 
serialize(ListTemplateResult, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.ListTemplateResult.Serializer
 
serialize(LookUpPropertiesError, JsonGenerator) - Method in class com.dropbox.core.v2.fileproperties.LookUpPropertiesError.Serializer
 
serialize(ModifyTemplateError, JsonGenerator) - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError.Serializer
 
serialize(OverwritePropertyGroupArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg.Serializer
 
serialize(PropertyGroup, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup.Serializer
 
serialize(RemovePropertiesArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg.Serializer
 
serialize(RemovePropertiesError, JsonGenerator) - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError.Serializer
 
serialize(TemplateError, JsonGenerator) - Method in class com.dropbox.core.v2.fileproperties.TemplateError.Serializer
 
serialize(UpdatePropertiesArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg.Serializer
 
serialize(UpdatePropertiesError, JsonGenerator) - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError.Serializer
 
serialize(UpdateTemplateArg, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Serializer
 
serialize(UpdateTemplateResult, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult.Serializer
 
serialize(LookupError, JsonGenerator) - Method in class com.dropbox.core.v2.files.LookupError.Serializer
 
serialize(InviteeInfo, JsonGenerator) - Method in class com.dropbox.core.v2.sharing.InviteeInfo.Serializer
 
serialize(MemberSelector, JsonGenerator) - Method in class com.dropbox.core.v2.sharing.MemberSelector.Serializer
 
serialize(UserInfo, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.sharing.UserInfo.Serializer
 
serialize(GroupManagementType, JsonGenerator) - Method in class com.dropbox.core.v2.teamcommon.GroupManagementType.Serializer
 
serialize(GroupSummary, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.teamcommon.GroupSummary.Serializer
 
serialize(GroupType, JsonGenerator) - Method in class com.dropbox.core.v2.teamcommon.GroupType.Serializer
 
serialize(TimeRange, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.teamcommon.TimeRange.Serializer
 
serialize(EmmState, JsonGenerator) - Method in class com.dropbox.core.v2.teampolicies.EmmState.Serializer
 
serialize(OfficeAddInPolicy, JsonGenerator) - Method in class com.dropbox.core.v2.teampolicies.OfficeAddInPolicy.Serializer
 
serialize(PaperDeploymentPolicy, JsonGenerator) - Method in class com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy.Serializer
 
serialize(PaperEnabledPolicy, JsonGenerator) - Method in class com.dropbox.core.v2.teampolicies.PaperEnabledPolicy.Serializer
 
serialize(RolloutMethod, JsonGenerator) - Method in class com.dropbox.core.v2.teampolicies.RolloutMethod.Serializer
 
serialize(SsoPolicy, JsonGenerator) - Method in class com.dropbox.core.v2.teampolicies.SsoPolicy.Serializer
 
serialize(TeamMemberPolicies, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies.Serializer
 
serialize(TeamSharingPolicies, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies.Serializer
 
serialize(TwoStepVerificationPolicy, JsonGenerator) - Method in class com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy.Serializer
 
serialize(Name, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.users.Name.Serializer
 
serialize(Team, JsonGenerator, boolean) - Method in class com.dropbox.core.v2.users.Team.Serializer
 
serialize(AccountType, JsonGenerator) - Method in class com.dropbox.core.v2.userscommon.AccountType.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.async.LaunchEmptyResult.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.async.LaunchResultBase.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.async.PollArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.async.PollEmptyResult.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.async.PollError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.auth.AccessError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.auth.InvalidAccountTypeError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.auth.PaperAccessError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.auth.RateLimitError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.auth.RateLimitReason.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.common.InvalidPathRootError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.common.PathRootError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.AddPropertiesArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.AddPropertiesError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.AddTemplateArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.AddTemplateResult.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.GetTemplateArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.GetTemplateResult.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.ListTemplateResult.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.LookUpPropertiesError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.ModifyTemplateError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.PropertyGroup.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.RemovePropertiesArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.RemovePropertiesError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.TemplateError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.UpdatePropertiesError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.fileproperties.UpdateTemplateResult.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.files.LookupError.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.sharing.InviteeInfo.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.sharing.MemberSelector.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.sharing.UserInfo.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teamcommon.GroupManagementType.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teamcommon.GroupSummary.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teamcommon.GroupType.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teamcommon.TimeRange.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.EmmState.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.OfficeAddInPolicy.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.PaperEnabledPolicy.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.RolloutMethod.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.SsoPolicy.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.TeamMemberPolicies.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.TeamSharingPolicies.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.users.Name.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.users.Team.Serializer
 
Serializer() - Constructor for class com.dropbox.core.v2.userscommon.AccountType.Serializer
 
serialNumber - Variable in class com.dropbox.core.v2.teamlog.Certificate
 
serialVersionUID - Static variable in exception com.dropbox.core.json.JsonReadException
 
serialVersionUID - Static variable in exception com.dropbox.core.NoThrowOutputStream.HiddenException
 
serialVersionUID - Static variable in class com.dropbox.core.v1.DbxEntry.File
 
serialVersionUID - Static variable in class com.dropbox.core.v1.DbxEntry.Folder
 
serialVersionUID - Static variable in class com.dropbox.core.v1.DbxEntry
 
serialVersionUID - Static variable in class com.dropbox.core.v1.DbxEntry.WithChildren
 
serialVersionUID - Static variable in class com.dropbox.core.v1.DbxEntry.WithChildrenC
 
serverDeleted - Variable in class com.dropbox.core.v2.files.ListRevisionsResult
 
ServerException - Exception in com.dropbox.core
The server said that something went wrong on its end (HTTP 500 error code).
ServerException(String, String) - Constructor for exception com.dropbox.core.ServerException
 
serverModified - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
serverModified - Variable in class com.dropbox.core.v2.files.FileMetadata
 
serverModified - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
 
serverModified - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata
 
sessionId - Variable in class com.dropbox.core.v2.files.UploadSessionCursor
 
sessionId - Variable in class com.dropbox.core.v2.files.UploadSessionStartResult
 
sessionId - Variable in class com.dropbox.core.v2.team.DeviceSession.Builder
 
sessionId - Variable in class com.dropbox.core.v2.team.DeviceSession
 
sessionId - Variable in class com.dropbox.core.v2.team.DeviceSessionArg
 
sessionId - Variable in class com.dropbox.core.v2.teamlog.SessionLogInfo
 
SessionLogInfo - Class in com.dropbox.core.v2.teamlog
Session's logged information.
SessionLogInfo(String) - Constructor for class com.dropbox.core.v2.teamlog.SessionLogInfo
Session's logged information.
SessionLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.SessionLogInfo
Session's logged information.
set(String) - Method in interface com.dropbox.core.DbxSessionStore
 
set(String) - Method in class com.dropbox.core.DbxStandardSessionStore
 
setExpiry(Date) - Static method in class com.dropbox.core.v2.sharing.LinkExpiry
Returns an instance of LinkExpiry that has its tag set to LinkExpiry.Tag.SET_EXPIRY.
setPassword(String) - Static method in class com.dropbox.core.v2.sharing.LinkPassword
Returns an instance of LinkPassword that has its tag set to LinkPassword.Tag.SET_PASSWORD.
setRouteError(T) - Method in class com.dropbox.core.v2.callbacks.DbxRouteErrorCallback
 
setSecurityProvider(AuthActivity.SecurityProvider) - Static method in class com.dropbox.core.android.AuthActivity
Sets the SecurityProvider interface to use for all AuthActivity instances.
settingsError(SharedLinkSettingsError) - Static method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns an instance of CreateSharedLinkWithSettingsError that has its tag set to CreateSharedLinkWithSettingsError.Tag.SETTINGS_ERROR.
settingsError(SharedLinkSettingsError) - Static method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns an instance of ModifySharedLinkSettingsError that has its tag set to ModifySharedLinkSettingsError.Tag.SETTINGS_ERROR.
sfAddGroupDetails(SfAddGroupDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_ADD_GROUP_DETAILS.
SfAddGroupDetails - Class in com.dropbox.core.v2.teamlog
Added the team to a shared folder.
SfAddGroupDetails(long, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SfAddGroupDetails
Added the team to a shared folder.
SfAddGroupDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SfAddGroupDetails
Added the team to a shared folder.
sfAllowNonMembersToViewSharedLinksDetails(SfAllowNonMembersToViewSharedLinksDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_ALLOW_NON_MEMBERS_TO_VIEW_SHARED_LINKS_DETAILS.
SfAllowNonMembersToViewSharedLinksDetails - Class in com.dropbox.core.v2.teamlog
Allowed non collaborators to view links to files in a shared folder.
SfAllowNonMembersToViewSharedLinksDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
Allowed non collaborators to view links to files in a shared folder.
SfAllowNonMembersToViewSharedLinksDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
Allowed non collaborators to view links to files in a shared folder.
sfExternalInviteWarnDetails(SfExternalInviteWarnDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_EXTERNAL_INVITE_WARN_DETAILS.
SfExternalInviteWarnDetails - Class in com.dropbox.core.v2.teamlog
Admin settings: team members see a warning before sharing folders outside the team (DEPRECATED FEATURE).
SfExternalInviteWarnDetails() - Constructor for class com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails
Admin settings: team members see a warning before sharing folders outside the team (DEPRECATED FEATURE).
sfInviteGroupDetails(SfInviteGroupDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_INVITE_GROUP_DETAILS.
SfInviteGroupDetails - Class in com.dropbox.core.v2.teamlog
Invited a group to a shared folder.
SfInviteGroupDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SfInviteGroupDetails
Invited a group to a shared folder.
sfNestDetails(SfNestDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_NEST_DETAILS.
SfNestDetails - Class in com.dropbox.core.v2.teamlog
Changed parent of shared folder.
SfNestDetails(long, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SfNestDetails
Changed parent of shared folder.
SfNestDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfNestDetails
Changed parent of shared folder.
SfNestDetails.Builder - Class in com.dropbox.core.v2.teamlog
Builder for SfNestDetails.
sfTeamDeclineDetails(SfTeamDeclineDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_TEAM_DECLINE_DETAILS.
SfTeamDeclineDetails - Class in com.dropbox.core.v2.teamlog
Declined a team member's invitation to a shared folder.
SfTeamDeclineDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
Declined a team member's invitation to a shared folder.
sfTeamGrantAccessDetails(SfTeamGrantAccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_TEAM_GRANT_ACCESS_DETAILS.
SfTeamGrantAccessDetails - Class in com.dropbox.core.v2.teamlog
Granted access to a shared folder.
SfTeamGrantAccessDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
Granted access to a shared folder.
sfTeamInviteChangeRoleDetails(SfTeamInviteChangeRoleDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_TEAM_INVITE_CHANGE_ROLE_DETAILS.
SfTeamInviteChangeRoleDetails - Class in com.dropbox.core.v2.teamlog
Changed a team member's role in a shared folder.
SfTeamInviteChangeRoleDetails(long, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
Changed a team member's role in a shared folder.
SfTeamInviteChangeRoleDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
Changed a team member's role in a shared folder.
SfTeamInviteChangeRoleDetails.Builder - Class in com.dropbox.core.v2.teamlog
sfTeamInviteDetails(SfTeamInviteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_TEAM_INVITE_DETAILS.
SfTeamInviteDetails - Class in com.dropbox.core.v2.teamlog
Invited team members to a shared folder.
SfTeamInviteDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
Invited team members to a shared folder.
SfTeamInviteDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
Invited team members to a shared folder.
sfTeamJoinDetails(SfTeamJoinDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_TEAM_JOIN_DETAILS.
SfTeamJoinDetails - Class in com.dropbox.core.v2.teamlog
Joined a team member's shared folder.
SfTeamJoinDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
Joined a team member's shared folder.
sfTeamJoinFromOobLinkDetails(SfTeamJoinFromOobLinkDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_TEAM_JOIN_FROM_OOB_LINK_DETAILS.
SfTeamJoinFromOobLinkDetails - Class in com.dropbox.core.v2.teamlog
Joined a team member's shared folder from a link.
SfTeamJoinFromOobLinkDetails(long, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Joined a team member's shared folder from a link.
SfTeamJoinFromOobLinkDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Joined a team member's shared folder from a link.
SfTeamJoinFromOobLinkDetails.Builder - Class in com.dropbox.core.v2.teamlog
sfTeamUninviteDetails(SfTeamUninviteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SF_TEAM_UNINVITE_DETAILS.
SfTeamUninviteDetails - Class in com.dropbox.core.v2.teamlog
Unshared a folder with a team member.
SfTeamUninviteDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
Unshared a folder with a team member.
sha1Fingerprint - Variable in class com.dropbox.core.v2.teamlog.Certificate
 
shared - Variable in class com.dropbox.core.v1.DbxAccountInfo.Quota
 
SHARED_LINK_ACCESS_DENIED - Static variable in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
The caller is not allowed to access this shared link.
SHARED_LINK_ALREADY_EXISTS - Static variable in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
The shared link already exists.
SHARED_LINK_NOT_FOUND - Static variable in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
The shared link wasn't found.
sharedCallbackFactory - Static variable in class com.dropbox.core.DbxRequestUtil
 
sharedContentAddInviteesDetails(SharedContentAddInviteesDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_INVITEES_DETAILS.
SharedContentAddInviteesDetails - Class in com.dropbox.core.v2.teamlog
Sent an email invitation to the membership of a shared file or folder.
SharedContentAddInviteesDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
Sent an email invitation to the membership of a shared file or folder.
SharedContentAddInviteesDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
Sent an email invitation to the membership of a shared file or folder.
SharedContentAddInviteesDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentAddLinkExpiryDetails(SharedContentAddLinkExpiryDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_LINK_EXPIRY_DETAILS.
SharedContentAddLinkExpiryDetails - Class in com.dropbox.core.v2.teamlog
Added an expiry to the link for the shared file or folder.
SharedContentAddLinkExpiryDetails(long, String, long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Added an expiry to the link for the shared file or folder.
SharedContentAddLinkExpiryDetails(long, String, long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Added an expiry to the link for the shared file or folder.
SharedContentAddLinkExpiryDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentAddLinkPasswordDetails(SharedContentAddLinkPasswordDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_LINK_PASSWORD_DETAILS.
SharedContentAddLinkPasswordDetails - Class in com.dropbox.core.v2.teamlog
Added a password to the link for the shared file or folder.
SharedContentAddLinkPasswordDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
Added a password to the link for the shared file or folder.
SharedContentAddLinkPasswordDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
Added a password to the link for the shared file or folder.
SharedContentAddLinkPasswordDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentAddMemberDetails(SharedContentAddMemberDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_ADD_MEMBER_DETAILS.
SharedContentAddMemberDetails - Class in com.dropbox.core.v2.teamlog
Added users and/or groups to the membership of a shared file or folder.
SharedContentAddMemberDetails(long, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Added users and/or groups to the membership of a shared file or folder.
SharedContentAddMemberDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Added users and/or groups to the membership of a shared file or folder.
SharedContentAddMemberDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentChangeDownloadsPolicyDetails(SharedContentChangeDownloadsPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_DOWNLOADS_POLICY_DETAILS.
SharedContentChangeDownloadsPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether members can download the shared file or folder.
SharedContentChangeDownloadsPolicyDetails(long, SharedContentDownloadsPolicy, String, String, SharedContentDownloadsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Changed whether members can download the shared file or folder.
SharedContentChangeDownloadsPolicyDetails(long, SharedContentDownloadsPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Changed whether members can download the shared file or folder.
SharedContentChangeDownloadsPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentChangeInviteeRoleDetails(SharedContentChangeInviteeRoleDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_INVITEE_ROLE_DETAILS.
SharedContentChangeInviteeRoleDetails - Class in com.dropbox.core.v2.teamlog
Changed the access type of an invitee to a shared file or folder before the invitation was claimed.
SharedContentChangeInviteeRoleDetails(long, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
Changed the access type of an invitee to a shared file or folder before the invitation was claimed.
SharedContentChangeInviteeRoleDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
Changed the access type of an invitee to a shared file or folder before the invitation was claimed.
SharedContentChangeInviteeRoleDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentChangeLinkAudienceDetails(SharedContentChangeLinkAudienceDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_AUDIENCE_DETAILS.
SharedContentChangeLinkAudienceDetails - Class in com.dropbox.core.v2.teamlog
Changed the audience of the link for a shared file or folder.
SharedContentChangeLinkAudienceDetails(long, LinkAudience, String, String, LinkAudience) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Changed the audience of the link for a shared file or folder.
SharedContentChangeLinkAudienceDetails(long, LinkAudience) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Changed the audience of the link for a shared file or folder.
SharedContentChangeLinkAudienceDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentChangeLinkExpiryDetails(SharedContentChangeLinkExpiryDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_EXPIRY_DETAILS.
SharedContentChangeLinkExpiryDetails - Class in com.dropbox.core.v2.teamlog
Changed the expiry of the link for the shared file or folder.
SharedContentChangeLinkExpiryDetails(long, String, long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Changed the expiry of the link for the shared file or folder.
SharedContentChangeLinkExpiryDetails(long, String, long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Changed the expiry of the link for the shared file or folder.
SharedContentChangeLinkExpiryDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentChangeLinkPasswordDetails(SharedContentChangeLinkPasswordDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_LINK_PASSWORD_DETAILS.
SharedContentChangeLinkPasswordDetails - Class in com.dropbox.core.v2.teamlog
Changed the password on the link for the shared file or folder.
SharedContentChangeLinkPasswordDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
Changed the password on the link for the shared file or folder.
SharedContentChangeLinkPasswordDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
Changed the password on the link for the shared file or folder.
SharedContentChangeLinkPasswordDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentChangeMemberRoleDetails(SharedContentChangeMemberRoleDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_MEMBER_ROLE_DETAILS.
SharedContentChangeMemberRoleDetails - Class in com.dropbox.core.v2.teamlog
Changed the access type of a shared file or folder member.
SharedContentChangeMemberRoleDetails(long, String, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Changed the access type of a shared file or folder member.
SharedContentChangeMemberRoleDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Changed the access type of a shared file or folder member.
SharedContentChangeMemberRoleDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentChangeViewerInfoPolicyDetails(SharedContentChangeViewerInfoPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CHANGE_VIEWER_INFO_POLICY_DETAILS.
SharedContentChangeViewerInfoPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether members can see who viewed the shared file or folder.
SharedContentChangeViewerInfoPolicyDetails(long, SharedContentViewerInfoPolicy, String, String, SharedContentViewerInfoPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Changed whether members can see who viewed the shared file or folder.
SharedContentChangeViewerInfoPolicyDetails(long, SharedContentViewerInfoPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Changed whether members can see who viewed the shared file or folder.
SharedContentChangeViewerInfoPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentClaimInvitationDetails(SharedContentClaimInvitationDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_CLAIM_INVITATION_DETAILS.
SharedContentClaimInvitationDetails - Class in com.dropbox.core.v2.teamlog
Claimed membership to a team member's shared folder.
SharedContentClaimInvitationDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
Claimed membership to a team member's shared folder.
SharedContentClaimInvitationDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
Claimed membership to a team member's shared folder.
SharedContentClaimInvitationDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentCopyDetails(SharedContentCopyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_COPY_DETAILS.
SharedContentCopyDetails - Class in com.dropbox.core.v2.teamlog
Copied the shared file or folder to own Dropbox.
SharedContentCopyDetails(String, long, RelocateAssetReferencesLogInfo, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Copied the shared file or folder to own Dropbox.
SharedContentCopyDetails(String, long, RelocateAssetReferencesLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Copied the shared file or folder to own Dropbox.
sharedContentDownloadDetails(SharedContentDownloadDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_DOWNLOAD_DETAILS.
SharedContentDownloadDetails - Class in com.dropbox.core.v2.teamlog
Downloaded the shared file or folder.
SharedContentDownloadDetails(String, long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
Downloaded the shared file or folder.
SharedContentDownloadDetails(String, long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
Downloaded the shared file or folder.
SharedContentDownloadsPolicy - Enum in com.dropbox.core.v2.teamlog
Shared content downloads policy
sharedContentLink - Variable in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails.Builder
 
sharedContentLink - Variable in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
 
sharedContentLink - Variable in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
sharedContentLink - Variable in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
 
sharedContentLink - Variable in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails.Builder
 
sharedContentLink - Variable in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
 
sharedContentLink - Variable in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
 
SharedContentLinkMetadata - Class in com.dropbox.core.v2.sharing
Metadata of a shared link for a file or folder.
SharedContentLinkMetadata(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean, String, AccessLevel, AudienceRestrictingSharedFolder, Date, AudienceExceptions) - Constructor for class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
Metadata of a shared link for a file or folder.
SharedContentLinkMetadata(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean, String) - Constructor for class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
Metadata of a shared link for a file or folder.
SharedContentLinkMetadata.Builder - Class in com.dropbox.core.v2.sharing
SharedContentLinkMetadataBase - Class in com.dropbox.core.v2.sharing
 
SharedContentLinkMetadataBase(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean, AccessLevel, AudienceRestrictingSharedFolder, Date) - Constructor for class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
Use newBuilder to create instances of this class without specifying values for all optional fields.
SharedContentLinkMetadataBase(List<LinkAudience>, LinkAudience, List<LinkPermission>, boolean) - Constructor for class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
None
SharedContentLinkMetadataBase.Builder - Class in com.dropbox.core.v2.sharing
sharedContentRelinquishMembershipDetails(SharedContentRelinquishMembershipDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_RELINQUISH_MEMBERSHIP_DETAILS.
SharedContentRelinquishMembershipDetails - Class in com.dropbox.core.v2.teamlog
Left the membership of a shared file or folder.
SharedContentRelinquishMembershipDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
Left the membership of a shared file or folder.
sharedContentRemoveInviteeDetails(SharedContentRemoveInviteeDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_INVITEE_DETAILS.
SharedContentRemoveInviteeDetails - Class in com.dropbox.core.v2.teamlog
Removed an invitee from the membership of a shared file or folder before it was claimed.
SharedContentRemoveInviteeDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
Removed an invitee from the membership of a shared file or folder before it was claimed.
sharedContentRemoveLinkExpiryDetails(SharedContentRemoveLinkExpiryDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_EXPIRY_DETAILS.
SharedContentRemoveLinkExpiryDetails - Class in com.dropbox.core.v2.teamlog
Removed the expiry of the link for the shared file or folder.
SharedContentRemoveLinkExpiryDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Removed the expiry of the link for the shared file or folder.
SharedContentRemoveLinkExpiryDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Removed the expiry of the link for the shared file or folder.
SharedContentRemoveLinkExpiryDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentRemoveLinkPasswordDetails(SharedContentRemoveLinkPasswordDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_LINK_PASSWORD_DETAILS.
SharedContentRemoveLinkPasswordDetails - Class in com.dropbox.core.v2.teamlog
Removed the password on the link for the shared file or folder.
SharedContentRemoveLinkPasswordDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
Removed the password on the link for the shared file or folder.
SharedContentRemoveLinkPasswordDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
Removed the password on the link for the shared file or folder.
SharedContentRemoveLinkPasswordDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentRemoveMemberDetails(SharedContentRemoveMemberDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_REMOVE_MEMBER_DETAILS.
SharedContentRemoveMemberDetails - Class in com.dropbox.core.v2.teamlog
Removed a user or a group from the membership of a shared file or folder.
SharedContentRemoveMemberDetails(long, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Removed a user or a group from the membership of a shared file or folder.
SharedContentRemoveMemberDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Removed a user or a group from the membership of a shared file or folder.
SharedContentRemoveMemberDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentRequestAccessDetails(SharedContentRequestAccessDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_REQUEST_ACCESS_DETAILS.
SharedContentRequestAccessDetails - Class in com.dropbox.core.v2.teamlog
Requested to be on the membership of a shared file or folder.
SharedContentRequestAccessDetails(long, String, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
Requested to be on the membership of a shared file or folder.
SharedContentRequestAccessDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
Requested to be on the membership of a shared file or folder.
SharedContentRequestAccessDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedContentUnshareDetails(SharedContentUnshareDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_UNSHARE_DETAILS.
SharedContentUnshareDetails - Class in com.dropbox.core.v2.teamlog
Unshared a shared file or folder by clearing its membership and turning off its link.
SharedContentUnshareDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
Unshared a shared file or folder by clearing its membership and turning off its link.
SharedContentUnshareDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
Unshared a shared file or folder by clearing its membership and turning off its link.
sharedContentViewDetails(SharedContentViewDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_CONTENT_VIEW_DETAILS.
SharedContentViewDetails - Class in com.dropbox.core.v2.teamlog
Previewed the shared file or folder.
SharedContentViewDetails(String, long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentViewDetails
Previewed the shared file or folder.
SharedContentViewDetails(String, long) - Constructor for class com.dropbox.core.v2.teamlog.SharedContentViewDetails
Previewed the shared file or folder.
SharedContentViewerInfoPolicy - Enum in com.dropbox.core.v2.teamlog
Shared content viewer info policy
SharedFileMembers - Class in com.dropbox.core.v2.sharing
Shared file user, group, and invitee membership.
SharedFileMembers(List<UserFileMembershipInfo>, List<GroupMembershipInfo>, List<InviteeMembershipInfo>, String) - Constructor for class com.dropbox.core.v2.sharing.SharedFileMembers
Shared file user, group, and invitee membership.
SharedFileMembers(List<UserFileMembershipInfo>, List<GroupMembershipInfo>, List<InviteeMembershipInfo>) - Constructor for class com.dropbox.core.v2.sharing.SharedFileMembers
Shared file user, group, and invitee membership.
SharedFileMetadata - Class in com.dropbox.core.v2.sharing
Properties of the shared file.
SharedFileMetadata(String, String, FolderPolicy, String, AccessLevel, ExpectedSharedContentLinkMetadata, SharedContentLinkMetadata, List<String>, Team, String, String, String, List<FilePermission>, Date) - Constructor for class com.dropbox.core.v2.sharing.SharedFileMetadata
Properties of the shared file.
SharedFileMetadata(String, String, FolderPolicy, String) - Constructor for class com.dropbox.core.v2.sharing.SharedFileMetadata
Properties of the shared file.
SharedFileMetadata.Builder - Class in com.dropbox.core.v2.sharing
Builder for SharedFileMetadata.
SharedFolderAccessError - Enum in com.dropbox.core.v2.sharing
There is an error accessing the shared folder.
SharedFolderAccessErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a SharedFolderAccessError error.
SharedFolderAccessErrorException(String, String, LocalizedText, SharedFolderAccessError) - Constructor for exception com.dropbox.core.v2.sharing.SharedFolderAccessErrorException
 
sharedFolderChangeConfidentialityDetails(SharedFolderChangeConfidentialityDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_CONFIDENTIALITY_DETAILS.
SharedFolderChangeConfidentialityDetails - Class in com.dropbox.core.v2.teamlog
Set or unset the confidential flag on a shared folder.
SharedFolderChangeConfidentialityDetails(long, String, Confidentiality, Confidentiality) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
Set or unset the confidential flag on a shared folder.
SharedFolderChangeConfidentialityDetails(long, String, Confidentiality) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
Set or unset the confidential flag on a shared folder.
sharedFolderChangeLinkPolicyDetails(SharedFolderChangeLinkPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_LINK_POLICY_DETAILS.
SharedFolderChangeLinkPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed who can access the shared folder via a link.
SharedFolderChangeLinkPolicyDetails(long, String, SharedFolderLinkPolicy, String, SharedFolderLinkPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Changed who can access the shared folder via a link.
SharedFolderChangeLinkPolicyDetails(long, String, SharedFolderLinkPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Changed who can access the shared folder via a link.
SharedFolderChangeLinkPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedFolderChangeMemberManagementPolicyDetails(SharedFolderChangeMemberManagementPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBER_MANAGEMENT_POLICY_DETAILS.
SharedFolderChangeMemberManagementPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed who can manage the membership of a shared folder.
SharedFolderChangeMemberManagementPolicyDetails(long, String, SharedFolderMembershipManagementPolicy, String, SharedFolderMembershipManagementPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Changed who can manage the membership of a shared folder.
SharedFolderChangeMemberManagementPolicyDetails(long, String, SharedFolderMembershipManagementPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Changed who can manage the membership of a shared folder.
SharedFolderChangeMemberManagementPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedFolderChangeMemberPolicyDetails(SharedFolderChangeMemberPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_CHANGE_MEMBER_POLICY_DETAILS.
SharedFolderChangeMemberPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed who can become a member of the shared folder.
SharedFolderChangeMemberPolicyDetails(long, String, SharedFolderMemberPolicy, String, SharedFolderMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Changed who can become a member of the shared folder.
SharedFolderChangeMemberPolicyDetails(long, String, SharedFolderMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Changed who can become a member of the shared folder.
SharedFolderChangeMemberPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
sharedFolderCreateDetails(SharedFolderCreateDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_CREATE_DETAILS.
SharedFolderCreateDetails - Class in com.dropbox.core.v2.teamlog
Created a shared folder.
SharedFolderCreateDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
Created a shared folder.
SharedFolderCreateDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
Created a shared folder.
sharedFolderId - Variable in class com.dropbox.core.v2.files.FolderMetadata.Builder
 
sharedFolderId - Variable in class com.dropbox.core.v2.files.FolderMetadata
 
sharedFolderId - Variable in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
 
sharedFolderId - Variable in class com.dropbox.core.v2.files.FolderSharingInfo
 
sharedFolderId - Variable in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
 
sharedFolderId - Variable in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
 
sharedFolderId - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
sharedFolderId - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
SharedFolderJoinPolicy - Enum in com.dropbox.core.v2.teampolicies
Policy governing which shared folders a team member can join.
sharedFolderJoinPolicy - Variable in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
 
SharedFolderLinkPolicy - Enum in com.dropbox.core.v2.teamlog
 
SharedFolderMemberError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
SharedFolderMemberError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for SharedFolderMemberError.
SharedFolderMemberPolicy - Enum in com.dropbox.core.v2.teamlog
Policy for controlling who can become a member of a shared folder
SharedFolderMemberPolicy - Enum in com.dropbox.core.v2.teampolicies
Policy governing who can be a member of a folder shared by a team member.
sharedFolderMemberPolicy - Variable in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
 
SharedFolderMembers - Class in com.dropbox.core.v2.sharing
Shared folder user and group membership.
SharedFolderMembers(List<UserMembershipInfo>, List<GroupMembershipInfo>, List<InviteeMembershipInfo>, String) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMembers
Shared folder user and group membership.
SharedFolderMembers(List<UserMembershipInfo>, List<GroupMembershipInfo>, List<InviteeMembershipInfo>) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMembers
Shared folder user and group membership.
SharedFolderMembershipManagementPolicy - Enum in com.dropbox.core.v2.teamlog
 
SharedFolderMetadata - Class in com.dropbox.core.v2.sharing
The metadata which includes basic information about the shared folder.
SharedFolderMetadata(AccessLevel, boolean, boolean, String, FolderPolicy, String, String, Date, List<String>, Team, String, String, SharedContentLinkMetadata, List<FolderPermission>) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMetadata
The metadata which includes basic information about the shared folder.
SharedFolderMetadata(AccessLevel, boolean, boolean, String, FolderPolicy, String, String, Date) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMetadata
The metadata which includes basic information about the shared folder.
SharedFolderMetadata.Builder - Class in com.dropbox.core.v2.sharing
SharedFolderMetadataBase - Class in com.dropbox.core.v2.sharing
Properties of the shared folder.
SharedFolderMetadataBase(AccessLevel, boolean, boolean, List<String>, Team, String, String) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
Properties of the shared folder.
SharedFolderMetadataBase(AccessLevel, boolean, boolean) - Constructor for class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
Properties of the shared folder.
SharedFolderMetadataBase.Builder - Class in com.dropbox.core.v2.sharing
sharedFolderMountDetails(SharedFolderMountDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_MOUNT_DETAILS.
SharedFolderMountDetails - Class in com.dropbox.core.v2.teamlog
Added a shared folder to own Dropbox.
SharedFolderMountDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
Added a shared folder to own Dropbox.
sharedFolders - Variable in class com.dropbox.core.v2.team.GetStorageReport
 
sharedFolderTransferOwnershipDetails(SharedFolderTransferOwnershipDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_TRANSFER_OWNERSHIP_DETAILS.
SharedFolderTransferOwnershipDetails - Class in com.dropbox.core.v2.teamlog
Transferred the ownership of a shared folder to another member.
SharedFolderTransferOwnershipDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
Transferred the ownership of a shared folder to another member.
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
 
sharedFolderType - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
sharedFolderUnmountDetails(SharedFolderUnmountDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_FOLDER_UNMOUNT_DETAILS.
SharedFolderUnmountDetails - Class in com.dropbox.core.v2.teamlog
Deleted a shared folder from Dropbox.
SharedFolderUnmountDetails(long, String) - Constructor for class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
Deleted a shared folder from Dropbox.
SharedLink - Class in com.dropbox.core.v2.files
 
SharedLink(String, String) - Constructor for class com.dropbox.core.v2.files.SharedLink
 
SharedLink(String) - Constructor for class com.dropbox.core.v2.files.SharedLink
None
SharedLinkAccessFailureReason - Enum in com.dropbox.core.v2.sharing
 
SharedLinkCreatePolicy - Enum in com.dropbox.core.v2.teampolicies
Policy governing the visibility of shared links.
sharedLinkCreatePolicy - Variable in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
 
SharedLinkError - Enum in com.dropbox.core.v2.sharing
 
SharedLinkErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a SharedLinkError error.
SharedLinkErrorException(String, String, LocalizedText, SharedLinkError) - Constructor for exception com.dropbox.core.v2.sharing.SharedLinkErrorException
 
SharedLinkMetadata - Class in com.dropbox.core.v2.sharing
The metadata of a shared link.
SharedLinkMetadata(String, String, LinkPermissions, String, Date, String, TeamMemberInfo, Team) - Constructor for class com.dropbox.core.v2.sharing.SharedLinkMetadata
The metadata of a shared link.
SharedLinkMetadata(String, String, LinkPermissions) - Constructor for class com.dropbox.core.v2.sharing.SharedLinkMetadata
The metadata of a shared link.
SharedLinkMetadata.Builder - Class in com.dropbox.core.v2.sharing
Builder for SharedLinkMetadata.
sharedLinkPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
 
sharedLinkPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy
 
SharedLinkPolicy - Enum in com.dropbox.core.v2.sharing
Who can view shared links in this folder.
sharedLinksCreated - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
SharedLinkSettings - Class in com.dropbox.core.v2.sharing
 
SharedLinkSettings(RequestedVisibility, String, Date) - Constructor for class com.dropbox.core.v2.sharing.SharedLinkSettings
Use newBuilder to create instances of this class without specifying values for all optional fields.
SharedLinkSettings() - Constructor for class com.dropbox.core.v2.sharing.SharedLinkSettings
None
SharedLinkSettings.Builder - Class in com.dropbox.core.v2.sharing
Builder for SharedLinkSettings.
SharedLinkSettingsError - Enum in com.dropbox.core.v2.sharing
 
sharedLinksViewedByNotLoggedIn - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
sharedLinksViewedByOutsideUser - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
sharedLinksViewedByTeam - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
sharedLinksViewedTotal - Variable in class com.dropbox.core.v2.team.GetActivityReport
 
sharedNoteOpenedDetails(SharedNoteOpenedDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARED_NOTE_OPENED_DETAILS.
SharedNoteOpenedDetails - Class in com.dropbox.core.v2.teamlog
Shared Paper document was opened.
SharedNoteOpenedDetails() - Constructor for class com.dropbox.core.v2.teamlog.SharedNoteOpenedDetails
Shared Paper document was opened.
sharedUsage - Variable in class com.dropbox.core.v2.team.GetStorageReport
 
shareFolder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Share a folder with collaborators.
shareFolderBuilder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Share a folder with collaborators.
ShareFolderBuilder - Class in com.dropbox.core.v2.sharing
ShareFolderError - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
ShareFolderError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ShareFolderError.
ShareFolderErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a ShareFolderError error.
ShareFolderErrorException(String, String, LocalizedText, ShareFolderError) - Constructor for exception com.dropbox.core.v2.sharing.ShareFolderErrorException
 
ShareFolderJobStatus - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
ShareFolderJobStatus.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ShareFolderJobStatus.
ShareFolderLaunch - Class in com.dropbox.core.v2.sharing
This class is a tagged union.
ShareFolderLaunch.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for ShareFolderLaunch.
SharePathError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
SharePathError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for SharePathError.
sharing() - Method in class com.dropbox.core.v2.DbxClientV2Base
Returns client for issuing requests in the "sharing" namespace.
sharing - Variable in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
 
sharingChangeFolderJoinPolicyDetails(SharingChangeFolderJoinPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARING_CHANGE_FOLDER_JOIN_POLICY_DETAILS.
SharingChangeFolderJoinPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether team members can join shared folders owned externally (i.e.
SharingChangeFolderJoinPolicyDetails(SharingFolderJoinPolicy, SharingFolderJoinPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
Changed whether team members can join shared folders owned externally (i.e.
SharingChangeFolderJoinPolicyDetails(SharingFolderJoinPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
Changed whether team members can join shared folders owned externally (i.e.
sharingChangeLinkPolicyDetails(SharingChangeLinkPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARING_CHANGE_LINK_POLICY_DETAILS.
SharingChangeLinkPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether team members can share links externally (i.e.
SharingChangeLinkPolicyDetails(SharingLinkPolicy, SharingLinkPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
Changed whether team members can share links externally (i.e.
SharingChangeLinkPolicyDetails(SharingLinkPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
Changed whether team members can share links externally (i.e.
sharingChangeMemberPolicyDetails(SharingChangeMemberPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHARING_CHANGE_MEMBER_POLICY_DETAILS.
SharingChangeMemberPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed whether team members can share files and folders externally (i.e.
SharingChangeMemberPolicyDetails(SharingMemberPolicy, SharingMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
Changed whether team members can share files and folders externally (i.e.
SharingChangeMemberPolicyDetails(SharingMemberPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
Changed whether team members can share files and folders externally (i.e.
SharingFileAccessError - Enum in com.dropbox.core.v2.sharing
User could not access this file.
SharingFolderJoinPolicy - Enum in com.dropbox.core.v2.teamlog
Policy for controlling if team members can join shared folders owned by non team members.
sharingInfo - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
sharingInfo - Variable in class com.dropbox.core.v2.files.FileMetadata
 
sharingInfo - Variable in class com.dropbox.core.v2.files.FolderMetadata.Builder
 
sharingInfo - Variable in class com.dropbox.core.v2.files.FolderMetadata
 
SharingInfo - Class in com.dropbox.core.v2.files
Sharing info for a file or folder.
SharingInfo(boolean) - Constructor for class com.dropbox.core.v2.files.SharingInfo
Sharing info for a file or folder.
SharingLinkPolicy - Enum in com.dropbox.core.v2.teamlog
Policy for controlling if team members can share links externally
SharingMemberPolicy - Enum in com.dropbox.core.v2.teamlog
External sharing policy
sharingNonMemberRecipients - Variable in class com.dropbox.core.v2.teamlog.ShmodelFbShareDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails.Builder
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails.Builder
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails.Builder
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails.Builder
 
sharingPermission - Variable in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
 
sharingPolicies - Variable in class com.dropbox.core.v2.users.FullTeam
 
SharingPolicy - Class in com.dropbox.core.v2.paper
Sharing policy of Paper doc.
SharingPolicy(SharingPublicPolicyType, SharingTeamPolicyType) - Constructor for class com.dropbox.core.v2.paper.SharingPolicy
Sharing policy of Paper doc.
SharingPolicy() - Constructor for class com.dropbox.core.v2.paper.SharingPolicy
Sharing policy of Paper doc.
SharingPolicy.Builder - Class in com.dropbox.core.v2.paper
Builder for SharingPolicy.
SharingPublicPolicyType - Enum in com.dropbox.core.v2.paper
 
SharingTeamPolicyType - Enum in com.dropbox.core.v2.paper
The sharing policy type of the Paper doc.
SharingUserError - Enum in com.dropbox.core.v2.sharing
User account had a problem preventing this action.
SharingUserErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a SharingUserError error.
SharingUserErrorException(String, String, LocalizedText, SharingUserError) - Constructor for exception com.dropbox.core.v2.sharing.SharingUserErrorException
 
shmodelAppCreateDetails(ShmodelAppCreateDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_APP_CREATE_DETAILS.
ShmodelAppCreateDetails - Class in com.dropbox.core.v2.teamlog
Created a link to a file using an app.
ShmodelAppCreateDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
Created a link to a file using an app.
ShmodelAppCreateDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
Created a link to a file using an app.
ShmodelAppCreateDetails.Builder - Class in com.dropbox.core.v2.teamlog
shmodelCreateDetails(ShmodelCreateDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_CREATE_DETAILS.
ShmodelCreateDetails - Class in com.dropbox.core.v2.teamlog
Created a new link.
ShmodelCreateDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
Created a new link.
ShmodelCreateDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
Created a new link.
ShmodelCreateDetails.Builder - Class in com.dropbox.core.v2.teamlog
shmodelDisableDetails(ShmodelDisableDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_DISABLE_DETAILS.
ShmodelDisableDetails - Class in com.dropbox.core.v2.teamlog
Removed a link.
ShmodelDisableDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
Removed a link.
ShmodelDisableDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
Removed a link.
ShmodelDisableDetails.Builder - Class in com.dropbox.core.v2.teamlog
shmodelFbShareDetails(ShmodelFbShareDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_FB_SHARE_DETAILS.
ShmodelFbShareDetails - Class in com.dropbox.core.v2.teamlog
Shared a link with Facebook users.
ShmodelFbShareDetails(List<NonTeamMemberLogInfo>) - Constructor for class com.dropbox.core.v2.teamlog.ShmodelFbShareDetails
Shared a link with Facebook users.
shmodelGroupShareDetails(ShmodelGroupShareDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_GROUP_SHARE_DETAILS.
ShmodelGroupShareDetails - Class in com.dropbox.core.v2.teamlog
Shared a link with a group.
ShmodelGroupShareDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelGroupShareDetails
Shared a link with a group.
shmodelRemoveExpirationDetails(ShmodelRemoveExpirationDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_REMOVE_EXPIRATION_DETAILS.
ShmodelRemoveExpirationDetails - Class in com.dropbox.core.v2.teamlog
Removed the expiration date from a link.
ShmodelRemoveExpirationDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelRemoveExpirationDetails
Removed the expiration date from a link.
shmodelSetExpirationDetails(ShmodelSetExpirationDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_SET_EXPIRATION_DETAILS.
ShmodelSetExpirationDetails - Class in com.dropbox.core.v2.teamlog
Added an expiration date to a link.
ShmodelSetExpirationDetails(String, long) - Constructor for class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
Added an expiration date to a link.
shmodelTeamCopyDetails(ShmodelTeamCopyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_TEAM_COPY_DETAILS.
ShmodelTeamCopyDetails - Class in com.dropbox.core.v2.teamlog
Added a team member's file/folder to their Dropbox from a link.
ShmodelTeamCopyDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelTeamCopyDetails
Added a team member's file/folder to their Dropbox from a link.
shmodelTeamDownloadDetails(ShmodelTeamDownloadDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_TEAM_DOWNLOAD_DETAILS.
ShmodelTeamDownloadDetails - Class in com.dropbox.core.v2.teamlog
Downloaded a team member's file/folder from a link.
ShmodelTeamDownloadDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelTeamDownloadDetails
Downloaded a team member's file/folder from a link.
shmodelTeamShareDetails(ShmodelTeamShareDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_TEAM_SHARE_DETAILS.
ShmodelTeamShareDetails - Class in com.dropbox.core.v2.teamlog
Shared a link with team members.
ShmodelTeamShareDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelTeamShareDetails
Shared a link with team members.
shmodelTeamViewDetails(ShmodelTeamViewDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_TEAM_VIEW_DETAILS.
ShmodelTeamViewDetails - Class in com.dropbox.core.v2.teamlog
Opened a team member's link.
ShmodelTeamViewDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelTeamViewDetails
Opened a team member's link.
shmodelVisibilityPasswordDetails(ShmodelVisibilityPasswordDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_VISIBILITY_PASSWORD_DETAILS.
ShmodelVisibilityPasswordDetails - Class in com.dropbox.core.v2.teamlog
Password-protected a link.
ShmodelVisibilityPasswordDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelVisibilityPasswordDetails
Password-protected a link.
shmodelVisibilityPublicDetails(ShmodelVisibilityPublicDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_VISIBILITY_PUBLIC_DETAILS.
ShmodelVisibilityPublicDetails - Class in com.dropbox.core.v2.teamlog
Made a file/folder visible to anyone with the link.
ShmodelVisibilityPublicDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelVisibilityPublicDetails
Made a file/folder visible to anyone with the link.
shmodelVisibilityTeamOnlyDetails(ShmodelVisibilityTeamOnlyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SHMODEL_VISIBILITY_TEAM_ONLY_DETAILS.
ShmodelVisibilityTeamOnlyDetails - Class in com.dropbox.core.v2.teamlog
Made a file/folder visible only to team members with the link.
ShmodelVisibilityTeamOnlyDetails() - Constructor for class com.dropbox.core.v2.teamlog.ShmodelVisibilityTeamOnlyDetails
Made a file/folder visible only to team members with the link.
signInAs(WebSessionLogInfo) - Static method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns an instance of AccessMethodLogInfo that has its tag set to AccessMethodLogInfo.Tag.SIGN_IN_AS.
signInAsSessionEndDetails(SignInAsSessionEndDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SIGN_IN_AS_SESSION_END_DETAILS.
SignInAsSessionEndDetails - Class in com.dropbox.core.v2.teamlog
Ended admin sign-in-as session.
SignInAsSessionEndDetails() - Constructor for class com.dropbox.core.v2.teamlog.SignInAsSessionEndDetails
Ended admin sign-in-as session.
signInAsSessionStartDetails(SignInAsSessionStartDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SIGN_IN_AS_SESSION_START_DETAILS.
SignInAsSessionStartDetails - Class in com.dropbox.core.v2.teamlog
Started admin sign-in-as session.
SignInAsSessionStartDetails() - Constructor for class com.dropbox.core.v2.teamlog.SignInAsSessionStartDetails
Started admin sign-in-as session.
size - Variable in class com.dropbox.core.v2.files.FileMetadata.Builder
 
size - Variable in class com.dropbox.core.v2.files.FileMetadata
 
size - Variable in class com.dropbox.core.v2.files.ThumbnailArg.Builder
 
size - Variable in class com.dropbox.core.v2.files.ThumbnailArg
 
size - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
 
size - Variable in class com.dropbox.core.v2.sharing.FileLinkMetadata
 
skipFields(JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
skipValue(JsonParser) - Static method in class com.dropbox.core.json.JsonReader
 
skipValue(JsonParser) - Static method in class com.dropbox.core.stone.StoneSerializer
 
slurp(InputStream, int) - Static method in class com.dropbox.core.util.IOUtil
 
slurp(InputStream, int, byte[]) - Static method in class com.dropbox.core.util.IOUtil
 
smartSyncChangePolicyDetails(SmartSyncChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SMART_SYNC_CHANGE_POLICY_DETAILS.
SmartSyncChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed the default Smart Sync policy for team members.
SmartSyncChangePolicyDetails(SmartSyncPolicy, SmartSyncPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
Changed the default Smart Sync policy for team members.
SmartSyncChangePolicyDetails(SmartSyncPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
Changed the default Smart Sync policy for team members.
smartSyncCreateAdminPrivilegeReportDetails(SmartSyncCreateAdminPrivilegeReportDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SMART_SYNC_CREATE_ADMIN_PRIVILEGE_REPORT_DETAILS.
SmartSyncCreateAdminPrivilegeReportDetails - Class in com.dropbox.core.v2.teamlog
Smart Sync non-admin devices report created.
SmartSyncCreateAdminPrivilegeReportDetails() - Constructor for class com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportDetails
Smart Sync non-admin devices report created.
smartSyncNotOptOutDetails(SmartSyncNotOptOutDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SMART_SYNC_NOT_OPT_OUT_DETAILS.
SmartSyncNotOptOutDetails - Class in com.dropbox.core.v2.teamlog
Opted team into Smart Sync.
SmartSyncNotOptOutDetails(SmartSyncOptOutPolicy, SmartSyncOptOutPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
Opted team into Smart Sync.
smartSyncOptOutDetails(SmartSyncOptOutDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SMART_SYNC_OPT_OUT_DETAILS.
SmartSyncOptOutDetails - Class in com.dropbox.core.v2.teamlog
Opted team out of Smart Sync.
SmartSyncOptOutDetails(SmartSyncOptOutPolicy, SmartSyncOptOutPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
Opted team out of Smart Sync.
SmartSyncOptOutPolicy - Enum in com.dropbox.core.v2.teamlog
 
SmartSyncPolicy - Enum in com.dropbox.core.v2.teamlog
 
SpaceAllocation - Class in com.dropbox.core.v2.users
Space is allocated differently based on the type of account.
SpaceAllocation.Tag - Enum in com.dropbox.core.v2.users
Discriminating tag type for SpaceAllocation.
spaceLeft - Variable in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
 
SpaceLimitsLevel - Enum in com.dropbox.core.v2.teamlog
 
SpaceLimitsStatus - Enum in com.dropbox.core.v2.teamlog
 
spaceNeeded - Variable in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
 
spaceShortage - Variable in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
 
SpaceUsage - Class in com.dropbox.core.v2.users
Information about a user's space usage and quota.
SpaceUsage(long, SpaceAllocation) - Constructor for class com.dropbox.core.v2.users.SpaceUsage
Information about a user's space usage and quota.
split(String) - Static method in class com.dropbox.core.v1.DbxPathV1
 
split(String) - Static method in class com.dropbox.core.v2.DbxPathV2
 
srcAssetIndex - Variable in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
 
srcParticipantIndex - Variable in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
 
SSLConfig - Class in com.dropbox.core.http
The proper SSL configuration that should be used when connecting to Dropbox API servers.
SSLConfig() - Constructor for class com.dropbox.core.http.SSLConfig
 
SSLConfig.LoadException - Exception in com.dropbox.core.http
 
ssoAddCertDetails(SsoAddCertDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_ADD_CERT_DETAILS.
SsoAddCertDetails - Class in com.dropbox.core.v2.teamlog
Added the X.509 certificate for SSO.
SsoAddCertDetails(Certificate) - Constructor for class com.dropbox.core.v2.teamlog.SsoAddCertDetails
Added the X.509 certificate for SSO.
ssoAddLoginUrlDetails(SsoAddLoginUrlDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_ADD_LOGIN_URL_DETAILS.
SsoAddLoginUrlDetails - Class in com.dropbox.core.v2.teamlog
Added sign-in URL for SSO.
SsoAddLoginUrlDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails
Added sign-in URL for SSO.
ssoAddLogoutUrlDetails(SsoAddLogoutUrlDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_ADD_LOGOUT_URL_DETAILS.
SsoAddLogoutUrlDetails - Class in com.dropbox.core.v2.teamlog
Added sign-out URL for SSO.
SsoAddLogoutUrlDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
Added sign-out URL for SSO.
SsoAddLogoutUrlDetails() - Constructor for class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
Added sign-out URL for SSO.
ssoChangeCertDetails(SsoChangeCertDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_CHANGE_CERT_DETAILS.
SsoChangeCertDetails - Class in com.dropbox.core.v2.teamlog
Changed the X.509 certificate for SSO.
SsoChangeCertDetails(Certificate, Certificate) - Constructor for class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
Changed the X.509 certificate for SSO.
SsoChangeCertDetails(Certificate) - Constructor for class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
Changed the X.509 certificate for SSO.
ssoChangeLoginUrlDetails(SsoChangeLoginUrlDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_CHANGE_LOGIN_URL_DETAILS.
SsoChangeLoginUrlDetails - Class in com.dropbox.core.v2.teamlog
Changed the sign-in URL for SSO.
SsoChangeLoginUrlDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
Changed the sign-in URL for SSO.
ssoChangeLogoutUrlDetails(SsoChangeLogoutUrlDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_CHANGE_LOGOUT_URL_DETAILS.
SsoChangeLogoutUrlDetails - Class in com.dropbox.core.v2.teamlog
Changed the sign-out URL for SSO.
SsoChangeLogoutUrlDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
Changed the sign-out URL for SSO.
SsoChangeLogoutUrlDetails() - Constructor for class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
Changed the sign-out URL for SSO.
SsoChangeLogoutUrlDetails.Builder - Class in com.dropbox.core.v2.teamlog
ssoChangePolicyDetails(SsoChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_CHANGE_POLICY_DETAILS.
SsoChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Change the single sign-on policy for the team.
SsoChangePolicyDetails(SsoPolicy, SsoPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
Change the single sign-on policy for the team.
SsoChangePolicyDetails(SsoPolicy) - Constructor for class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
Change the single sign-on policy for the team.
ssoChangeSamlIdentityModeDetails(SsoChangeSamlIdentityModeDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_CHANGE_SAML_IDENTITY_MODE_DETAILS.
SsoChangeSamlIdentityModeDetails - Class in com.dropbox.core.v2.teamlog
Changed the SAML identity mode for SSO.
SsoChangeSamlIdentityModeDetails(long, long) - Constructor for class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
Changed the SAML identity mode for SSO.
ssoLoginFailDetails(SsoLoginFailDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_LOGIN_FAIL_DETAILS.
SsoLoginFailDetails - Class in com.dropbox.core.v2.teamlog
Failed to sign in using SSO.
SsoLoginFailDetails(FailureDetailsLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.SsoLoginFailDetails
Failed to sign in using SSO.
SsoPolicy - Enum in com.dropbox.core.v2.teampolicies
 
SsoPolicy.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
ssoRemoveCertDetails(SsoRemoveCertDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_REMOVE_CERT_DETAILS.
SsoRemoveCertDetails - Class in com.dropbox.core.v2.teamlog
Removed the X.509 certificate for SSO.
SsoRemoveCertDetails() - Constructor for class com.dropbox.core.v2.teamlog.SsoRemoveCertDetails
Removed the X.509 certificate for SSO.
ssoRemoveLoginUrlDetails(SsoRemoveLoginUrlDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_REMOVE_LOGIN_URL_DETAILS.
SsoRemoveLoginUrlDetails - Class in com.dropbox.core.v2.teamlog
Removed the sign-in URL for SSO.
SsoRemoveLoginUrlDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails
Removed the sign-in URL for SSO.
ssoRemoveLogoutUrlDetails(SsoRemoveLogoutUrlDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.SSO_REMOVE_LOGOUT_URL_DETAILS.
SsoRemoveLogoutUrlDetails - Class in com.dropbox.core.v2.teamlog
Removed single sign-on logout URL.
SsoRemoveLogoutUrlDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails
Removed single sign-on logout URL.
StandardHttpRequestor - Class in com.dropbox.core.http
HttpRequestor implementation that uses Java's standard library HttpsURLConnection.
StandardHttpRequestor(StandardHttpRequestor.Config) - Constructor for class com.dropbox.core.http.StandardHttpRequestor
Creates an instance that connects through the given proxy.
StandardHttpRequestor.Config - Class in com.dropbox.core.http
Configuration for StandardHttpRequestor that determines how network connections to the server are established.
StandardHttpRequestor.Config.Builder - Class in com.dropbox.core.http
start(String) - Method in class com.dropbox.core.DbxWebAuth
start() - Method in class com.dropbox.core.DbxWebAuthNoRedirect
Deprecated.
Start authorization.
start() - Method in class com.dropbox.core.v2.DbxDownloadStyleBuilder
Issues the download request using this builder's request parameters and returns a DbxDownloader for reading the response body.
start() - Method in class com.dropbox.core.v2.DbxUploadStyleBuilder
Begins the upload request using this builder's request parameters and returns a DbxUploader for writing the request body.
start() - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForTeamBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForUserBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.filerequests.CreateBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.filerequests.UpdateBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.AlphaUploadBuilder
 
start() - Method in class com.dropbox.core.v2.files.CopyBatchBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.CopyBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.CopyV2Builder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.DownloadBuilder
 
start() - Method in class com.dropbox.core.v2.files.GetMetadataBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.GetPreviewBuilder
 
start() - Method in class com.dropbox.core.v2.files.GetThumbnailBuilder
 
start() - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.ListRevisionsBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.MoveBatchBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.MoveBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.MoveV2Builder
Issues the request.
start() - Method in class com.dropbox.core.v2.files.SearchBuilder
Issues the request.
start - Variable in class com.dropbox.core.v2.files.SearchResult
 
start() - Method in class com.dropbox.core.v2.files.UploadBuilder
 
start() - Method in class com.dropbox.core.v2.paper.DocsDownloadBuilder
 
start() - Method in class com.dropbox.core.v2.paper.DocsListBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.paper.DocsUsersAddBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.paper.DocsUsersListBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.AddFileMemberBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.GetSharedLinkFileBuilder
 
start() - Method in class com.dropbox.core.v2.sharing.GetSharedLinkMetadataBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.ListFileMembersBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.ListFoldersBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.ListMountableFoldersBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.ListReceivedFilesBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.DevicesListMemberDevicesBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.DevicesListMembersDevicesBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.DevicesListTeamDevicesBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.GroupsCreateBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.GroupsUpdateBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.MembersListBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.MembersRemoveBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.MembersSetProfileBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.PropertiesTemplateUpdateBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.ReportsGetActivityBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.ReportsGetDevicesBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.ReportsGetMembershipBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.team.ReportsGetStorageBuilder
Issues the request.
start() - Method in class com.dropbox.core.v2.teamlog.GetEventsBuilder
Issues the request.
startDate - Variable in class com.dropbox.core.v2.team.BaseDfbReport
 
startDate - Variable in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
 
startGet(DbxRequestConfig, String, String, String, String, String[], List<HttpRequestor.Header>) - Static method in class com.dropbox.core.DbxRequestUtil
Convenience function for making HTTP GET requests.
startGetFile(String, String) - Method in class com.dropbox.core.v1.DbxClientV1
Retrieve a file's content and content metadata.
startGetThumbnail(DbxThumbnailSize, DbxThumbnailFormat, String, String) - Method in class com.dropbox.core.v1.DbxClientV1
startOAuth2Authentication(Context, String) - Static method in class com.dropbox.core.android.Auth
 
startOAuth2Authentication(Context, String, String, String[], String) - Static method in class com.dropbox.core.android.Auth
Starts the Dropbox authentication process by launching an external app (either the Dropbox app if available or a web browser) where the user will log in and allow your app access.
startPost(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.GoogleAppEngineRequestor
 
startPost(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.HttpRequestor
 
startPost(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.OkHttp3Requestor
 
startPost(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.OkHttpRequestor
 
startPost(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.StandardHttpRequestor
 
startPostNoAuth(DbxRequestConfig, String, String, String, String[], List<HttpRequestor.Header>) - Static method in class com.dropbox.core.DbxRequestUtil
Convenience function for making HTTP POST requests.
startPostRaw(DbxRequestConfig, String, String, String, byte[], List<HttpRequestor.Header>) - Static method in class com.dropbox.core.DbxRequestUtil
Convenience function for making HTTP POST requests.
startPut(DbxRequestConfig, String, String, String, String, String[], List<HttpRequestor.Header>) - Static method in class com.dropbox.core.DbxRequestUtil
Convenience function for making HTTP PUT requests.
startPut(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.GoogleAppEngineRequestor
 
startPut(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.HttpRequestor
 
startPut(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.OkHttp3Requestor
 
startPut(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.OkHttpRequestor
 
startPut(String, Iterable<HttpRequestor.Header>) - Method in class com.dropbox.core.http.StandardHttpRequestor
 
startTime - Variable in class com.dropbox.core.v2.teamcommon.TimeRange.Builder
 
startTime - Variable in class com.dropbox.core.v2.teamcommon.TimeRange
 
startUploadFile(String, DbxWriteMode, long) - Method in class com.dropbox.core.v1.DbxClientV1
Start an API request to upload a file to Dropbox.
startUploadFileChunked(String, DbxWriteMode, long) - Method in class com.dropbox.core.v1.DbxClientV1
startUploadFileChunked(int, String, DbxWriteMode, long) - Method in class com.dropbox.core.v1.DbxClientV1
startUploadFileSingle(String, DbxWriteMode, long) - Method in class com.dropbox.core.v1.DbxClientV1
status - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
status - Variable in class com.dropbox.core.v2.team.MemberProfile
 
status - Variable in class com.dropbox.core.v2.team.TeamFolderMetadata
 
statusError(TeamFolderInvalidStatusError) - Static method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns an instance of TeamFolderActivateError that has its tag set to TeamFolderActivateError.Tag.STATUS_ERROR.
statusError(TeamFolderInvalidStatusError) - Static method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns an instance of TeamFolderArchiveError that has its tag set to TeamFolderArchiveError.Tag.STATUS_ERROR.
statusError(TeamFolderInvalidStatusError) - Static method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns an instance of TeamFolderPermanentlyDeleteError that has its tag set to TeamFolderPermanentlyDeleteError.Tag.STATUS_ERROR.
statusError(TeamFolderInvalidStatusError) - Static method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns an instance of TeamFolderRenameError that has its tag set to TeamFolderRenameError.Tag.STATUS_ERROR.
StoneSerializer<T> - Class in com.dropbox.core.stone
 
StoneSerializer() - Constructor for class com.dropbox.core.stone.StoneSerializer
 
StoneSerializers - Class in com.dropbox.core.stone
 
StoneSerializers() - Constructor for class com.dropbox.core.stone.StoneSerializers
 
StorageBucket - Class in com.dropbox.core.v2.team
Describes the number of users in a specific storage bucket.
StorageBucket(String, long) - Constructor for class com.dropbox.core.v2.team.StorageBucket
Describes the number of users in a specific storage bucket.
string() - Static method in class com.dropbox.core.stone.StoneSerializers
 
StringReader - Static variable in class com.dropbox.core.json.JsonReader
 
stringToUtf8(String) - Static method in class com.dropbox.core.util.StringUtil
 
StringUtil - Class in com.dropbox.core.util
 
StringUtil() - Constructor for class com.dropbox.core.util.StringUtil
 
StructSerializer<T> - Class in com.dropbox.core.stone
 
StructSerializer() - Constructor for class com.dropbox.core.stone.StructSerializer
 
subject - Variable in class com.dropbox.core.v2.teamlog.Certificate
 
submittedFileNames - Variable in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
 
success(DeleteBatchResultData) - Static method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
Returns an instance of DeleteBatchResultEntry that has its tag set to DeleteBatchResultEntry.Tag.SUCCESS.
success(GetThumbnailBatchResultData) - Static method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Returns an instance of GetThumbnailBatchResultEntry that has its tag set to GetThumbnailBatchResultEntry.Tag.SUCCESS.
success(FileMetadata) - Static method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
Returns an instance of UploadSessionFinishBatchResultEntry that has its tag set to UploadSessionFinishBatchResultEntry.Tag.SUCCESS.
success(AccessLevel) - Static method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Returns an instance of FileMemberActionIndividualResult that has its tag set to FileMemberActionIndividualResult.Tag.SUCCESS.
success() - Static method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Returns an instance of FileMemberActionIndividualResult that has its tag set to FileMemberActionIndividualResult.Tag.SUCCESS.
success(MemberAccessLevelResult) - Static method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Returns an instance of FileMemberRemoveActionResult that has its tag set to FileMemberRemoveActionResult.Tag.SUCCESS.
success(UserCustomQuotaResult) - Static method in class com.dropbox.core.v2.team.CustomQuotaResult
Returns an instance of CustomQuotaResult that has its tag set to CustomQuotaResult.Tag.SUCCESS.
success(TeamMemberInfo) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.SUCCESS.
success(UserSelectorArg) - Static method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Returns an instance of RemoveCustomQuotaResult that has its tag set to RemoveCustomQuotaResult.Tag.SUCCESS.
success - Variable in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
 
success - Variable in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
 
supportsOpenWith - Variable in class com.dropbox.core.android.DbxOfficialAppConnector.DbxOfficialAppInstallInfo
Whether installed version of Dropbox supports OpenWith
surname - Variable in class com.dropbox.core.v1.DbxAccountInfo.NameDetails
 
surname - Variable in class com.dropbox.core.v2.teamlog.UserNameLogInfo
 
surname - Variable in class com.dropbox.core.v2.users.Name
 
SUSPENDED - Static variable in class com.dropbox.core.v2.team.TeamMemberStatus
User is no longer a member of the team, but the account can be un-suspended, re-establishing the user as a team member.
suspendedMembers - Variable in class com.dropbox.core.v2.team.GetMembershipReport
 
SYSTEM_MANAGED_GROUP_DISALLOWED - Static variable in class com.dropbox.core.v2.team.GroupMembersAddError
This operation is not supported on system-managed groups.
SYSTEM_MANAGED_GROUP_DISALLOWED - Static variable in class com.dropbox.core.v2.team.GroupMembersRemoveError
This operation is not supported on system-managed groups.

T

tag() - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.async.LaunchResultBase
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.auth.AccessError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.common.PathRootError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.CreateFolderError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.DeleteError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.DownloadError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.GetMetadataError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.ListFolderError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.ListRevisionsError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.LookupError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.MediaInfo
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.PreviewError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.RelocationError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.RestoreError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.SaveUrlError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.SaveUrlResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.SearchError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.ThumbnailError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.UploadError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.WriteError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.files.WriteMode
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.InviteeInfo
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.JobError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.JobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.LinkPassword
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.MemberSelector
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.FeatureValue
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.GroupSelector
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.GroupsSelector
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.team.UserSelectorArg
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.users.GetAccountBatchError
Returns the tag for this instance.
tag() - Method in class com.dropbox.core.v2.users.SpaceAllocation
Returns the tag for this instance.
TAG_FIELD - Static variable in class com.dropbox.core.stone.CompositeSerializer
 
TARGET_IS_INDIRECT_MEMBER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Target is indirectly a member of the folder, for example by being part of a group.
TARGET_IS_OWNER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Target is the owner of the folder.
TARGET_IS_SELF - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Target is the user itself.
TARGET_NOT_ACTIVE - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Target is not an active member of the team.
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfInviteGroupDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfNestDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
 
targetAssetIndex - Variable in class com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails
 
team() - Method in class com.dropbox.core.v2.DbxTeamClientV2Base
Returns client for issuing requests in the "team" namespace.
TEAM - Static variable in class com.dropbox.core.v2.teamlog.ContextLogInfo
Action was done on behalf of the team.
team - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
team - Variable in class com.dropbox.core.v2.users.FullAccount
 
team(TeamSpaceAllocation) - Static method in class com.dropbox.core.v2.users.SpaceAllocation
Returns an instance of SpaceAllocation that has its tag set to SpaceAllocation.Tag.TEAM.
Team - Class in com.dropbox.core.v2.users
Information about a team.
Team(String, String) - Constructor for class com.dropbox.core.v2.users.Team
Information about a team.
Team.Serializer - Class in com.dropbox.core.v2.users
For internal use only.
TEAM_FOLDER - Static variable in class com.dropbox.core.v2.files.WriteError
This endpoint cannot move or delete team folders.
TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
This action cannot be performed on a team shared folder.
TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
This action cannot be performed on a team shared folder.
TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
This action cannot be performed on a team shared folder.
TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.TransferFolderError
This action cannot be performed on a team shared folder.
TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.UnshareFolderError
This action cannot be performed on a team shared folder.
TEAM_FOLDER - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
This action cannot be performed on a team shared folder.
TEAM_POLICY_DISALLOWS_MEMBER_POLICY - Static variable in class com.dropbox.core.v2.sharing.ShareFolderError
Team policy is more restrictive than ShareFolderArg.getMemberPolicy().
TEAM_POLICY_DISALLOWS_MEMBER_POLICY - Static variable in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Team policy is more restrictive than ShareFolderArg.getMemberPolicy().
teamActivityCreateReportDetails(TeamActivityCreateReportDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_ACTIVITY_CREATE_REPORT_DETAILS.
TeamActivityCreateReportDetails - Class in com.dropbox.core.v2.teamlog
Created a team activity report.
TeamActivityCreateReportDetails(Date, Date) - Constructor for class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
Created a team activity report.
teamDisplayName - Variable in class com.dropbox.core.v2.teamlog.TeamName
 
TeamEvent - Class in com.dropbox.core.v2.teamlog
An audit log event.
TeamEvent(Date, EventCategory, ActorLogInfo, boolean, ContextLogInfo, EventType, EventDetails, OriginLogInfo, List<ParticipantLogInfo>, List<AssetLogInfo>) - Constructor for class com.dropbox.core.v2.teamlog.TeamEvent
An audit log event.
TeamEvent(Date, EventCategory, ActorLogInfo, boolean, ContextLogInfo, EventType, EventDetails) - Constructor for class com.dropbox.core.v2.teamlog.TeamEvent
An audit log event.
TeamEvent.Builder - Class in com.dropbox.core.v2.teamlog
Builder for TeamEvent.
TeamFolderAccessError - Enum in com.dropbox.core.v2.team
 
teamFolderActivate(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Sets an archived team folder's status to active.
TeamFolderActivateError - Class in com.dropbox.core.v2.team
This class is a tagged union.
TeamFolderActivateError.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamFolderActivateError.
TeamFolderActivateErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamFolderActivateError error.
TeamFolderActivateErrorException(String, String, LocalizedText, TeamFolderActivateError) - Constructor for exception com.dropbox.core.v2.team.TeamFolderActivateErrorException
 
teamFolderArchive(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Sets an active team folder's status to archived and removes all folder and file members.
teamFolderArchive(String, boolean) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Sets an active team folder's status to archived and removes all folder and file members.
teamFolderArchiveCheck(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Returns the status of an asynchronous job for archiving a team folder.
TeamFolderArchiveError - Class in com.dropbox.core.v2.team
This class is a tagged union.
TeamFolderArchiveError.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamFolderArchiveError.
TeamFolderArchiveErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamFolderArchiveError error.
TeamFolderArchiveErrorException(String, String, LocalizedText, TeamFolderArchiveError) - Constructor for exception com.dropbox.core.v2.team.TeamFolderArchiveErrorException
 
TeamFolderArchiveJobStatus - Class in com.dropbox.core.v2.team
This class is a tagged union.
TeamFolderArchiveJobStatus.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamFolderArchiveJobStatus.
TeamFolderArchiveLaunch - Class in com.dropbox.core.v2.team
This class is a tagged union.
TeamFolderArchiveLaunch.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamFolderArchiveLaunch.
teamFolderChangeStatusDetails(TeamFolderChangeStatusDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_FOLDER_CHANGE_STATUS_DETAILS.
TeamFolderChangeStatusDetails - Class in com.dropbox.core.v2.teamlog
Changed the archival status of a team folder.
TeamFolderChangeStatusDetails(TeamFolderStatus, TeamFolderStatus) - Constructor for class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
Changed the archival status of a team folder.
TeamFolderChangeStatusDetails(TeamFolderStatus) - Constructor for class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
Changed the archival status of a team folder.
teamFolderCreate(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Creates a new, active, team folder with no members.
teamFolderCreateDetails(TeamFolderCreateDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_FOLDER_CREATE_DETAILS.
TeamFolderCreateDetails - Class in com.dropbox.core.v2.teamlog
Created a new team folder in active status.
TeamFolderCreateDetails() - Constructor for class com.dropbox.core.v2.teamlog.TeamFolderCreateDetails
Created a new team folder in active status.
TeamFolderCreateError - Enum in com.dropbox.core.v2.team
 
TeamFolderCreateErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamFolderCreateError error.
TeamFolderCreateErrorException(String, String, LocalizedText, TeamFolderCreateError) - Constructor for exception com.dropbox.core.v2.team.TeamFolderCreateErrorException
 
teamFolderDowngradeDetails(TeamFolderDowngradeDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_FOLDER_DOWNGRADE_DETAILS.
TeamFolderDowngradeDetails - Class in com.dropbox.core.v2.teamlog
Downgraded a team folder to a regular shared folder.
TeamFolderDowngradeDetails(long) - Constructor for class com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails
Downgraded a team folder to a regular shared folder.
teamFolderGetInfo(List<String>) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Retrieves metadata for team folders.
TeamFolderGetInfoItem - Class in com.dropbox.core.v2.team
This class is a tagged union.
TeamFolderGetInfoItem.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamFolderGetInfoItem.
teamFolderId - Variable in class com.dropbox.core.v2.team.TeamFolderMetadata
 
TeamFolderInvalidStatusError - Enum in com.dropbox.core.v2.team
 
teamFolderList() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists all team folders.
teamFolderList(long) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Lists all team folders.
teamFolderListContinue(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Once a cursor has been retrieved from DbxTeamTeamRequests.teamFolderList(long), use this to paginate through all team folders.
TeamFolderListContinueError - Enum in com.dropbox.core.v2.team
 
TeamFolderListContinueErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamFolderListContinueError error.
TeamFolderListContinueErrorException(String, String, LocalizedText, TeamFolderListContinueError) - Constructor for exception com.dropbox.core.v2.team.TeamFolderListContinueErrorException
 
TeamFolderListError - Class in com.dropbox.core.v2.team
 
TeamFolderListError(TeamFolderAccessError) - Constructor for class com.dropbox.core.v2.team.TeamFolderListError
 
TeamFolderListErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamFolderListError error.
TeamFolderListErrorException(String, String, LocalizedText, TeamFolderListError) - Constructor for exception com.dropbox.core.v2.team.TeamFolderListErrorException
 
TeamFolderListResult - Class in com.dropbox.core.v2.team
TeamFolderListResult(List<TeamFolderMetadata>, String, boolean) - Constructor for class com.dropbox.core.v2.team.TeamFolderListResult
teamFolderMetadata(TeamFolderMetadata) - Static method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
Returns an instance of TeamFolderGetInfoItem that has its tag set to TeamFolderGetInfoItem.Tag.TEAM_FOLDER_METADATA.
TeamFolderMetadata - Class in com.dropbox.core.v2.team
Properties of a team folder.
TeamFolderMetadata(String, String, TeamFolderStatus, boolean) - Constructor for class com.dropbox.core.v2.team.TeamFolderMetadata
Properties of a team folder.
teamFolderPermanentlyDelete(String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Permanently deletes an archived team folder.
teamFolderPermanentlyDeleteDetails(TeamFolderPermanentlyDeleteDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_FOLDER_PERMANENTLY_DELETE_DETAILS.
TeamFolderPermanentlyDeleteDetails - Class in com.dropbox.core.v2.teamlog
Permanently deleted an archived team folder.
TeamFolderPermanentlyDeleteDetails() - Constructor for class com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteDetails
Permanently deleted an archived team folder.
TeamFolderPermanentlyDeleteError - Class in com.dropbox.core.v2.team
This class is a tagged union.
TeamFolderPermanentlyDeleteError.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamFolderPermanentlyDeleteError.
TeamFolderPermanentlyDeleteErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamFolderPermanentlyDeleteError error.
TeamFolderPermanentlyDeleteErrorException(String, String, LocalizedText, TeamFolderPermanentlyDeleteError) - Constructor for exception com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteErrorException
 
teamFolderRename(String, String) - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Changes an active team folder's name.
teamFolderRenameDetails(TeamFolderRenameDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_FOLDER_RENAME_DETAILS.
TeamFolderRenameDetails - Class in com.dropbox.core.v2.teamlog
Renamed an active or archived team folder.
TeamFolderRenameDetails(RelocateAssetReferencesLogInfo) - Constructor for class com.dropbox.core.v2.teamlog.TeamFolderRenameDetails
Renamed an active or archived team folder.
TeamFolderRenameError - Class in com.dropbox.core.v2.team
This class is a tagged union.
TeamFolderRenameError.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamFolderRenameError.
TeamFolderRenameErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamFolderRenameError error.
TeamFolderRenameErrorException(String, String, LocalizedText, TeamFolderRenameError) - Constructor for exception com.dropbox.core.v2.team.TeamFolderRenameErrorException
 
teamFolders - Variable in class com.dropbox.core.v2.team.TeamFolderListResult
 
TeamFolderStatus - Enum in com.dropbox.core.v2.team
 
TeamFolderStatus - Enum in com.dropbox.core.v2.teamlog
 
TeamFolderTeamSharedDropboxError - Enum in com.dropbox.core.v2.team
 
TeamGetInfoResult - Class in com.dropbox.core.v2.team
 
TeamGetInfoResult(String, String, long, long, TeamMemberPolicies) - Constructor for class com.dropbox.core.v2.team.TeamGetInfoResult
 
teamId - Variable in class com.dropbox.core.v2.team.TeamGetInfoResult
 
teamInfo - Variable in class com.dropbox.core.v2.sharing.TeamMemberInfo
 
teamJoinDetails - Variable in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder
 
teamJoinDetails - Variable in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
 
teamLegalName - Variable in class com.dropbox.core.v2.teamlog.TeamName
 
teamLicenseLimit(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.TEAM_LICENSE_LIMIT.
TeamLinkedAppLogInfo - Class in com.dropbox.core.v2.teamlog
Team linked app
TeamLinkedAppLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
Team linked app
TeamLinkedAppLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
Team linked app
TeamLinkedAppLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
teamLog() - Method in class com.dropbox.core.v2.DbxTeamClientV2Base
Returns client for issuing requests in the "team_log" namespace.
teamMember(TeamMemberLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns an instance of ContextLogInfo that has its tag set to ContextLogInfo.Tag.TEAM_MEMBER.
teamMemberId - Variable in class com.dropbox.core.v2.sharing.UserInfo
 
teamMemberId - Variable in class com.dropbox.core.v2.team.DeviceSessionArg
 
teamMemberId - Variable in class com.dropbox.core.v2.team.MemberDevices.Builder
 
teamMemberId - Variable in class com.dropbox.core.v2.team.MemberDevices
 
teamMemberId - Variable in class com.dropbox.core.v2.team.MemberLinkedApps
 
teamMemberId - Variable in class com.dropbox.core.v2.team.MemberProfile.Builder
 
teamMemberId - Variable in class com.dropbox.core.v2.team.MemberProfile
 
teamMemberId - Variable in class com.dropbox.core.v2.team.MembersSetPermissionsResult
 
teamMemberId - Variable in class com.dropbox.core.v2.team.NamespaceMetadata
 
teamMemberId - Variable in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
 
teamMemberId(String) - Static method in class com.dropbox.core.v2.team.UserSelectorArg
Returns an instance of UserSelectorArg that has its tag set to UserSelectorArg.Tag.TEAM_MEMBER_ID.
teamMemberId - Variable in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
 
teamMemberId - Variable in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
 
teamMemberId - Variable in class com.dropbox.core.v2.users.BasicAccount.Builder
 
teamMemberId - Variable in class com.dropbox.core.v2.users.BasicAccount
 
teamMemberId - Variable in class com.dropbox.core.v2.users.FullAccount.Builder
 
teamMemberId - Variable in class com.dropbox.core.v2.users.FullAccount
 
teamMemberInfo - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
teamMemberInfo - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
TeamMemberInfo - Class in com.dropbox.core.v2.sharing
Information about a team member.
TeamMemberInfo(Team, String, String) - Constructor for class com.dropbox.core.v2.sharing.TeamMemberInfo
Information about a team member.
TeamMemberInfo(Team, String) - Constructor for class com.dropbox.core.v2.sharing.TeamMemberInfo
Information about a team member.
TeamMemberInfo - Class in com.dropbox.core.v2.team
Information about a team member.
TeamMemberInfo(TeamMemberProfile, AdminTier) - Constructor for class com.dropbox.core.v2.team.TeamMemberInfo
Information about a team member.
TeamMemberLogInfo - Class in com.dropbox.core.v2.teamlog
Team member's logged information.
TeamMemberLogInfo(String, String, String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
Team member's logged information.
TeamMemberLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
Team member's logged information.
TeamMemberLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for TeamMemberLogInfo.
TeamMemberPolicies - Class in com.dropbox.core.v2.teampolicies
Policies governing team members.
TeamMemberPolicies(TeamSharingPolicies, EmmState, OfficeAddInPolicy) - Constructor for class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
Policies governing team members.
TeamMemberPolicies.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
TeamMemberProfile - Class in com.dropbox.core.v2.team
Profile of a user as a member of a team.
TeamMemberProfile(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType, List<String>, String, String, String, Date, String) - Constructor for class com.dropbox.core.v2.team.TeamMemberProfile
Profile of a user as a member of a team.
TeamMemberProfile(String, String, boolean, TeamMemberStatus, Name, TeamMembershipType, List<String>, String) - Constructor for class com.dropbox.core.v2.team.TeamMemberProfile
Profile of a user as a member of a team.
TeamMemberProfile.Builder - Class in com.dropbox.core.v2.team
Builder for TeamMemberProfile.
TeamMembershipType - Enum in com.dropbox.core.v2.team
 
TeamMembershipType - Enum in com.dropbox.core.v2.teamlog
 
TeamMemberStatus - Class in com.dropbox.core.v2.team
The user's status as a member of a specific team.
TeamMemberStatus.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for TeamMemberStatus.
teamMergeFromDetails(TeamMergeFromDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_MERGE_FROM_DETAILS.
TeamMergeFromDetails - Class in com.dropbox.core.v2.teamlog
Merged another team into this team.
TeamMergeFromDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.TeamMergeFromDetails
Merged another team into this team.
teamMergeToDetails(TeamMergeToDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_MERGE_TO_DETAILS.
TeamMergeToDetails - Class in com.dropbox.core.v2.teamlog
Merged this team into another team.
TeamMergeToDetails(String) - Constructor for class com.dropbox.core.v2.teamlog.TeamMergeToDetails
Merged this team into another team.
teamName - Variable in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
 
teamName - Variable in class com.dropbox.core.v2.teamlog.TeamMergeFromDetails
 
teamName - Variable in class com.dropbox.core.v2.teamlog.TeamMergeToDetails
 
TeamName - Class in com.dropbox.core.v2.teamlog
Team name details
TeamName(String, String) - Constructor for class com.dropbox.core.v2.teamlog.TeamName
Team name details
TeamNamespacesListContinueError - Enum in com.dropbox.core.v2.team
 
TeamNamespacesListContinueErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TeamNamespacesListContinueError error.
TeamNamespacesListContinueErrorException(String, String, LocalizedText, TeamNamespacesListContinueError) - Constructor for exception com.dropbox.core.v2.team.TeamNamespacesListContinueErrorException
 
TeamNamespacesListResult - Class in com.dropbox.core.v2.team
TeamNamespacesListResult(List<NamespaceMetadata>, String, boolean) - Constructor for class com.dropbox.core.v2.team.TeamNamespacesListResult
teamProfileAddLogoDetails(TeamProfileAddLogoDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_PROFILE_ADD_LOGO_DETAILS.
TeamProfileAddLogoDetails - Class in com.dropbox.core.v2.teamlog
Added a team logo to be displayed on shared link headers.
TeamProfileAddLogoDetails() - Constructor for class com.dropbox.core.v2.teamlog.TeamProfileAddLogoDetails
Added a team logo to be displayed on shared link headers.
teamProfileChangeDefaultLanguageDetails(TeamProfileChangeDefaultLanguageDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_PROFILE_CHANGE_DEFAULT_LANGUAGE_DETAILS.
TeamProfileChangeDefaultLanguageDetails - Class in com.dropbox.core.v2.teamlog
Changed the default language for the team.
TeamProfileChangeDefaultLanguageDetails(String, String) - Constructor for class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
Changed the default language for the team.
teamProfileChangeLogoDetails(TeamProfileChangeLogoDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_PROFILE_CHANGE_LOGO_DETAILS.
TeamProfileChangeLogoDetails - Class in com.dropbox.core.v2.teamlog
Changed the team logo to be displayed on shared link headers.
TeamProfileChangeLogoDetails() - Constructor for class com.dropbox.core.v2.teamlog.TeamProfileChangeLogoDetails
Changed the team logo to be displayed on shared link headers.
teamProfileChangeNameDetails(TeamProfileChangeNameDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_PROFILE_CHANGE_NAME_DETAILS.
TeamProfileChangeNameDetails - Class in com.dropbox.core.v2.teamlog
Changed the team name.
TeamProfileChangeNameDetails(TeamName, TeamName) - Constructor for class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
Changed the team name.
TeamProfileChangeNameDetails(TeamName) - Constructor for class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
Changed the team name.
teamProfileRemoveLogoDetails(TeamProfileRemoveLogoDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TEAM_PROFILE_REMOVE_LOGO_DETAILS.
TeamProfileRemoveLogoDetails - Class in com.dropbox.core.v2.teamlog
Removed the team logo to be displayed on shared link headers.
TeamProfileRemoveLogoDetails() - Constructor for class com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoDetails
Removed the team logo to be displayed on shared link headers.
teamSharedDropboxError(TeamFolderTeamSharedDropboxError) - Static method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns an instance of TeamFolderActivateError that has its tag set to TeamFolderActivateError.Tag.TEAM_SHARED_DROPBOX_ERROR.
teamSharedDropboxError(TeamFolderTeamSharedDropboxError) - Static method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns an instance of TeamFolderArchiveError that has its tag set to TeamFolderArchiveError.Tag.TEAM_SHARED_DROPBOX_ERROR.
teamSharedDropboxError(TeamFolderTeamSharedDropboxError) - Static method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns an instance of TeamFolderPermanentlyDeleteError that has its tag set to TeamFolderPermanentlyDeleteError.Tag.TEAM_SHARED_DROPBOX_ERROR.
teamSharedDropboxError(TeamFolderTeamSharedDropboxError) - Static method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns an instance of TeamFolderRenameError that has its tag set to TeamFolderRenameError.Tag.TEAM_SHARED_DROPBOX_ERROR.
TeamSharingPolicies - Class in com.dropbox.core.v2.teampolicies
Policies governing sharing within and outside of the team.
TeamSharingPolicies(SharedFolderMemberPolicy, SharedFolderJoinPolicy, SharedLinkCreatePolicy) - Constructor for class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
Policies governing sharing within and outside of the team.
TeamSharingPolicies.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
teamSharingPolicy - Variable in class com.dropbox.core.v2.paper.SharingPolicy.Builder
 
teamSharingPolicy - Variable in class com.dropbox.core.v2.paper.SharingPolicy
 
teamSharingPolicy - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder
 
teamSharingPolicy - Variable in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
 
teamSize - Variable in class com.dropbox.core.v2.team.GetMembershipReport
 
TeamSpaceAllocation - Class in com.dropbox.core.v2.users
 
TeamSpaceAllocation(long, long) - Constructor for class com.dropbox.core.v2.users.TeamSpaceAllocation
 
technicalErrorMessage - Variable in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder
 
technicalErrorMessage - Variable in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
 
TEMPLATE_ATTRIBUTE_TOO_LARGE - Static variable in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
The template name, description or one or more of the property field keys is too large.
TemplateError - Class in com.dropbox.core.v2.fileproperties
This class is an open tagged union.
TemplateError.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
TemplateError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for TemplateError.
TemplateErrorException - Exception in com.dropbox.core.v2.fileproperties
Exception thrown when the server responds with a TemplateError error.
TemplateErrorException(String, String, LocalizedText, TemplateError) - Constructor for exception com.dropbox.core.v2.fileproperties.TemplateErrorException
 
TemplateFilter - Class in com.dropbox.core.v2.fileproperties
This class is an open tagged union.
TemplateFilter.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for TemplateFilter.
templateId - Variable in class com.dropbox.core.v2.fileproperties.AddTemplateResult
 
templateId - Variable in class com.dropbox.core.v2.fileproperties.GetTemplateArg
 
templateId - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroup
 
templateId - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder
 
templateId - Variable in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
 
templateId - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
 
templateId - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
 
templateId - Variable in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult
 
templateIds - Variable in class com.dropbox.core.v2.fileproperties.ListTemplateResult
 
templateNotFound(String) - Static method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns an instance of AddPropertiesError that has its tag set to AddPropertiesError.Tag.TEMPLATE_NOT_FOUND.
templateNotFound(String) - Static method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns an instance of InvalidPropertyGroupError that has its tag set to InvalidPropertyGroupError.Tag.TEMPLATE_NOT_FOUND.
templateNotFound(String) - Static method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns an instance of ModifyTemplateError that has its tag set to ModifyTemplateError.Tag.TEMPLATE_NOT_FOUND.
templateNotFound(String) - Static method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns an instance of RemovePropertiesError that has its tag set to RemovePropertiesError.Tag.TEMPLATE_NOT_FOUND.
templateNotFound(String) - Static method in class com.dropbox.core.v2.fileproperties.TemplateError
Returns an instance of TemplateError that has its tag set to TemplateError.Tag.TEMPLATE_NOT_FOUND.
templateNotFound(String) - Static method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns an instance of UpdatePropertiesError that has its tag set to UpdatePropertiesError.Tag.TEMPLATE_NOT_FOUND.
templatesAddForTeam(String, String, List<PropertyFieldTemplate>) - Method in class com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests
Add a template associated with a team.
templatesAddForUser(String, String, List<PropertyFieldTemplate>) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Add a template associated with a user.
templatesGetForTeam(String) - Method in class com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests
Get the schema for a specified template.
templatesGetForUser(String) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Get the schema for a specified template.
templatesListForTeam() - Method in class com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests
Get the template identifiers for a team.
templatesListForUser() - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Get the template identifiers for a team.
templatesUpdateForTeam(String) - Method in class com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests
Update a template associated with a team.
templatesUpdateForTeamBuilder(String) - Method in class com.dropbox.core.v2.fileproperties.DbxTeamFilePropertiesRequests
Update a template associated with a team.
TemplatesUpdateForTeamBuilder - Class in com.dropbox.core.v2.fileproperties
templatesUpdateForUser(String) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Update a template associated with a user.
templatesUpdateForUserBuilder(String) - Method in class com.dropbox.core.v2.fileproperties.DbxUserFilePropertiesRequests
Update a template associated with a user.
TemplatesUpdateForUserBuilder - Class in com.dropbox.core.v2.fileproperties
tfaAddBackupPhoneDetails(TfaAddBackupPhoneDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_ADD_BACKUP_PHONE_DETAILS.
TfaAddBackupPhoneDetails - Class in com.dropbox.core.v2.teamlog
Added a backup phone for two-step verification.
TfaAddBackupPhoneDetails() - Constructor for class com.dropbox.core.v2.teamlog.TfaAddBackupPhoneDetails
Added a backup phone for two-step verification.
tfaAddSecurityKeyDetails(TfaAddSecurityKeyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_ADD_SECURITY_KEY_DETAILS.
TfaAddSecurityKeyDetails - Class in com.dropbox.core.v2.teamlog
Added a security key for two-step verification.
TfaAddSecurityKeyDetails() - Constructor for class com.dropbox.core.v2.teamlog.TfaAddSecurityKeyDetails
Added a security key for two-step verification.
tfaChangeBackupPhoneDetails(TfaChangeBackupPhoneDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_CHANGE_BACKUP_PHONE_DETAILS.
TfaChangeBackupPhoneDetails - Class in com.dropbox.core.v2.teamlog
Changed the backup phone for two-step verification.
TfaChangeBackupPhoneDetails() - Constructor for class com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneDetails
Changed the backup phone for two-step verification.
tfaChangePolicyDetails(TfaChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_CHANGE_POLICY_DETAILS.
TfaChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Change two-step verification policy for the team.
TfaChangePolicyDetails(TwoStepVerificationPolicy, TwoStepVerificationPolicy) - Constructor for class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
Change two-step verification policy for the team.
TfaChangePolicyDetails(TwoStepVerificationPolicy) - Constructor for class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
Change two-step verification policy for the team.
tfaChangeStatusDetails(TfaChangeStatusDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_CHANGE_STATUS_DETAILS.
TfaChangeStatusDetails - Class in com.dropbox.core.v2.teamlog
Enabled, disabled or changed the configuration for two-step verification.
TfaChangeStatusDetails(TfaConfiguration, TfaConfiguration, Boolean) - Constructor for class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
Enabled, disabled or changed the configuration for two-step verification.
TfaChangeStatusDetails(TfaConfiguration) - Constructor for class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
Enabled, disabled or changed the configuration for two-step verification.
TfaChangeStatusDetails.Builder - Class in com.dropbox.core.v2.teamlog
TfaConfiguration - Enum in com.dropbox.core.v2.teamlog
Two factor authentication configuration.
tfaRemoveBackupPhoneDetails(TfaRemoveBackupPhoneDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_REMOVE_BACKUP_PHONE_DETAILS.
TfaRemoveBackupPhoneDetails - Class in com.dropbox.core.v2.teamlog
Removed the backup phone for two-step verification.
TfaRemoveBackupPhoneDetails() - Constructor for class com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneDetails
Removed the backup phone for two-step verification.
tfaRemoveSecurityKeyDetails(TfaRemoveSecurityKeyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_REMOVE_SECURITY_KEY_DETAILS.
TfaRemoveSecurityKeyDetails - Class in com.dropbox.core.v2.teamlog
Removed a security key for two-step verification.
TfaRemoveSecurityKeyDetails() - Constructor for class com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyDetails
Removed a security key for two-step verification.
tfaResetDetails(TfaResetDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TFA_RESET_DETAILS.
TfaResetDetails - Class in com.dropbox.core.v2.teamlog
Reset two-step verification for team member.
TfaResetDetails() - Constructor for class com.dropbox.core.v2.teamlog.TfaResetDetails
Reset two-step verification for team member.
thumbnail - Variable in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
ThumbnailArg - Class in com.dropbox.core.v2.files
 
ThumbnailArg(String, ThumbnailFormat, ThumbnailSize) - Constructor for class com.dropbox.core.v2.files.ThumbnailArg
Use newBuilder to create instances of this class without specifying values for all optional fields.
ThumbnailArg(String) - Constructor for class com.dropbox.core.v2.files.ThumbnailArg
None
ThumbnailArg.Builder - Class in com.dropbox.core.v2.files
Builder for ThumbnailArg.
ThumbnailError - Class in com.dropbox.core.v2.files
This class is a tagged union.
ThumbnailError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for ThumbnailError.
ThumbnailErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a ThumbnailError error.
ThumbnailErrorException(String, String, LocalizedText, ThumbnailError) - Constructor for exception com.dropbox.core.v2.files.ThumbnailErrorException
 
ThumbnailFormat - Enum in com.dropbox.core.v2.files
 
ThumbnailSize - Enum in com.dropbox.core.v2.files
 
timeInvited - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
 
timeInvited - Variable in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
timeInvited - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
 
timeInvited - Variable in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
timeLastSeen - Variable in class com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder
 
timeLastSeen - Variable in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
 
TimeRange - Class in com.dropbox.core.v2.teamcommon
Time range.
TimeRange(Date, Date) - Constructor for class com.dropbox.core.v2.teamcommon.TimeRange
Time range.
TimeRange() - Constructor for class com.dropbox.core.v2.teamcommon.TimeRange
Time range.
TimeRange.Builder - Class in com.dropbox.core.v2.teamcommon
Builder for TimeRange.
TimeRange.Serializer - Class in com.dropbox.core.v2.teamcommon
For internal use only.
timestamp() - Static method in class com.dropbox.core.stone.StoneSerializers
 
timestamp - Variable in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
 
timestamp - Variable in class com.dropbox.core.v2.teamlog.TeamEvent
 
timeTaken - Variable in class com.dropbox.core.v1.DbxEntry.File.PhotoInfo
When the photo was taken.
timeTaken - Variable in class com.dropbox.core.v1.DbxEntry.File.VideoInfo
When the video was recorded.
timeTaken - Variable in class com.dropbox.core.v2.files.MediaMetadata.Builder
 
timeTaken - Variable in class com.dropbox.core.v2.files.MediaMetadata
 
TimeUnit - Enum in com.dropbox.core.v2.teamlog
 
title - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
title - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
title - Variable in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
 
title - Variable in class com.dropbox.core.v2.paper.PaperDocExportResult
 
to(WriteError) - Static method in class com.dropbox.core.v2.files.RelocationBatchError
Returns an instance of RelocationBatchError that has its tag set to RelocationBatchError.Tag.TO.
to(WriteError) - Static method in class com.dropbox.core.v2.files.RelocationError
Returns an instance of RelocationError that has its tag set to RelocationError.Tag.TO.
tokenFromOauth1(String, String) - Method in class com.dropbox.core.v2.auth.DbxAppAuthRequests
Creates an OAuth 2.0 access token from the supplied OAuth 1.0 access token.
TokenFromOAuth1Error - Enum in com.dropbox.core.v2.auth
 
TokenFromOAuth1ErrorException - Exception in com.dropbox.core.v2.auth
Exception thrown when the server responds with a TokenFromOAuth1Error error.
TokenFromOAuth1ErrorException(String, String, LocalizedText, TokenFromOAuth1Error) - Constructor for exception com.dropbox.core.v2.auth.TokenFromOAuth1ErrorException
 
TokenFromOAuth1Result - Class in com.dropbox.core.v2.auth
 
TokenFromOAuth1Result(String) - Constructor for class com.dropbox.core.v2.auth.TokenFromOAuth1Result
 
tokenGetAuthenticatedAdmin() - Method in class com.dropbox.core.v2.team.DbxTeamTeamRequests
Returns the member profile of the admin who generated the team access token used to make the call.
TokenGetAuthenticatedAdminError - Enum in com.dropbox.core.v2.team
TokenGetAuthenticatedAdminErrorException - Exception in com.dropbox.core.v2.team
Exception thrown when the server responds with a TokenGetAuthenticatedAdminError error.
TokenGetAuthenticatedAdminErrorException(String, String, LocalizedText, TokenGetAuthenticatedAdminError) - Constructor for exception com.dropbox.core.v2.team.TokenGetAuthenticatedAdminErrorException
 
TokenGetAuthenticatedAdminResult - Class in com.dropbox.core.v2.team
TokenGetAuthenticatedAdminResult(TeamMemberProfile) - Constructor for class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult
tokenKey - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
 
tokenKey - Variable in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
 
tokenKey - Variable in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails.Builder
 
tokenKey - Variable in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
 
tokenKey - Variable in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails.Builder
 
tokenKey - Variable in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
 
tokenKey - Variable in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails.Builder
 
tokenKey - Variable in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
 
tokenRevoke() - Method in class com.dropbox.core.v2.auth.DbxUserAuthRequests
Disables the access token used to authenticate the call.
TOO_MANY_FILES - Static variable in class com.dropbox.core.v2.files.DeleteError
There are too many files in one request.
TOO_MANY_FILES - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
The operation would involve more than 10,000 files and folders.
TOO_MANY_FILES - Static variable in class com.dropbox.core.v2.files.RelocationError
The operation would involve more than 10,000 files and folders.
TOO_MANY_FILES - Static variable in class com.dropbox.core.v2.files.SaveCopyReferenceError
The operation would involve more than 10,000 files and folders.
TOO_MANY_FILES - Static variable in class com.dropbox.core.v2.sharing.UnshareFolderError
This shared folder has too many files to be unshared.
TOO_MANY_INVITEES - Static variable in class com.dropbox.core.v2.sharing.AddFolderMemberError
The current user is trying to share with too many people at once.
TOO_MANY_PROPERTIES - Static variable in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
There are too many properties in the changed template.
TOO_MANY_SHARED_FOLDER_TARGETS - Static variable in class com.dropbox.core.v2.files.UploadSessionFinishError
The batch request commits files into too many different shared folders.
TOO_MANY_TEMPLATES - Static variable in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
There are too many templates for the team.
TOO_MANY_WRITE_OPERATIONS - Static variable in class com.dropbox.core.v2.files.DeleteError
There are too many write operations in user's Dropbox.
TOO_MANY_WRITE_OPERATIONS - Static variable in class com.dropbox.core.v2.files.RelocationBatchError
There are too many write operations in user's Dropbox.
TOO_MANY_WRITE_OPERATIONS - Static variable in class com.dropbox.core.v2.files.UploadSessionFinishError
There are too many write operations happening in the user's Dropbox.
tooManyMembers(long) - Static method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns an instance of AddFolderMemberError that has its tag set to AddFolderMemberError.Tag.TOO_MANY_MEMBERS.
tooManyPendingInvites(long) - Static method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns an instance of AddFolderMemberError that has its tag set to AddFolderMemberError.Tag.TOO_MANY_PENDING_INVITES.
toPath - Variable in class com.dropbox.core.v2.files.RelocationPath
 
toString() - Method in class com.dropbox.core.android.DbxOfficialAppConnector.DbxOfficialAppInstallInfo
 
toString() - Method in class com.dropbox.core.LocalizedText
 
toString() - Method in class com.dropbox.core.util.Dumpable
 
toString(StringBuilder) - Method in class com.dropbox.core.util.Dumpable
 
toString() - Method in class com.dropbox.core.util.Maybe
 
toString() - Method in class com.dropbox.core.v1.DbxThumbnailSize
 
toString() - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
 
toString() - Method in class com.dropbox.core.v2.async.LaunchResultBase
 
toString() - Method in class com.dropbox.core.v2.async.PollArg
 
toString() - Method in class com.dropbox.core.v2.auth.AccessError
 
toString() - Method in class com.dropbox.core.v2.auth.RateLimitError
 
toString() - Method in class com.dropbox.core.v2.auth.TokenFromOAuth1Result
 
toString() - Method in class com.dropbox.core.v2.common.InvalidPathRootError
 
toString() - Method in class com.dropbox.core.v2.common.PathRootError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
 
toString() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg
 
toString() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateResult
 
toString() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateArg
 
toString() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult
 
toString() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.ListTemplateResult
 
toString() - Method in class com.dropbox.core.v2.fileproperties.LookupError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchResult
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertyField
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
 
toString() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
 
toString() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
 
toString() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
 
toString() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
 
toString() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
 
toString() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
 
toString() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult
 
toString() - Method in class com.dropbox.core.v2.filerequests.FileRequest
 
toString() - Method in class com.dropbox.core.v2.filerequests.FileRequestDeadline
 
toString() - Method in class com.dropbox.core.v2.filerequests.ListFileRequestsResult
 
toString() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
 
toString() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
 
toString() - Method in class com.dropbox.core.v2.files.CommitInfo
 
toString() - Method in class com.dropbox.core.v2.files.CreateFolderError
 
toString() - Method in class com.dropbox.core.v2.files.CreateFolderResult
 
toString() - Method in class com.dropbox.core.v2.files.DeleteArg
 
toString() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
 
toString() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
 
toString() - Method in class com.dropbox.core.v2.files.DeleteBatchResult
 
toString() - Method in class com.dropbox.core.v2.files.DeleteBatchResultData
 
toString() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
 
toString() - Method in class com.dropbox.core.v2.files.DeletedMetadata
 
toString() - Method in class com.dropbox.core.v2.files.DeleteError
 
toString() - Method in class com.dropbox.core.v2.files.DeleteResult
 
toString() - Method in class com.dropbox.core.v2.files.Dimensions
 
toString() - Method in class com.dropbox.core.v2.files.DownloadError
 
toString() - Method in class com.dropbox.core.v2.files.FileMetadata
 
toString() - Method in class com.dropbox.core.v2.files.FileOpsResult
 
toString() - Method in class com.dropbox.core.v2.files.FileSharingInfo
 
toString() - Method in class com.dropbox.core.v2.files.FolderMetadata
 
toString() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
 
toString() - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
 
toString() - Method in class com.dropbox.core.v2.files.GetCopyReferenceResult
 
toString() - Method in class com.dropbox.core.v2.files.GetMetadataError
 
toString() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
 
toString() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkResult
 
toString() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResult
 
toString() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
 
toString() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
 
toString() - Method in class com.dropbox.core.v2.files.GpsCoordinates
 
toString() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
 
toString() - Method in class com.dropbox.core.v2.files.ListFolderError
 
toString() - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorResult
 
toString() - Method in class com.dropbox.core.v2.files.ListFolderLongpollResult
 
toString() - Method in class com.dropbox.core.v2.files.ListFolderResult
 
toString() - Method in class com.dropbox.core.v2.files.ListRevisionsError
 
toString() - Method in class com.dropbox.core.v2.files.ListRevisionsResult
 
toString() - Method in class com.dropbox.core.v2.files.LookupError
 
toString() - Method in class com.dropbox.core.v2.files.MediaInfo
 
toString() - Method in class com.dropbox.core.v2.files.MediaMetadata
 
toString() - Method in class com.dropbox.core.v2.files.Metadata
 
toString() - Method in class com.dropbox.core.v2.files.PhotoMetadata
 
toString() - Method in class com.dropbox.core.v2.files.PreviewError
 
toString() - Method in class com.dropbox.core.v2.files.RelocationBatchError
 
toString() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
 
toString() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
 
toString() - Method in class com.dropbox.core.v2.files.RelocationBatchResult
 
toString() - Method in class com.dropbox.core.v2.files.RelocationBatchResultData
 
toString() - Method in class com.dropbox.core.v2.files.RelocationError
 
toString() - Method in class com.dropbox.core.v2.files.RelocationPath
 
toString() - Method in class com.dropbox.core.v2.files.RelocationResult
 
toString() - Method in class com.dropbox.core.v2.files.RestoreError
 
toString() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
 
toString() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceResult
 
toString() - Method in class com.dropbox.core.v2.files.SaveUrlError
 
toString() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
 
toString() - Method in class com.dropbox.core.v2.files.SaveUrlResult
 
toString() - Method in class com.dropbox.core.v2.files.SearchError
 
toString() - Method in class com.dropbox.core.v2.files.SearchMatch
 
toString() - Method in class com.dropbox.core.v2.files.SearchResult
 
toString() - Method in class com.dropbox.core.v2.files.SharedLink
 
toString() - Method in class com.dropbox.core.v2.files.SharingInfo
 
toString() - Method in class com.dropbox.core.v2.files.ThumbnailArg
 
toString() - Method in class com.dropbox.core.v2.files.ThumbnailError
 
toString() - Method in class com.dropbox.core.v2.files.UploadError
 
toString() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionCursor
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionFinishArg
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResult
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionOffsetError
 
toString() - Method in class com.dropbox.core.v2.files.UploadSessionStartResult
 
toString() - Method in class com.dropbox.core.v2.files.UploadWriteFailed
 
toString() - Method in class com.dropbox.core.v2.files.VideoMetadata
 
toString() - Method in class com.dropbox.core.v2.files.WriteError
 
toString() - Method in class com.dropbox.core.v2.files.WriteMode
 
toString() - Method in class com.dropbox.core.v2.paper.AddMember
 
toString() - Method in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
 
toString() - Method in class com.dropbox.core.v2.paper.Cursor
 
toString() - Method in class com.dropbox.core.v2.paper.Folder
 
toString() - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
 
toString() - Method in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
 
toString() - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
 
toString() - Method in class com.dropbox.core.v2.paper.ListPaperDocsResponse
 
toString() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
 
toString() - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
toString() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
toString() - Method in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
 
toString() - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
 
toString() - Method in class com.dropbox.core.v2.paper.SharingPolicy
 
toString() - Method in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
 
toString() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
 
toString() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
 
toString() - Method in class com.dropbox.core.v2.sharing.AddMember
 
toString() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
 
toString() - Method in class com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.AudienceExceptions
 
toString() - Method in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
 
toString() - Method in class com.dropbox.core.v2.sharing.CollectionLinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
 
toString() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
 
toString() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
 
toString() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
 
toString() - Method in class com.dropbox.core.v2.sharing.FileMemberActionResult
 
toString() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
 
toString() - Method in class com.dropbox.core.v2.sharing.FilePermission
 
toString() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.FolderPermission
 
toString() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
 
toString() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
 
toString() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
 
toString() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
 
toString() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
 
toString() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksResult
 
toString() - Method in class com.dropbox.core.v2.sharing.GroupInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.InsufficientPlan
 
toString() - Method in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
 
toString() - Method in class com.dropbox.core.v2.sharing.InviteeInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.JobError
 
toString() - Method in class com.dropbox.core.v2.sharing.JobStatus
 
toString() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
 
toString() - Method in class com.dropbox.core.v2.sharing.LinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.LinkPassword
 
toString() - Method in class com.dropbox.core.v2.sharing.LinkPermission
 
toString() - Method in class com.dropbox.core.v2.sharing.LinkPermissions
 
toString() - Method in class com.dropbox.core.v2.sharing.LinkSettings
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFilesResult
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
 
toString() - Method in class com.dropbox.core.v2.sharing.ListFoldersResult
 
toString() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
 
toString() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksResult
 
toString() - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
 
toString() - Method in class com.dropbox.core.v2.sharing.MemberPermission
 
toString() - Method in class com.dropbox.core.v2.sharing.MemberSelector
 
toString() - Method in class com.dropbox.core.v2.sharing.MembershipInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
 
toString() - Method in class com.dropbox.core.v2.sharing.MountFolderError
 
toString() - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
 
toString() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
 
toString() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
 
toString() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
 
toString() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
 
toString() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
toString() - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings
 
toString() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
 
toString() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
 
toString() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
 
toString() - Method in class com.dropbox.core.v2.sharing.SharePathError
 
toString() - Method in class com.dropbox.core.v2.sharing.TeamMemberInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
 
toString() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
 
toString() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
 
toString() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
 
toString() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
 
toString() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
 
toString() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.UserInfo
 
toString() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
 
toString() - Method in class com.dropbox.core.v2.team.ActiveWebSession
 
toString() - Method in class com.dropbox.core.v2.team.ApiApp
 
toString() - Method in class com.dropbox.core.v2.team.BaseDfbReport
 
toString() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
 
toString() - Method in class com.dropbox.core.v2.team.DesktopClientSession
 
toString() - Method in class com.dropbox.core.v2.team.DevicesActive
 
toString() - Method in class com.dropbox.core.v2.team.DeviceSession
 
toString() - Method in class com.dropbox.core.v2.team.DeviceSessionArg
 
toString() - Method in class com.dropbox.core.v2.team.FeaturesGetValuesBatchResult
 
toString() - Method in class com.dropbox.core.v2.team.FeatureValue
 
toString() - Method in class com.dropbox.core.v2.team.GetActivityReport
 
toString() - Method in class com.dropbox.core.v2.team.GetDevicesReport
 
toString() - Method in class com.dropbox.core.v2.team.GetMembershipReport
 
toString() - Method in class com.dropbox.core.v2.team.GetStorageReport
 
toString() - Method in class com.dropbox.core.v2.team.GroupFullInfo
 
toString() - Method in class com.dropbox.core.v2.team.GroupMemberInfo
 
toString() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
 
toString() - Method in class com.dropbox.core.v2.team.GroupMembersChangeResult
 
toString() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
 
toString() - Method in class com.dropbox.core.v2.team.GroupSelector
 
toString() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
 
toString() - Method in class com.dropbox.core.v2.team.GroupsListResult
 
toString() - Method in class com.dropbox.core.v2.team.GroupsMembersListResult
 
toString() - Method in class com.dropbox.core.v2.team.GroupsSelector
 
toString() - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
 
toString() - Method in class com.dropbox.core.v2.team.ListMemberAppsResult
 
toString() - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult
 
toString() - Method in class com.dropbox.core.v2.team.ListMembersAppsResult
 
toString() - Method in class com.dropbox.core.v2.team.ListMembersDevicesResult
 
toString() - Method in class com.dropbox.core.v2.team.ListTeamAppsResult
 
toString() - Method in class com.dropbox.core.v2.team.ListTeamDevicesResult
 
toString() - Method in class com.dropbox.core.v2.team.MemberAccess
 
toString() - Method in class com.dropbox.core.v2.team.MemberAddArg
 
toString() - Method in class com.dropbox.core.v2.team.MemberAddResult
 
toString() - Method in class com.dropbox.core.v2.team.MemberDevices
 
toString() - Method in class com.dropbox.core.v2.team.MemberLinkedApps
 
toString() - Method in class com.dropbox.core.v2.team.MemberProfile
 
toString() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
 
toString() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
 
toString() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
 
toString() - Method in class com.dropbox.core.v2.team.MembersListResult
 
toString() - Method in class com.dropbox.core.v2.team.MembersSetPermissionsResult
 
toString() - Method in class com.dropbox.core.v2.team.MobileClientSession
 
toString() - Method in class com.dropbox.core.v2.team.NamespaceMetadata
 
toString() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
 
toString() - Method in class com.dropbox.core.v2.team.RemovedStatus
 
toString() - Method in class com.dropbox.core.v2.team.RevokeDesktopClientArg
 
toString() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
 
toString() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult
 
toString() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
 
toString() - Method in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
 
toString() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppBatchResult
 
toString() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
 
toString() - Method in class com.dropbox.core.v2.team.StorageBucket
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderListError
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderListResult
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
 
toString() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
 
toString() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
 
toString() - Method in class com.dropbox.core.v2.team.TeamMemberInfo
 
toString() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
 
toString() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
 
toString() - Method in class com.dropbox.core.v2.team.TeamNamespacesListResult
 
toString() - Method in class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult
 
toString() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
 
toString() - Method in class com.dropbox.core.v2.team.UserCustomQuotaArg
 
toString() - Method in class com.dropbox.core.v2.team.UserCustomQuotaResult
 
toString() - Method in class com.dropbox.core.v2.team.UserSelectorArg
 
toString() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
 
toString() - Method in class com.dropbox.core.v2.teamcommon.TimeRange
 
toString() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.AllowDownloadDisabledDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AllowDownloadEnabledDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ApiSessionLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.AppLinkTeamDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AppLinkUserDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AppLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkUserDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.Certificate
 
toString() - Method in class com.dropbox.core.v2.teamlog.CollectionShareDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.CreateFolderDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DesktopSessionLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceManagementDisabledDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceManagementEnabledDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DisabledDomainInvitesDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.DurationLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.EmmAddExceptionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EmmCreateUsageReportDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EmmLoginSuccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EmmRemoveExceptionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EnabledDomainInvitesDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.EventDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileAddDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileCopyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileDeleteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileDownloadDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileEditDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileGetCopyReferenceDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileMoveDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.FilePermanentlyDeleteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FilePreviewDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRenameDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRequestSendDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRestoreDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRevertDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileRollbackChangesDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
 
toString() - Method in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupAddMemberDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupCreateDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupDeleteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupMovedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupRemoveMemberDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupRenameDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.HostLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.JoinTeamDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.LogoutDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberAddNameDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MissingDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.MobileSessionLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.NoteAclInviteOnlyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.NoteAclLinkDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.NoteAclTeamLinkDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.NoteSharedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.NoteShareReceiveDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.OpenNoteSharedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperAdminExportStartDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentArchiveDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentCreateDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentRenameDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperContentRestoreDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeletedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocFollowedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocMentionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocRevertDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocTrashedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperDocViewDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewAllowDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewForbidDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.PasswordChangeDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PasswordLoginFailDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PasswordLoginSuccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PasswordResetAllDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PasswordResetDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.PathLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.ResellerLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionEndDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionStartDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SessionLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfInviteGroupDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharedNoteOpenedDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelFbShareDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelGroupShareDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelRemoveExpirationDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamCopyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamDownloadDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamShareDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamViewDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPasswordDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPublicDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityTeamOnlyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionEndDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionStartDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoAddCertDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoLoginFailDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveCertDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamFolderCreateDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamFolderRenameDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamMergeFromDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamMergeToDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamName
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamProfileAddLogoDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeLogoDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaAddBackupPhoneDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaAddSecurityKeyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TfaResetDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.UserLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.UserNameLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.WebSessionLogInfo
 
toString() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
 
toString() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
 
toString() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
 
toString() - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
 
toString() - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
 
toString() - Method in class com.dropbox.core.v2.users.Account
 
toString() - Method in class com.dropbox.core.v2.users.BasicAccount
 
toString() - Method in class com.dropbox.core.v2.users.FullAccount
 
toString() - Method in class com.dropbox.core.v2.users.FullTeam
 
toString() - Method in class com.dropbox.core.v2.users.GetAccountBatchError
 
toString() - Method in class com.dropbox.core.v2.users.IndividualSpaceAllocation
 
toString() - Method in class com.dropbox.core.v2.users.Name
 
toString() - Method in class com.dropbox.core.v2.users.SpaceAllocation
 
toString() - Method in class com.dropbox.core.v2.users.SpaceUsage
 
toString() - Method in class com.dropbox.core.v2.users.Team
 
toString() - Method in class com.dropbox.core.v2.users.TeamSpaceAllocation
 
toStringDate(Date) - Static method in class com.dropbox.core.util.DumpWriter
 
toStringLocation(StringBuilder, JsonLocation) - Static method in exception com.dropbox.core.json.JsonReadException
 
toStringMultiline() - Method in class com.dropbox.core.util.Dumpable
Like Dumpable.toString() except returns a multi-line string.
toStringMultiline(StringBuilder, int, boolean) - Method in class com.dropbox.core.util.Dumpable
Like Dumpable.toStringMultiline(), but appends the result to buf instead of returning a string.
toStringMultiline() - Method in class com.dropbox.core.v2.async.LaunchEmptyResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.async.LaunchResultBase
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.async.PollArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.auth.AccessError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.auth.RateLimitError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.auth.TokenFromOAuth1Result
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.common.InvalidPathRootError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.common.PathRootError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.AddPropertiesError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.AddTemplateResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.GetTemplateResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.ListTemplateResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.LookupError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.ModifyTemplateError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.OverwritePropertyGroupArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMatch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchMode
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchQuery
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertiesSearchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertyField
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroup
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupTemplate
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.TemplateError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.TemplateFilter
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.filerequests.FileRequest
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.filerequests.FileRequestDeadline
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.filerequests.ListFileRequestsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.AlphaGetMetadataError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.CommitInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.CreateFolderError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.CreateFolderResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteBatchJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteBatchLaunch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteBatchResultData
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteBatchResultEntry
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeletedMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DeleteResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.Dimensions
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.DownloadError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.FileMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.FileOpsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.FileSharingInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.FolderMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.FolderSharingInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetCopyReferenceError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetCopyReferenceResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetMetadataError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetTemporaryLinkResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultData
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GetThumbnailBatchResultEntry
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.GpsCoordinates
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ListFolderContinueError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ListFolderError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ListFolderLongpollResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ListFolderResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ListRevisionsError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ListRevisionsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.LookupError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.MediaInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.MediaMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.Metadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.PhotoMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.PreviewError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationBatchError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationBatchJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationBatchLaunch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationBatchResultData
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationPath
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RelocationResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.RestoreError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SaveCopyReferenceResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SaveUrlError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SaveUrlJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SaveUrlResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SearchError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SearchMatch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SearchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SharedLink
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.SharingInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ThumbnailArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.ThumbnailError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadErrorWithProperties
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionCursor
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionFinishArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionFinishError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionLookupError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionOffsetError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadSessionStartResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.UploadWriteFailed
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.VideoMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.WriteError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.files.WriteMode
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.AddMember
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.AddPaperDocUserMemberResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.Cursor
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.Folder
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.InviteeInfoWithPermissionLevel
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.ListDocsCursorError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.ListPaperDocsResponse
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.ListUsersCursorError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.PaperDocCreateUpdateResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.PaperDocExportResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.SharingPolicy
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.AddFolderMemberError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.AddMember
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.AudienceExceptionContentInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.AudienceExceptions
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.AudienceRestrictingSharedFolder
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.CollectionLinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FileMemberActionError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FileMemberActionIndividualResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FileMemberActionResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FileMemberRemoveActionResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FilePermission
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FolderPermission
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.FolderPolicy
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.GetSharedLinksResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.GroupInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.InsufficientPlan
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.InsufficientQuotaAmounts
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.InviteeInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.JobError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.JobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.LinkExpiry
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.LinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.LinkPassword
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.LinkPermission
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.LinkPermissions
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.LinkSettings
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFileMembersBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFileMembersCountResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFileMembersError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFileMembersIndividualResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFilesContinueError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFilesResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFolderMembersContinueError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListFoldersResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ListSharedLinksResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.MemberPermission
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.MemberSelector
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.MembershipInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.MountFolderError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ParentFolderAccessInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.PathLinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.PermissionDeniedReason
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.RelinquishFileMembershipError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.RelinquishFolderMembershipError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.RemoveFolderMemberError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.RemoveMemberJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedFileMembers
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedFolderMemberError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedFolderMembers
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ShareFolderError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ShareFolderJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.ShareFolderLaunch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.SharePathError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.TeamMemberInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.TransferFolderError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UnmountFolderError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UnshareFileError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UnshareFolderError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UpdateFolderMemberError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UserInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ActiveWebSession
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ApiApp
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.BaseDfbReport
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.CustomQuotaResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.DesktopClientSession
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.DevicesActive
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.DeviceSession
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.DeviceSessionArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.FeaturesGetValuesBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.FeatureValue
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GetActivityReport
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GetDevicesReport
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GetMembershipReport
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GetStorageReport
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupFullInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupMemberInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupMembersChangeResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupSelector
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupsGetInfoItem
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupsListResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupsMembersListResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.GroupsSelector
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.HasTeamSharedDropboxValue
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ListMemberAppsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ListMembersAppsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ListMembersDevicesResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ListTeamAppsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.ListTeamDevicesResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MemberAccess
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MemberAddArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MemberAddResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MemberDevices
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MemberLinkedApps
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MemberProfile
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MembersAddJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MembersAddLaunch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MembersGetInfoItem
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MembersListResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MembersSetPermissionsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.MobileClientSession
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.NamespaceMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RemoveCustomQuotaResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RemovedStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RevokeDesktopClientArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RevokeDeviceSessionStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RevokeLinkedApiAppArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppBatchResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.RevokeLinkedAppStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.StorageBucket
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderActivateError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveJobStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderArchiveLaunch
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderGetInfoItem
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderListError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderListResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderMetadata
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamFolderRenameError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamGetInfoResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamMemberInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamMemberProfile
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamMemberStatus
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TeamNamespacesListResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.TokenGetAuthenticatedAdminResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.UploadApiRateLimitValue
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.UserCustomQuotaArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.UserCustomQuotaResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.team.UserSelectorArg
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamcommon.GroupSummary
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamcommon.TimeRange
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AccessMethodLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangeAvailabilityDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureMigrateAccountDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AccountCaptureRelinquishAccountDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AllowDownloadDisabledDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AllowDownloadEnabledDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ApiSessionLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AppLinkTeamDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AppLinkUserDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AppLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkTeamDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AppUnlinkUserDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.AssetLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.Certificate
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.CollectionShareDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ContextLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.CreateFolderDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DataPlacementRestrictionSatisfyPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DesktopSessionLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpDesktopDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpMobileDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkFailDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceDeleteOnUnlinkSuccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkFailDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceLinkSuccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceManagementDisabledDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceManagementEnabledDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DeviceUnlinkDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DisabledDomainInvitesDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesApproveRequestToJoinTeamDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesDeclineRequestToJoinTeamDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesEmailExistingUsersDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesRequestToJoinTeamDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToNoDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainInvitesSetInviteNewUserPrefToYesDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DomainVerificationRemoveDomainDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.DurationLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EmmAddExceptionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EmmChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EmmCreateExceptionsReportDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EmmCreateUsageReportDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EmmLoginSuccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EmmRefreshAuthTokenDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EmmRemoveExceptionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EnabledDomainInvitesDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.EventDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ExtendedVersionHistoryChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileAddCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileAddDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileChangeCommentSubscriptionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileCommentsChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileCopyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileDeleteCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileDeleteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileDownloadDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileEditDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileGetCopyReferenceDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileLikeCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileMoveDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FilePermanentlyDeleteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FilePreviewDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRenameDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestAddDeadlineDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeFolderDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestChangeTitleDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestCloseDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestCreateDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestReceiveFileDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestRemoveDeadlineDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestsChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsEnabledDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestsEmailsRestrictedToTeamOnlyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRequestSendDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileResolveCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRestoreDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRevertDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileRollbackChangesDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileSaveCopyReferenceDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileUnlikeCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FileUnresolveCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GetTeamEventsResult
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GoogleSsoChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupAddExternalIdDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupAddMemberDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupChangeExternalIdDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupChangeManagementTypeDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupChangeMemberRoleDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupCreateDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupDeleteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupMovedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupRemoveExternalIdDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupRemoveMemberDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupRenameDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.GroupUserManagementChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.HostLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.JoinTeamDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.LogoutDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberAddNameDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberChangeEmailDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberChangeMembershipTypeDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberChangeNameDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberPermanentlyDeleteAccountContentsDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberRequestsChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsAddExceptionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsChangeStatusDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberSpaceLimitsRemoveExceptionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberSuggestionsChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MemberTransferAccountContentsDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MissingDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.MobileSessionLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NetworkControlChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NoteAclInviteOnlyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NoteAclLinkDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NoteAclTeamLinkDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NoteSharedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.NoteShareReceiveDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.OpenNoteSharedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperAdminExportStartDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperChangeDeploymentPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberLinkPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperChangeMemberPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddMemberDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentAddToFolderDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentArchiveDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentCreateDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentPermanentlyDeleteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveFromFolderDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentRemoveMemberDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentRenameDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperContentRestoreDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocAddCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeMemberRoleDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSubscriptionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeleteCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocDeletedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocDownloadDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocEditDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocFollowedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocMentionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocRequestAccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocResolveCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocRevertDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocSlackShareDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocTeamInviteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocTrashedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocumentLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocUnresolveCommentDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocUntrashedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperDocViewDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupAdditionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperEnabledUsersGroupRemovalDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewAllowDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewDefaultTeamDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperExternalViewForbidDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperFolderChangeSubscriptionDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperFolderDeletedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperFolderFollowedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperFolderLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PaperFolderTeamInviteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PasswordChangeDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PasswordLoginFailDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PasswordLoginSuccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PasswordResetAllDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PasswordResetDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PathLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.PermanentDeleteChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.RelocateAssetReferencesLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ResellerLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionEndDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ResellerSupportSessionStartDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SessionLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfAddGroupDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfAllowNonMembersToViewSharedLinksDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfExternalInviteWarnDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfInviteGroupDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfNestDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfTeamDeclineDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfTeamGrantAccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SfTeamUninviteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentCopyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentDownloadDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentRelinquishMembershipDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveInviteeDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentUnshareDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedContentViewDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeConfidentialityDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderCreateDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderMountDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderTransferOwnershipDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedFolderUnmountDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharedNoteOpenedDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharingChangeFolderJoinPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharingChangeLinkPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SharingChangeMemberPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelFbShareDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelGroupShareDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelRemoveExpirationDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelSetExpirationDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamCopyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamDownloadDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamShareDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelTeamViewDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPasswordDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityPublicDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.ShmodelVisibilityTeamOnlyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionEndDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SignInAsSessionStartDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SmartSyncChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SmartSyncCreateAdminPrivilegeReportDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SmartSyncNotOptOutDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SmartSyncOptOutDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoAddCertDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoAddLoginUrlDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoAddLogoutUrlDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoChangeCertDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLoginUrlDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoChangeSamlIdentityModeDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoLoginFailDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveCertDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLoginUrlDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.SsoRemoveLogoutUrlDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamActivityCreateReportDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamEvent
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamFolderChangeStatusDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamFolderCreateDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamFolderDowngradeDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamFolderPermanentlyDeleteDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamFolderRenameDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamMergeFromDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamMergeToDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamName
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamProfileAddLogoDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeDefaultLanguageDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeLogoDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamProfileChangeNameDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TeamProfileRemoveLogoDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaAddBackupPhoneDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaAddSecurityKeyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaChangeBackupPhoneDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaRemoveBackupPhoneDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaRemoveSecurityKeyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TfaResetDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.UserLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.UserNameLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.WebSessionLogInfo
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teampolicies.TeamMemberPolicies
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.teampolicies.TeamSharingPolicies
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.Account
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.BasicAccount
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.FullAccount
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.FullTeam
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.GetAccountBatchError
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.IndividualSpaceAllocation
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.Name
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.SpaceAllocation
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.SpaceUsage
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.Team
Returns a String representation of this object formatted for easier readability.
toStringMultiline() - Method in class com.dropbox.core.v2.users.TeamSpaceAllocation
Returns a String representation of this object formatted for easier readability.
total - Variable in class com.dropbox.core.v1.DbxAccountInfo.Quota
 
total - Variable in class com.dropbox.core.v2.team.DevicesActive
 
totalUsage - Variable in class com.dropbox.core.v2.team.GetStorageReport
 
toUtf8String(InputStream) - Static method in class com.dropbox.core.util.IOUtil
 
transferFolder(String, String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Transfer ownership of a shared folder to a member of the shared folder.
TransferFolderError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
TransferFolderError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for TransferFolderError.
TransferFolderErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a TransferFolderError error.
TransferFolderErrorException(String, String, LocalizedText, TransferFolderError) - Constructor for exception com.dropbox.core.v2.sharing.TransferFolderErrorException
 
traverseOnly - Variable in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
 
traverseOnly - Variable in class com.dropbox.core.v2.files.FolderSharingInfo
 
truncateMillis(Date) - Static method in class com.dropbox.core.util.LangUtil
 
truncateMillis(List<Date>) - Static method in class com.dropbox.core.util.LangUtil
 
twoAccountChangePolicyDetails(TwoAccountChangePolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.TWO_ACCOUNT_CHANGE_POLICY_DETAILS.
TwoAccountChangePolicyDetails - Class in com.dropbox.core.v2.teamlog
Enabled or disabled the option for team members to link a personal Dropbox account in addition to their work account to the same computer.
TwoAccountChangePolicyDetails(TwoAccountPolicy, TwoAccountPolicy) - Constructor for class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
Enabled or disabled the option for team members to link a personal Dropbox account in addition to their work account to the same computer.
TwoAccountChangePolicyDetails(TwoAccountPolicy) - Constructor for class com.dropbox.core.v2.teamlog.TwoAccountChangePolicyDetails
Enabled or disabled the option for team members to link a personal Dropbox account in addition to their work account to the same computer.
TwoAccountPolicy - Enum in com.dropbox.core.v2.teamlog
Policy for pairing personal account to work account
TwoStepVerificationPolicy - Enum in com.dropbox.core.v2.teampolicies
 
TwoStepVerificationPolicy.Serializer - Class in com.dropbox.core.v2.teampolicies
For internal use only.
type - Variable in class com.dropbox.core.v2.fileproperties.PropertyFieldTemplate
 

U

uid - Variable in class com.dropbox.core.android.DbxOfficialAppConnector
uid associated with this DbxOfficialAppConnector
uInt32() - Static method in class com.dropbox.core.stone.StoneSerializers
 
UInt32Reader - Static variable in class com.dropbox.core.json.JsonReader
 
uInt64() - Static method in class com.dropbox.core.stone.StoneSerializers
 
UInt64Reader - Static variable in class com.dropbox.core.json.JsonReader
 
UNDEFINED - Static variable in class com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy
Undefined fixed session length.
UNDEFINED - Static variable in class com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy
Undefined idle session length.
underlying - Variable in exception com.dropbox.core.v1.DbxClientV1.IODbxException
 
unexpectedStatus(HttpRequestor.Response) - Static method in class com.dropbox.core.DbxRequestUtil
 
unexpectedStatus(HttpRequestor.Response, String) - Static method in class com.dropbox.core.DbxRequestUtil
 
UnionSerializer<T> - Class in com.dropbox.core.stone
 
UnionSerializer() - Constructor for class com.dropbox.core.stone.UnionSerializer
 
unit - Variable in class com.dropbox.core.v2.teamlog.DurationLogInfo
 
UNLIMITED - Static variable in class com.dropbox.core.v2.team.UploadApiRateLimitValue
This team has unlimited upload API quota.
unmountFolder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
The current user unmounts the designated folder.
UnmountFolderError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
UnmountFolderError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for UnmountFolderError.
UnmountFolderErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a UnmountFolderError error.
UnmountFolderErrorException(String, String, LocalizedText, UnmountFolderError) - Constructor for exception com.dropbox.core.v2.sharing.UnmountFolderErrorException
 
unsharedUsage - Variable in class com.dropbox.core.v2.team.GetStorageReport
 
unshareFile(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Remove all members from this file.
UnshareFileError - Class in com.dropbox.core.v2.sharing
UnshareFileError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for UnshareFileError.
UnshareFileErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a UnshareFileError error.
UnshareFileErrorException(String, String, LocalizedText, UnshareFileError) - Constructor for exception com.dropbox.core.v2.sharing.UnshareFileErrorException
 
unshareFolder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Allows a shared folder owner to unshare the folder.
unshareFolder(String, boolean) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Allows a shared folder owner to unshare the folder.
unshareFolderError(UnshareFolderError) - Static method in class com.dropbox.core.v2.sharing.JobError
Returns an instance of JobError that has its tag set to JobError.Tag.UNSHARE_FOLDER_ERROR.
UnshareFolderError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
UnshareFolderError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for UnshareFolderError.
UnshareFolderErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a UnshareFolderError error.
UnshareFolderErrorException(String, String, LocalizedText, UnshareFolderError) - Constructor for exception com.dropbox.core.v2.sharing.UnshareFolderErrorException
 
UnsignedLongReader - Static variable in class com.dropbox.core.json.JsonReader
 
UNSUPPORTED_CONTENT - Static variable in class com.dropbox.core.v2.files.PreviewError
The file content is not supported for preview generation.
UNSUPPORTED_EXTENSION - Static variable in class com.dropbox.core.v2.files.PreviewError
The file extension is not supported preview generation.
UNSUPPORTED_EXTENSION - Static variable in class com.dropbox.core.v2.files.ThumbnailError
The file extension doesn't allow conversion to a thumbnail.
UNSUPPORTED_FOLDER - Static variable in class com.dropbox.core.v2.fileproperties.AddPropertiesError
This folder cannot be tagged.
UNSUPPORTED_FOLDER - Static variable in class com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError
This folder cannot be tagged.
UNSUPPORTED_FOLDER - Static variable in class com.dropbox.core.v2.fileproperties.RemovePropertiesError
This folder cannot be tagged.
UNSUPPORTED_FOLDER - Static variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesError
This folder cannot be tagged.
UNSUPPORTED_IMAGE - Static variable in class com.dropbox.core.v2.files.ThumbnailError
The image cannot be converted to a thumbnail.
UNSUPPORTED_LINK_TYPE - Static variable in class com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError
This type of link is not supported.
unverifiedDropboxId(String) - Static method in class com.dropbox.core.v2.sharing.AddMemberSelectorError
Returns an instance of AddMemberSelectorError that has its tag set to AddMemberSelectorError.Tag.UNVERIFIED_DROPBOX_ID.
update(String) - Static method in class com.dropbox.core.v1.DbxWriteMode
Returns a DbxWriteMode for updating an existing file.
update(String) - Method in class com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests
Update a file request.
update(FileRequestDeadline) - Static method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Returns an instance of UpdateFileRequestDeadline that has its tag set to UpdateFileRequestDeadline.Tag.UPDATE.
update() - Static method in class com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline
Returns an instance of UpdateFileRequestDeadline that has its tag set to UpdateFileRequestDeadline.Tag.UPDATE.
update(String) - Static method in class com.dropbox.core.v2.files.WriteMode
Returns an instance of WriteMode that has its tag set to WriteMode.Tag.UPDATE.
updateBuilder(String) - Method in class com.dropbox.core.v2.filerequests.DbxUserFileRequestsRequests
Update a file request.
UpdateBuilder - Class in com.dropbox.core.v2.filerequests
updated - Variable in class com.dropbox.core.v2.team.DeviceSession.Builder
 
updated - Variable in class com.dropbox.core.v2.team.DeviceSession
 
updateFileMember(String, MemberSelector, AccessLevel) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Changes a member's access on a shared file.
UpdateFileRequestDeadline - Class in com.dropbox.core.v2.filerequests
This class is an open tagged union.
UpdateFileRequestDeadline.Tag - Enum in com.dropbox.core.v2.filerequests
Discriminating tag type for UpdateFileRequestDeadline.
UpdateFileRequestError - Enum in com.dropbox.core.v2.filerequests
There is an error updating the file request.
UpdateFileRequestErrorException - Exception in com.dropbox.core.v2.filerequests
Exception thrown when the server responds with a UpdateFileRequestError error.
UpdateFileRequestErrorException(String, String, LocalizedText, UpdateFileRequestError) - Constructor for exception com.dropbox.core.v2.filerequests.UpdateFileRequestErrorException
 
updateFolderMember(String, MemberSelector, AccessLevel) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Allows an owner or editor of a shared folder to update another member's permissions.
UpdateFolderMemberError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
UpdateFolderMemberError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for UpdateFolderMemberError.
UpdateFolderMemberErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a UpdateFolderMemberError error.
UpdateFolderMemberErrorException(String, String, LocalizedText, UpdateFolderMemberError) - Constructor for exception com.dropbox.core.v2.sharing.UpdateFolderMemberErrorException
 
updateFolderPolicy(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Update the sharing policies for a shared folder.
updateFolderPolicyBuilder(String) - Method in class com.dropbox.core.v2.sharing.DbxUserSharingRequests
Update the sharing policies for a shared folder.
UpdateFolderPolicyBuilder - Class in com.dropbox.core.v2.sharing
UpdateFolderPolicyError - Class in com.dropbox.core.v2.sharing
This class is an open tagged union.
UpdateFolderPolicyError.Tag - Enum in com.dropbox.core.v2.sharing
Discriminating tag type for UpdateFolderPolicyError.
UpdateFolderPolicyErrorException - Exception in com.dropbox.core.v2.sharing
Exception thrown when the server responds with a UpdateFolderPolicyError error.
UpdateFolderPolicyErrorException(String, String, LocalizedText, UpdateFolderPolicyError) - Constructor for exception com.dropbox.core.v2.sharing.UpdateFolderPolicyErrorException
 
UpdatePropertiesArg - Class in com.dropbox.core.v2.fileproperties
 
UpdatePropertiesArg(String, List<PropertyGroupUpdate>) - Constructor for class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
 
UpdatePropertiesArg.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
UpdatePropertiesError - Class in com.dropbox.core.v2.fileproperties
This class is a tagged union.
UpdatePropertiesError.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
UpdatePropertiesError.Tag - Enum in com.dropbox.core.v2.fileproperties
Discriminating tag type for UpdatePropertiesError.
UpdatePropertiesErrorException - Exception in com.dropbox.core.v2.fileproperties
Exception thrown when the server responds with a UpdatePropertiesError error.
UpdatePropertiesErrorException(String, String, LocalizedText, UpdatePropertiesError) - Constructor for exception com.dropbox.core.v2.fileproperties.UpdatePropertiesErrorException
 
updatePropertyGroups - Variable in class com.dropbox.core.v2.fileproperties.UpdatePropertiesArg
 
UpdateTemplateArg - Class in com.dropbox.core.v2.fileproperties
 
UpdateTemplateArg(String, String, String, List<PropertyFieldTemplate>) - Constructor for class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
Use newBuilder to create instances of this class without specifying values for all optional fields.
UpdateTemplateArg(String) - Constructor for class com.dropbox.core.v2.fileproperties.UpdateTemplateArg
None
UpdateTemplateArg.Builder - Class in com.dropbox.core.v2.fileproperties
Builder for UpdateTemplateArg.
UpdateTemplateArg.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
UpdateTemplateResult - Class in com.dropbox.core.v2.fileproperties
 
UpdateTemplateResult(String) - Constructor for class com.dropbox.core.v2.fileproperties.UpdateTemplateResult
 
UpdateTemplateResult.Serializer - Class in com.dropbox.core.v2.fileproperties
For internal use only.
upload(File) - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
upload(InputStream, long) - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
upload(InputStream) - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
upload(byte[]) - Method in class com.dropbox.core.http.HttpRequestor.Uploader
 
upload(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Create a new file with the contents provided in the request.
uploadAndFinish(InputStream) - Method in class com.dropbox.core.DbxUploader
Uploads all bytes read from the given InputStream and returns the response.
uploadAndFinish(InputStream, long) - Method in class com.dropbox.core.DbxUploader
Uploads up to limit bytes read from the given InputStream and returns the response.
uploadAndFinish(InputStream) - Method in class com.dropbox.core.v2.DbxUploadStyleBuilder
uploadAndFinish(InputStream, long) - Method in class com.dropbox.core.v2.DbxUploadStyleBuilder
uploadApiRateLimit(UploadApiRateLimitValue) - Static method in class com.dropbox.core.v2.team.FeatureValue
Returns an instance of FeatureValue that has its tag set to FeatureValue.Tag.UPLOAD_API_RATE_LIMIT.
UploadApiRateLimitValue - Class in com.dropbox.core.v2.team
UploadApiRateLimitValue.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for UploadApiRateLimitValue.
uploadBuilder(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Create a new file with the contents provided in the request.
UploadBuilder - Class in com.dropbox.core.v2.files
Uploader() - Constructor for class com.dropbox.core.http.HttpRequestor.Uploader
 
Uploader() - Constructor for class com.dropbox.core.v1.DbxClientV1.Uploader
 
UploadError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
UploadError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for UploadError.
UploadErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a UploadError error.
UploadErrorException(String, String, LocalizedText, UploadError) - Constructor for exception com.dropbox.core.v2.files.UploadErrorException
 
UploadErrorWithProperties - Class in com.dropbox.core.v2.files
This class is a tagged union.
UploadErrorWithProperties.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for UploadErrorWithProperties.
UploadErrorWithPropertiesException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a UploadErrorWithProperties error.
UploadErrorWithPropertiesException(String, String, LocalizedText, UploadErrorWithProperties) - Constructor for exception com.dropbox.core.v2.files.UploadErrorWithPropertiesException
 
uploadFile(String, DbxWriteMode, long, InputStream) - Method in class com.dropbox.core.v1.DbxClientV1
uploadFile(String, DbxWriteMode, long, DbxStreamWriter<E>) - Method in class com.dropbox.core.v1.DbxClientV1
Upload file contents to Dropbox, getting contents from the given DbxStreamWriter.
uploadFileChunked(String, DbxWriteMode, long, DbxStreamWriter<E>) - Method in class com.dropbox.core.v1.DbxClientV1
uploadFileChunked(int, String, DbxWriteMode, long, DbxStreamWriter<E>) - Method in class com.dropbox.core.v1.DbxClientV1
uploadFileSingle(String, DbxWriteMode, long, DbxStreamWriter<E>) - Method in class com.dropbox.core.v1.DbxClientV1
 
uploadSessionAppend(String, long) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
UploadSessionAppendUploader - Class in com.dropbox.core.v2.files
UploadSessionAppendUploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.files.UploadSessionAppendUploader
Creates a new instance of this uploader.
uploadSessionAppendV2(UploadSessionCursor) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Append more data to an upload session.
uploadSessionAppendV2(UploadSessionCursor, boolean) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Append more data to an upload session.
UploadSessionAppendV2Uploader - Class in com.dropbox.core.v2.files
UploadSessionAppendV2Uploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.files.UploadSessionAppendV2Uploader
Creates a new instance of this uploader.
UploadSessionCursor - Class in com.dropbox.core.v2.files
 
UploadSessionCursor(String, long) - Constructor for class com.dropbox.core.v2.files.UploadSessionCursor
 
uploadSessionFinish(UploadSessionCursor, CommitInfo) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Finish an upload session and save the uploaded data to the given file path.
UploadSessionFinishArg - Class in com.dropbox.core.v2.files
 
UploadSessionFinishArg(UploadSessionCursor, CommitInfo) - Constructor for class com.dropbox.core.v2.files.UploadSessionFinishArg
 
uploadSessionFinishBatch(List<UploadSessionFinishArg>) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
This route helps you commit many files at once into a user's Dropbox.
uploadSessionFinishBatchCheck(String) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Returns the status of an asynchronous job for DbxUserFilesRequests.uploadSessionFinishBatch(List).
UploadSessionFinishBatchJobStatus - Class in com.dropbox.core.v2.files
This class is a tagged union.
UploadSessionFinishBatchJobStatus.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for UploadSessionFinishBatchJobStatus.
UploadSessionFinishBatchLaunch - Class in com.dropbox.core.v2.files
Result returned by DbxUserFilesRequests.uploadSessionFinishBatch(java.util.List) that may either launch an asynchronous job or complete synchronously.
UploadSessionFinishBatchLaunch.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for UploadSessionFinishBatchLaunch.
UploadSessionFinishBatchResult - Class in com.dropbox.core.v2.files
 
UploadSessionFinishBatchResult(List<UploadSessionFinishBatchResultEntry>) - Constructor for class com.dropbox.core.v2.files.UploadSessionFinishBatchResult
 
UploadSessionFinishBatchResultEntry - Class in com.dropbox.core.v2.files
This class is a tagged union.
UploadSessionFinishBatchResultEntry.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for UploadSessionFinishBatchResultEntry.
UploadSessionFinishError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
UploadSessionFinishError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for UploadSessionFinishError.
UploadSessionFinishErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a UploadSessionFinishError error.
UploadSessionFinishErrorException(String, String, LocalizedText, UploadSessionFinishError) - Constructor for exception com.dropbox.core.v2.files.UploadSessionFinishErrorException
 
UploadSessionFinishUploader - Class in com.dropbox.core.v2.files
UploadSessionFinishUploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.files.UploadSessionFinishUploader
Creates a new instance of this uploader.
uploadSessionId - Variable in class com.dropbox.core.v2.files.UploadWriteFailed
 
UploadSessionLookupError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
UploadSessionLookupError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for UploadSessionLookupError.
UploadSessionLookupErrorException - Exception in com.dropbox.core.v2.files
Exception thrown when the server responds with a UploadSessionLookupError error.
UploadSessionLookupErrorException(String, String, LocalizedText, UploadSessionLookupError) - Constructor for exception com.dropbox.core.v2.files.UploadSessionLookupErrorException
 
UploadSessionOffsetError - Class in com.dropbox.core.v2.files
 
UploadSessionOffsetError(long) - Constructor for class com.dropbox.core.v2.files.UploadSessionOffsetError
 
uploadSessionStart() - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Upload sessions allow you to upload a single file in one or more requests, for example where the size of the file is greater than 150 MB.
uploadSessionStart(boolean) - Method in class com.dropbox.core.v2.files.DbxUserFilesRequests
Upload sessions allow you to upload a single file in one or more requests, for example where the size of the file is greater than 150 MB.
UploadSessionStartResult - Class in com.dropbox.core.v2.files
 
UploadSessionStartResult(String) - Constructor for class com.dropbox.core.v2.files.UploadSessionStartResult
 
UploadSessionStartUploader - Class in com.dropbox.core.v2.files
UploadSessionStartUploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.files.UploadSessionStartUploader
Creates a new instance of this uploader.
uploadStyle(String, String, ArgT, boolean, StoneSerializer<ArgT>) - Method in class com.dropbox.core.v2.DbxRawClientV2
 
UploadUploader - Class in com.dropbox.core.v2.files
UploadUploader(HttpRequestor.Uploader, String) - Constructor for class com.dropbox.core.v2.files.UploadUploader
Creates a new instance of this uploader.
UploadWriteFailed - Class in com.dropbox.core.v2.files
 
UploadWriteFailed(WriteError, String) - Constructor for class com.dropbox.core.v2.files.UploadWriteFailed
 
upsellUrl - Variable in class com.dropbox.core.v2.sharing.InsufficientPlan
 
url - Variable in class com.dropbox.core.v1.DbxUrlWithExpiration
 
url - Variable in class com.dropbox.core.v2.filerequests.FileRequest.Builder
 
url - Variable in class com.dropbox.core.v2.filerequests.FileRequest
 
url - Variable in class com.dropbox.core.v2.files.SharedLink
 
url - Variable in class com.dropbox.core.v2.sharing.LinkMetadata
 
url - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
 
url - Variable in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata
 
url - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
 
url - Variable in class com.dropbox.core.v2.sharing.SharedLinkMetadata
 
UrlSafeBase64Digits - Static variable in class com.dropbox.core.util.StringUtil
 
urlSafeBase64Encode(byte[]) - Static method in class com.dropbox.core.util.StringUtil
 
used - Variable in class com.dropbox.core.v2.users.SpaceUsage
 
used - Variable in class com.dropbox.core.v2.users.TeamSpaceAllocation
 
usedRescueCode - Variable in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder
 
usedRescueCode - Variable in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails
 
user - Variable in class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
 
user - Variable in class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
 
user - Variable in class com.dropbox.core.v2.sharing.InviteeMembershipInfo
 
user - Variable in class com.dropbox.core.v2.sharing.UserMembershipInfo.Builder
 
user - Variable in class com.dropbox.core.v2.sharing.UserMembershipInfo
 
user - Variable in class com.dropbox.core.v2.team.MemberAccess
 
user - Variable in class com.dropbox.core.v2.team.UserCustomQuotaArg
 
user - Variable in class com.dropbox.core.v2.team.UserCustomQuotaResult
 
user(UserLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ActorLogInfo
Returns an instance of ActorLogInfo that has its tag set to ActorLogInfo.Tag.USER.
user(UserLogInfo) - Static method in class com.dropbox.core.v2.teamlog.ParticipantLogInfo
Returns an instance of ParticipantLogInfo that has its tag set to ParticipantLogInfo.Tag.USER.
USER_ACCOUNT_TYPE - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
The user's account type does not support this action.
USER_AGENT_ID - Static variable in class com.dropbox.core.v1.DbxClientV1
 
USER_AGENT_ID - Static variable in class com.dropbox.core.v2.DbxRawClientV2
 
USER_MUST_BE_ACTIVE_TO_BE_OWNER - Static variable in class com.dropbox.core.v2.team.GroupMembersAddError
A suspended user cannot be added to a group as GroupAccessType.OWNER.
USER_NOT_ALLOWED_BY_OWNER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
User is prohibited by the owner from taking the action.
USER_NOT_ON_TEAM - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
The user needs to be on a Dropbox team to perform this action.
USER_NOT_SAME_TEAM_AS_OWNER - Static variable in class com.dropbox.core.v2.sharing.PermissionDeniedReason
User is not on the same team as the folder owner.
userAgent - Variable in class com.dropbox.core.v2.team.ActiveWebSession.Builder
 
userAgent - Variable in class com.dropbox.core.v2.team.ActiveWebSession
 
userAgent - Variable in class com.dropbox.core.v2.teamlog.DeviceChangeIpWebDetails
 
userAlreadyOnTeam(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.USER_ALREADY_ON_TEAM.
userAlreadyPaired(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.USER_ALREADY_PAIRED.
userCannotBeManagerOfCompanyManagedGroup(List<String>) - Static method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns an instance of GroupMembersAddError that has its tag set to GroupMembersAddError.Tag.USER_CANNOT_BE_MANAGER_OF_COMPANY_MANAGED_GROUP.
userCreationFailed(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.USER_CREATION_FAILED.
UserCustomQuotaArg - Class in com.dropbox.core.v2.team
User and their required custom quota in GB (1 TB = 1024 GB).
UserCustomQuotaArg(UserSelectorArg, long) - Constructor for class com.dropbox.core.v2.team.UserCustomQuotaArg
User and their required custom quota in GB (1 TB = 1024 GB).
UserCustomQuotaResult - Class in com.dropbox.core.v2.team
User and their custom quota in GB (1 TB = 1024 GB).
UserCustomQuotaResult(UserSelectorArg, Long) - Constructor for class com.dropbox.core.v2.team.UserCustomQuotaResult
User and their custom quota in GB (1 TB = 1024 GB).
UserCustomQuotaResult(UserSelectorArg) - Constructor for class com.dropbox.core.v2.team.UserCustomQuotaResult
User and their custom quota in GB (1 TB = 1024 GB).
userError(SharingUserError) - Static method in class com.dropbox.core.v2.sharing.AddFileMemberError
Returns an instance of AddFileMemberError that has its tag set to AddFileMemberError.Tag.USER_ERROR.
userError(SharingUserError) - Static method in class com.dropbox.core.v2.sharing.GetFileMetadataError
Returns an instance of GetFileMetadataError that has its tag set to GetFileMetadataError.Tag.USER_ERROR.
userError(SharingUserError) - Static method in class com.dropbox.core.v2.sharing.ListFileMembersContinueError
Returns an instance of ListFileMembersContinueError that has its tag set to ListFileMembersContinueError.Tag.USER_ERROR.
userError(SharingUserError) - Static method in class com.dropbox.core.v2.sharing.ListFileMembersError
Returns an instance of ListFileMembersError that has its tag set to ListFileMembersError.Tag.USER_ERROR.
userError(SharingUserError) - Static method in class com.dropbox.core.v2.sharing.ListFilesContinueError
Returns an instance of ListFilesContinueError that has its tag set to ListFilesContinueError.Tag.USER_ERROR.
userError(SharingUserError) - Static method in class com.dropbox.core.v2.sharing.RemoveFileMemberError
Returns an instance of RemoveFileMemberError that has its tag set to RemoveFileMemberError.Tag.USER_ERROR.
userError(SharingUserError) - Static method in class com.dropbox.core.v2.sharing.UnshareFileError
Returns an instance of UnshareFileError that has its tag set to UnshareFileError.Tag.USER_ERROR.
UserFileMembershipInfo - Class in com.dropbox.core.v2.sharing
The information about a user member of the shared content with an appended last seen timestamp.
UserFileMembershipInfo(AccessLevel, UserInfo, List<MemberPermission>, String, boolean, Date) - Constructor for class com.dropbox.core.v2.sharing.UserFileMembershipInfo
The information about a user member of the shared content with an appended last seen timestamp.
UserFileMembershipInfo(AccessLevel, UserInfo) - Constructor for class com.dropbox.core.v2.sharing.UserFileMembershipInfo
The information about a user member of the shared content with an appended last seen timestamp.
UserFileMembershipInfo.Builder - Class in com.dropbox.core.v2.sharing
userFriendlyMessage - Variable in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder
 
userFriendlyMessage - Variable in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo
 
userId - Variable in class com.dropbox.core.v1.DbxAccountInfo
 
UserInfo - Class in com.dropbox.core.v2.sharing
Basic information about a user.
UserInfo(String, boolean, String) - Constructor for class com.dropbox.core.v2.sharing.UserInfo
Basic information about a user.
UserInfo(String, boolean) - Constructor for class com.dropbox.core.v2.sharing.UserInfo
Basic information about a user.
UserInfo.Serializer - Class in com.dropbox.core.v2.sharing
For internal use only.
UserInfoWithPermissionLevel - Class in com.dropbox.core.v2.paper
 
UserInfoWithPermissionLevel(UserInfo, PaperDocPermissionLevel) - Constructor for class com.dropbox.core.v2.paper.UserInfoWithPermissionLevel
 
UserLinkedAppLogInfo - Class in com.dropbox.core.v2.teamlog
User linked app
UserLinkedAppLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
User linked app
UserLinkedAppLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo
User linked app
UserLinkedAppLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
UserLogInfo - Class in com.dropbox.core.v2.teamlog
User's logged information.
UserLogInfo(String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.UserLogInfo
User's logged information.
UserLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.UserLogInfo
User's logged information.
UserLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
Builder for UserLogInfo.
UserMembershipInfo - Class in com.dropbox.core.v2.sharing
The information about a user member of the shared content.
UserMembershipInfo(AccessLevel, UserInfo, List<MemberPermission>, String, boolean) - Constructor for class com.dropbox.core.v2.sharing.UserMembershipInfo
The information about a user member of the shared content.
UserMembershipInfo(AccessLevel, UserInfo) - Constructor for class com.dropbox.core.v2.sharing.UserMembershipInfo
The information about a user member of the shared content.
UserMembershipInfo.Builder - Class in com.dropbox.core.v2.sharing
Builder for UserMembershipInfo.
userMigrationFailed(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.USER_MIGRATION_FAILED.
UserNameLogInfo - Class in com.dropbox.core.v2.teamlog
User's name logged information
UserNameLogInfo(String, String, String) - Constructor for class com.dropbox.core.v2.teamlog.UserNameLogInfo
User's name logged information
UserNameLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.UserNameLogInfo
User's name logged information
userOnAnotherTeam(String) - Static method in class com.dropbox.core.v2.team.MemberAddResult
Returns an instance of MemberAddResult that has its tag set to MemberAddResult.Tag.USER_ON_ANOTHER_TEAM.
UserOnPaperDocFilter - Enum in com.dropbox.core.v2.paper
 
UserOrTeamLinkedAppLogInfo - Class in com.dropbox.core.v2.teamlog
User or team linked app.
UserOrTeamLinkedAppLogInfo(String, String) - Constructor for class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
User or team linked app.
UserOrTeamLinkedAppLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo
User or team linked app.
UserOrTeamLinkedAppLogInfo.Builder - Class in com.dropbox.core.v2.teamlog
users() - Method in class com.dropbox.core.v2.DbxClientV2Base
Returns client for issuing requests in the "users" namespace.
users - Variable in class com.dropbox.core.v2.paper.ListUsersOnFolderResponse
 
users - Variable in class com.dropbox.core.v2.paper.ListUsersOnPaperDocResponse
 
users - Variable in class com.dropbox.core.v2.sharing.SharedFileMembers
 
users - Variable in class com.dropbox.core.v2.sharing.SharedFolderMembers
 
users - Variable in class com.dropbox.core.v2.team.StorageBucket
 
UserSelectorArg - Class in com.dropbox.core.v2.team
Argument for selecting a single user, either by team_member_id, external_id or email.
UserSelectorArg.Tag - Enum in com.dropbox.core.v2.team
Discriminating tag type for UserSelectorArg.
usersNotFound(List<String>) - Static method in class com.dropbox.core.v2.team.GroupMembersAddError
Returns an instance of GroupMembersAddError that has its tag set to GroupMembersAddError.Tag.USERS_NOT_FOUND.
usersNotFound(List<String>) - Static method in class com.dropbox.core.v2.team.GroupMembersRemoveError
Returns an instance of GroupMembersRemoveError that has its tag set to GroupMembersRemoveError.Tag.USERS_NOT_FOUND.
UTC - Static variable in class com.dropbox.core.json.JsonDateReader
 
UTF8 - Static variable in class com.dropbox.core.util.StringUtil
 
utf8Reader(InputStream) - Static method in class com.dropbox.core.util.IOUtil
 
utf8ToString(byte[]) - Static method in class com.dropbox.core.util.StringUtil
 
utf8ToString(byte[], int, int) - Static method in class com.dropbox.core.util.StringUtil
 
utf8Writer(OutputStream) - Static method in class com.dropbox.core.util.IOUtil
 

V

v(Iterable<? extends Dumpable>) - Method in class com.dropbox.core.util.DumpWriter
 
v(String) - Method in class com.dropbox.core.util.DumpWriter
 
v(int) - Method in class com.dropbox.core.util.DumpWriter
 
v(long) - Method in class com.dropbox.core.util.DumpWriter
 
v(boolean) - Method in class com.dropbox.core.util.DumpWriter
 
v(float) - Method in class com.dropbox.core.util.DumpWriter
 
v(double) - Method in class com.dropbox.core.util.DumpWriter
 
v(Date) - Method in class com.dropbox.core.util.DumpWriter
 
v(Long) - Method in class com.dropbox.core.util.DumpWriter
 
v(Dumpable) - Method in class com.dropbox.core.util.DumpWriter
 
validate(T) - Method in class com.dropbox.core.json.JsonReader
 
value - Variable in class com.dropbox.core.v2.fileproperties.PropertyField
 
value - Variable in class com.dropbox.core.v2.paper.Cursor
 
value - Variable in class com.dropbox.core.v2.teamlog.MemberAddNameDetails
 
valueOf(String) - Static method in enum com.dropbox.core.v2.async.LaunchEmptyResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.async.LaunchResultBase.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.async.PollEmptyResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.async.PollError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.auth.AccessError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.auth.InvalidAccountTypeError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.auth.PaperAccessError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.auth.RateLimitReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.auth.TokenFromOAuth1Error
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.common.PathRootError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.AddPropertiesError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.LogicalOperator
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.LookupError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.LookUpPropertiesError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.ModifyTemplateError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.PropertiesSearchError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.PropertiesSearchMode.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.PropertyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.RemovePropertiesError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.TemplateError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.TemplateFilter.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.fileproperties.UpdatePropertiesError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.filerequests.CreateFileRequestError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.filerequests.GetFileRequestError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.filerequests.GracePeriod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.filerequests.ListFileRequestsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.filerequests.UpdateFileRequestError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.AlphaGetMetadataError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.CreateFolderError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.DeleteBatchError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.DeleteBatchJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.DeleteBatchLaunch.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.DeleteBatchResultEntry.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.DeleteError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.DownloadError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.GetCopyReferenceError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.GetMetadataError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.GetTemporaryLinkError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.GetThumbnailBatchError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.GetThumbnailBatchResultEntry.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ListFolderContinueError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ListFolderError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ListFolderLongpollError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ListRevisionsError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ListRevisionsMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.LookupError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.MediaInfo.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.PreviewError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.RelocationBatchError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.RelocationBatchJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.RelocationBatchLaunch.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.RelocationError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.RestoreError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.SaveCopyReferenceError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.SaveUrlError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.SaveUrlJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.SaveUrlResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.SearchError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.SearchMatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.SearchMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ThumbnailError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ThumbnailFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.ThumbnailSize
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.UploadError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.UploadErrorWithProperties.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.UploadSessionLookupError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.WriteConflictError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.WriteError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.files.WriteMode.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.AddPaperDocUserResult
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.DocLookupError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.ExportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.FolderSharingPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.ImportFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.ListDocsCursorError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.ListPaperDocsFilterBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.ListPaperDocsSortBy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.ListPaperDocsSortOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.ListUsersCursorError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.PaperApiCursorError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.PaperDocCreateError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.PaperDocPermissionLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.PaperDocUpdateError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.PaperDocUpdatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.SharingPublicPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.SharingTeamPolicyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.paper.UserOnPaperDocFilter
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.AccessLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.AclUpdatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.AddFileMemberError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.AddFolderMemberError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.AddMemberSelectorError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.CreateSharedLinkError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.FileAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.FileMemberActionError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.FileMemberActionIndividualResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.FileMemberRemoveActionResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.FolderAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.GetFileMetadataError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.GetSharedLinkFileError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.GetSharedLinksError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.InviteeInfo.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.JobError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.JobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.LinkAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.LinkAudience
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.LinkExpiry.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.LinkPassword.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ListFileMembersContinueError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ListFileMembersError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ListFileMembersIndividualResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ListFilesContinueError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ListFolderMembersContinueError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ListFoldersContinueError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ListSharedLinksError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.MemberAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.MemberPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.MemberSelector.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.MountFolderError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.PendingUploadMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.PermissionDeniedReason.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.RelinquishFileMembershipError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.RelinquishFolderMembershipError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.RemoveFileMemberError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.RemoveFolderMemberError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.RemoveMemberJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.RequestedVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ResolvedVisibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.RevokeSharedLinkError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharedFolderAccessError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharedFolderMemberError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharedLinkAccessFailureReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharedLinkError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharedLinkPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharedLinkSettingsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ShareFolderError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ShareFolderJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ShareFolderLaunch.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharePathError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharingFileAccessError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.SharingUserError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.TransferFolderError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.UnmountFolderError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.UnshareFileError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.UnshareFolderError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.UpdateFolderMemberError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.UpdateFolderPolicyError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.ViewerInfoPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.sharing.Visibility
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.AdminTier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.CustomQuotaError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.CustomQuotaResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.DateRangeError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.DesktopPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.Feature
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.FeaturesGetValuesBatchError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.FeatureValue.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupCreateError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupDeleteError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupMembersAddError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupMemberSetAccessTypeError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupMembersRemoveError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupSelector.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupSelectorError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupsGetInfoError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupsGetInfoItem.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupsListContinueError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupsMembersListContinueError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupsPollError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupsSelector.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.GroupUpdateError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.HasTeamSharedDropboxValue.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.ListMemberAppsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.ListMemberDevicesError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.ListMembersAppsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.ListMembersDevicesError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.ListTeamAppsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.ListTeamDevicesError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MemberAddResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersAddJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersAddLaunch.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersGetInfoError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersGetInfoItem.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersListContinueError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersListError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersRecoverError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersRemoveError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersSendWelcomeError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersSetPermissionsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersSetProfileError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersSuspendError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MembersUnsuspendError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.MobileClientPlatform
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.NamespaceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.RemoveCustomQuotaResult.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.RevokeDeviceSessionArg.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.RevokeDeviceSessionBatchError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.RevokeDeviceSessionError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.RevokeLinkedAppBatchError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.RevokeLinkedAppError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderAccessError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderActivateError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderArchiveError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderArchiveJobStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderArchiveLaunch.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderCreateError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderGetInfoItem.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderInvalidStatusError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderListContinueError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderRenameError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamFolderTeamSharedDropboxError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamMembershipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamMemberStatus.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TeamNamespacesListContinueError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.TokenGetAuthenticatedAdminError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.UploadApiRateLimitValue.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.team.UserSelectorArg.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamcommon.GroupManagementType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamcommon.GroupType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.AccessMethodLogInfo.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.AccountCaptureAvailability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.AccountCapturePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.ActorLogInfo.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.AdminRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.AssetLogInfo.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.Confidentiality
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.ContentPermanentDeletePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.ContextLogInfo.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.DeviceApprovalsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.DeviceUnlinkPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.EventCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.EventDetails.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.EventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.ExtendedVersionHistoryPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.FileCommentNotificationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.FileCommentsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.FileRequestsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.GetTeamEventsContinueError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.GetTeamEventsError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.GoogleSsoPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.GroupJoinPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.GroupUserManagementPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.LinkAudience
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.MemberRequestsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.MemberStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.MemberSuggestionsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.NetworkControlPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.PaperAccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.PaperDownloadFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.PaperMemberPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.ParticipantLogInfo.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.PlacementRestriction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharedContentDownloadsPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharedContentViewerInfoPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharedFolderLinkPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharedFolderMemberPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharedFolderMembershipManagementPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharingFolderJoinPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharingLinkPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SharingMemberPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SmartSyncOptOutPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SmartSyncPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SpaceLimitsLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.SpaceLimitsStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.TeamFolderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.TeamMembershipType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.TfaConfiguration
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.TwoAccountPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.EmmState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.OfficeAddInPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.PaperEnabledPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.RolloutMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.SharedFolderJoinPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.SharedFolderMemberPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.SharedLinkCreatePolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.SsoPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.users.GetAccountBatchError.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.users.GetAccountError
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.users.SpaceAllocation.Tag
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dropbox.core.v2.userscommon.AccountType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.dropbox.core.v2.async.LaunchEmptyResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.async.LaunchResultBase.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.async.PollEmptyResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.async.PollError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.auth.AccessError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.auth.InvalidAccountTypeError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.auth.PaperAccessError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.auth.RateLimitReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.auth.TokenFromOAuth1Error
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.common.PathRootError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.AddPropertiesError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.InvalidPropertyGroupError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.LogicalOperator
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.LookupError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.LookUpPropertiesError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.ModifyTemplateError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.PropertiesSearchError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.PropertiesSearchMode.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.PropertyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.RemovePropertiesError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.TemplateError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.TemplateFilter.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.fileproperties.UpdatePropertiesError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.filerequests.CreateFileRequestError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.filerequests.GetFileRequestError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.filerequests.GracePeriod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.filerequests.ListFileRequestsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.filerequests.UpdateFileRequestDeadline.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.filerequests.UpdateFileRequestError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.AlphaGetMetadataError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.CreateFolderError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.DeleteBatchError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.DeleteBatchJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.DeleteBatchLaunch.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.DeleteBatchResultEntry.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.DeleteError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.DownloadError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.GetCopyReferenceError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.GetMetadataError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.GetTemporaryLinkError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.GetThumbnailBatchError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.GetThumbnailBatchResultEntry.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ListFolderContinueError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ListFolderError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ListFolderLongpollError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ListRevisionsError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ListRevisionsMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.LookupError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.MediaInfo.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.PreviewError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.RelocationBatchError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.RelocationBatchJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.RelocationBatchLaunch.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.RelocationError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.RestoreError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.SaveCopyReferenceError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.SaveUrlError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.SaveUrlJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.SaveUrlResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.SearchError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.SearchMatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.SearchMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ThumbnailError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ThumbnailFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.ThumbnailSize
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.UploadError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.UploadErrorWithProperties.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishBatchJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishBatchLaunch.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishBatchResultEntry.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.UploadSessionFinishError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.UploadSessionLookupError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.WriteConflictError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.WriteError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.files.WriteMode.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.AddPaperDocUserResult
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.DocLookupError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.ExportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.FolderSharingPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.ImportFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.ListDocsCursorError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.ListPaperDocsFilterBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.ListPaperDocsSortBy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.ListPaperDocsSortOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.ListUsersCursorError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.PaperApiCursorError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.PaperDocCreateError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.PaperDocPermissionLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.PaperDocUpdateError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.PaperDocUpdatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.SharingPublicPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.SharingTeamPolicyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.paper.UserOnPaperDocFilter
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.AccessLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.AclUpdatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.AddFileMemberError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.AddFolderMemberError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.AddMemberSelectorError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.CreateSharedLinkError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.CreateSharedLinkWithSettingsError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.FileAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.FileMemberActionError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.FileMemberActionIndividualResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.FileMemberRemoveActionResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.FolderAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.GetFileMetadataError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.GetFileMetadataIndividualResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.GetSharedLinkFileError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.GetSharedLinksError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.InviteeInfo.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.JobError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.JobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.LinkAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.LinkAudience
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.LinkExpiry.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.LinkPassword.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ListFileMembersContinueError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ListFileMembersError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ListFileMembersIndividualResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ListFilesContinueError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ListFolderMembersContinueError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ListFoldersContinueError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ListSharedLinksError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.MemberAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.MemberPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.MemberSelector.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ModifySharedLinkSettingsError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.MountFolderError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.PendingUploadMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.PermissionDeniedReason.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.RelinquishFileMembershipError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.RelinquishFolderMembershipError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.RemoveFileMemberError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.RemoveFolderMemberError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.RemoveMemberJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.RequestedVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ResolvedVisibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.RevokeSharedLinkError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharedFolderAccessError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharedFolderMemberError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharedLinkAccessFailureReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharedLinkError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharedLinkPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharedLinkSettingsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ShareFolderError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ShareFolderJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ShareFolderLaunch.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharePathError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharingFileAccessError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.SharingUserError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.TransferFolderError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.UnmountFolderError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.UnshareFileError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.UnshareFolderError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.UpdateFolderMemberError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.UpdateFolderPolicyError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.ViewerInfoPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.sharing.Visibility
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.AdminTier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.CustomQuotaError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.CustomQuotaResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.DateRangeError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.DesktopPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.Feature
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.FeaturesGetValuesBatchError
Returns an array containing the constants of this enum type, in the order they are declared.
values - Variable in class com.dropbox.core.v2.team.FeaturesGetValuesBatchResult
 
values() - Static method in enum com.dropbox.core.v2.team.FeatureValue.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupCreateError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupDeleteError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupMembersAddError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupMemberSetAccessTypeError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupMembersRemoveError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupSelector.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupSelectorError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupsGetInfoError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupsGetInfoItem.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupsListContinueError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupsMembersListContinueError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupsPollError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupsSelector.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.GroupUpdateError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.HasTeamSharedDropboxValue.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.ListMemberAppsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.ListMemberDevicesError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.ListMembersAppsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.ListMembersDevicesError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.ListTeamAppsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.ListTeamDevicesError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MemberAddResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersAddJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersAddLaunch.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersGetInfoError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersGetInfoItem.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersListContinueError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersListError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersRecoverError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersRemoveError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersSendWelcomeError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersSetPermissionsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersSetProfileError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersSuspendError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MembersUnsuspendError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.MobileClientPlatform
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.NamespaceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.RemoveCustomQuotaResult.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.RevokeDeviceSessionArg.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.RevokeDeviceSessionBatchError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.RevokeDeviceSessionError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.RevokeLinkedAppBatchError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.RevokeLinkedAppError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderAccessError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderActivateError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderArchiveError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderArchiveJobStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderArchiveLaunch.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderCreateError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderGetInfoItem.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderInvalidStatusError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderListContinueError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderPermanentlyDeleteError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderRenameError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamFolderTeamSharedDropboxError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamMembershipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamMemberStatus.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TeamNamespacesListContinueError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.TokenGetAuthenticatedAdminError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.UploadApiRateLimitValue.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.team.UserSelectorArg.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamcommon.GroupManagementType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamcommon.GroupType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.AccessMethodLogInfo.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.AccountCaptureAvailability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.AccountCapturePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.ActorLogInfo.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.AdminRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.AssetLogInfo.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.Confidentiality
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.ContentPermanentDeletePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.ContextLogInfo.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.DeviceApprovalsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.DeviceUnlinkPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.EventCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.EventDetails.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.EventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.ExtendedVersionHistoryPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.FileCommentNotificationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.FileCommentsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.FileRequestsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.GetTeamEventsContinueError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.GetTeamEventsError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.GoogleSsoPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.GroupJoinPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.GroupUserManagementPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.LinkAudience
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.MemberRequestsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.MemberStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.MemberSuggestionsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.MicrosoftOfficeAddinPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.NetworkControlPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.PaperAccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.PaperDownloadFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.PaperMemberPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.ParticipantLogInfo.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.PlacementRestriction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharedContentDownloadsPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharedContentViewerInfoPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharedFolderLinkPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharedFolderMemberPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharedFolderMembershipManagementPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharingFolderJoinPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharingLinkPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SharingMemberPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SmartSyncOptOutPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SmartSyncPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SpaceLimitsLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.SpaceLimitsStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.TeamFolderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.TeamMembershipType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.TfaConfiguration
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.TwoAccountPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.WebSessionsFixedLengthPolicy.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teamlog.WebSessionsIdleLengthPolicy.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.EmmState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.OfficeAddInPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.PaperDeploymentPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.PaperEnabledPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.RolloutMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.SharedFolderJoinPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.SharedFolderMemberPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.SharedLinkCreatePolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.SsoPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.teampolicies.TwoStepVerificationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.users.GetAccountBatchError.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.users.GetAccountError
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.users.SpaceAllocation.Tag
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dropbox.core.v2.userscommon.AccountType
Returns an array containing the constants of this enum type, in the order they are declared.
verbatim(String) - Method in class com.dropbox.core.util.DumpWriter.Multiline
 
verbatim(String) - Method in class com.dropbox.core.util.DumpWriter.Plain
 
verbatim(String) - Method in class com.dropbox.core.util.DumpWriter
 
verificationMethod - Variable in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainFailDetails
 
verificationMethod - Variable in class com.dropbox.core.v2.teamlog.DomainVerificationAddDomainSuccessDetails
 
Version - Static variable in class com.dropbox.core.DbxSdkVersion
 
versionCode - Variable in class com.dropbox.core.android.DbxOfficialAppConnector.DbxOfficialAppInstallInfo
Version of Dropbox installed
videoInfo - Variable in class com.dropbox.core.v1.DbxEntry.File
Contains details about this file if it is a video
VideoInfo(Date, DbxEntry.File.Location, Long) - Constructor for class com.dropbox.core.v1.DbxEntry.File.VideoInfo
 
VideoMetadata - Class in com.dropbox.core.v2.files
Metadata for a video.
VideoMetadata(Dimensions, GpsCoordinates, Date, Long) - Constructor for class com.dropbox.core.v2.files.VideoMetadata
Metadata for a video.
VideoMetadata() - Constructor for class com.dropbox.core.v2.files.VideoMetadata
Metadata for a video.
VideoMetadata.Builder - Class in com.dropbox.core.v2.files
Builder for VideoMetadata.
viewerInfoPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
 
viewerInfoPolicy - Variable in class com.dropbox.core.v2.sharing.FolderPolicy
 
ViewerInfoPolicy - Enum in com.dropbox.core.v2.sharing
 
visibility - Variable in class com.dropbox.core.v2.sharing.LinkMetadata
 
Visibility - Enum in com.dropbox.core.v2.sharing
Who can access a shared link.
void_() - Static method in class com.dropbox.core.stone.StoneSerializers
 
VoidReader - Static variable in class com.dropbox.core.json.JsonReader
 

W

w1024h768 - Static variable in class com.dropbox.core.v1.DbxThumbnailSize
1024x768 pixels.
w128h128 - Static variable in class com.dropbox.core.v1.DbxThumbnailSize
128x128 pixels.
w32h32 - Static variable in class com.dropbox.core.v1.DbxThumbnailSize
32x32 pixels.
w640h480 - Static variable in class com.dropbox.core.v1.DbxThumbnailSize
640x480 pixels.
w64h64 - Static variable in class com.dropbox.core.v1.DbxThumbnailSize
64x64 pixels.
warning - Variable in class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
 
warning - Variable in class com.dropbox.core.v2.sharing.MemberAccessLevelResult
 
webSession(DeviceSessionArg) - Static method in class com.dropbox.core.v2.team.RevokeDeviceSessionArg
Returns an instance of RevokeDeviceSessionArg that has its tag set to RevokeDeviceSessionArg.Tag.WEB_SESSION.
WebSessionLogInfo - Class in com.dropbox.core.v2.teamlog
Web session.
WebSessionLogInfo(String) - Constructor for class com.dropbox.core.v2.teamlog.WebSessionLogInfo
Web session.
WebSessionLogInfo() - Constructor for class com.dropbox.core.v2.teamlog.WebSessionLogInfo
Web session.
webSessions - Variable in class com.dropbox.core.v2.team.MemberDevices.Builder
 
webSessions - Variable in class com.dropbox.core.v2.team.MemberDevices
 
webSessionsChangeFixedLengthPolicyDetails(WebSessionsChangeFixedLengthPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.WEB_SESSIONS_CHANGE_FIXED_LENGTH_POLICY_DETAILS.
WebSessionsChangeFixedLengthPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed how long team members can stay signed in to Dropbox on the web.
WebSessionsChangeFixedLengthPolicyDetails(WebSessionsFixedLengthPolicy, WebSessionsFixedLengthPolicy) - Constructor for class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
Changed how long team members can stay signed in to Dropbox on the web.
WebSessionsChangeFixedLengthPolicyDetails() - Constructor for class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails
Changed how long team members can stay signed in to Dropbox on the web.
WebSessionsChangeFixedLengthPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
webSessionsChangeIdleLengthPolicyDetails(WebSessionsChangeIdleLengthPolicyDetails) - Static method in class com.dropbox.core.v2.teamlog.EventDetails
Returns an instance of EventDetails that has its tag set to EventDetails.Tag.WEB_SESSIONS_CHANGE_IDLE_LENGTH_POLICY_DETAILS.
WebSessionsChangeIdleLengthPolicyDetails - Class in com.dropbox.core.v2.teamlog
Changed how long team members can be idle while signed in to Dropbox on the web.
WebSessionsChangeIdleLengthPolicyDetails(WebSessionsIdleLengthPolicy, WebSessionsIdleLengthPolicy) - Constructor for class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
Changed how long team members can be idle while signed in to Dropbox on the web.
WebSessionsChangeIdleLengthPolicyDetails() - Constructor for class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails
Changed how long team members can be idle while signed in to Dropbox on the web.
WebSessionsChangeIdleLengthPolicyDetails.Builder - Class in com.dropbox.core.v2.teamlog
WebSessionsFixedLengthPolicy - Class in com.dropbox.core.v2.teamlog
Web sessions fixed length policy.
WebSessionsFixedLengthPolicy.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for WebSessionsFixedLengthPolicy.
WebSessionsIdleLengthPolicy - Class in com.dropbox.core.v2.teamlog
Web sessions idle length policy.
WebSessionsIdleLengthPolicy.Tag - Enum in com.dropbox.core.v2.teamlog
Discriminating tag type for WebSessionsIdleLengthPolicy.
width - Variable in class com.dropbox.core.v1.DbxThumbnailSize
 
width - Variable in class com.dropbox.core.v2.files.Dimensions
 
windows - Variable in class com.dropbox.core.v2.team.DevicesActive
 
withAccessDetails(List<ParentFolderAccessInfo>) - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
Set value for optional field.
withAccessLevel(AccessLevel) - Method in class com.dropbox.core.v2.sharing.AddFileMemberBuilder
Set value for optional field.
withAccessLevel(AccessLevel) - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata.Builder
Set value for optional field.
withAccessLevel(AccessLevel) - Method in class com.dropbox.core.v2.sharing.LinkSettings.Builder
Set value for optional field.
withAccessLevel(AccessLevel) - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
Set value for optional field.
withAccessLevel(AccessLevel) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
Set value for optional field.
withAccessLevel(AccessLevel) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
Set value for optional field.
withAccessType(AccessLevel) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withAccountId(String) - Method in class com.dropbox.core.v2.team.MemberProfile.Builder
Set value for optional field.
withAccountId(String) - Method in class com.dropbox.core.v2.team.TeamMemberProfile.Builder
Set value for optional field.
withAccountId(String) - Method in class com.dropbox.core.v2.teamlog.GetEventsBuilder
Set value for optional field.
withAccountId(String) - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo.Builder
Set value for optional field.
withAccountId(String) - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
Set value for optional field.
withAccountId(String) - Method in class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
Set value for optional field.
withAclUpdatePolicy(AclUpdatePolicy) - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Set value for optional field.
withAclUpdatePolicy(AclUpdatePolicy) - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyBuilder
Set value for optional field.
withActions(List<MemberAction>) - Method in class com.dropbox.core.v2.sharing.ListFileMembersBuilder
Set value for optional field.
withActions(List<MemberAction>) - Method in class com.dropbox.core.v2.sharing.ListFolderMembersBuilder
Set value for optional field.
withActions(List<FolderAction>) - Method in class com.dropbox.core.v2.sharing.ListFoldersBuilder
Set value for optional field.
withActions(List<FolderAction>) - Method in class com.dropbox.core.v2.sharing.ListMountableFoldersBuilder
Set value for optional field.
withActions(List<FileAction>) - Method in class com.dropbox.core.v2.sharing.ListReceivedFilesBuilder
Set value for optional field.
withActions(List<FolderAction>) - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Set value for optional field.
withActions(List<FolderAction>) - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyBuilder
Set value for optional field.
withActiveWebSessions(List<ActiveWebSession>) - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
Set value for optional field.
withAddFields(List<PropertyFieldTemplate>) - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForTeamBuilder
Set value for optional field.
withAddFields(List<PropertyFieldTemplate>) - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForUserBuilder
Set value for optional field.
withAddFields(List<PropertyFieldTemplate>) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
Set value for optional field.
withAddFields(List<PropertyFieldTemplate>) - Method in class com.dropbox.core.v2.team.PropertiesTemplateUpdateBuilder
Set value for optional field.
withAddMessageAsComment(Boolean) - Method in class com.dropbox.core.v2.sharing.AddFileMemberBuilder
Set value for optional field.
withAddOrUpdateFields(List<PropertyField>) - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder
Set value for optional field.
withAllowOwnershipTransfer(Boolean) - Method in class com.dropbox.core.v2.files.CopyBatchBuilder
Set value for optional field.
withAllowOwnershipTransfer(Boolean) - Method in class com.dropbox.core.v2.files.CopyBuilder
Set value for optional field.
withAllowOwnershipTransfer(Boolean) - Method in class com.dropbox.core.v2.files.CopyV2Builder
Set value for optional field.
withAllowOwnershipTransfer(Boolean) - Method in class com.dropbox.core.v2.files.MoveBatchBuilder
Set value for optional field.
withAllowOwnershipTransfer(Boolean) - Method in class com.dropbox.core.v2.files.MoveBuilder
Set value for optional field.
withAllowOwnershipTransfer(Boolean) - Method in class com.dropbox.core.v2.files.MoveV2Builder
Set value for optional field.
withAllowSharedFolder(Boolean) - Method in class com.dropbox.core.v2.files.CopyBatchBuilder
Set value for optional field.
withAllowSharedFolder(Boolean) - Method in class com.dropbox.core.v2.files.CopyBuilder
Set value for optional field.
withAllowSharedFolder(Boolean) - Method in class com.dropbox.core.v2.files.CopyV2Builder
Set value for optional field.
withAllowSharedFolder(Boolean) - Method in class com.dropbox.core.v2.files.MoveBatchBuilder
Set value for optional field.
withAllowSharedFolder(Boolean) - Method in class com.dropbox.core.v2.files.MoveBuilder
Set value for optional field.
withAllowSharedFolder(Boolean) - Method in class com.dropbox.core.v2.files.MoveV2Builder
Set value for optional field.
withAppId(String) - Method in class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
Set value for optional field.
withAppId(String) - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo.Builder
Set value for optional field.
withAppId(String) - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo.Builder
Set value for optional field.
withAppId(String) - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo.Builder
Set value for optional field.
withAppVersion(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withAssets(List<AssetLogInfo>) - Method in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
Set value for optional field.
withAudience(LinkAudience) - Method in class com.dropbox.core.v2.sharing.LinkSettings.Builder
Set value for optional field.
withAudienceExceptions(AudienceExceptions) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
Set value for optional field.
withAudienceRestrictingSharedFolder(AudienceRestrictingSharedFolder) - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata.Builder
Set value for optional field.
withAudienceRestrictingSharedFolder(AudienceRestrictingSharedFolder) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
Set value for optional field.
withAudienceRestrictingSharedFolder(AudienceRestrictingSharedFolder) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.AlphaUploadBuilder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.CommitInfo.Builder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.CopyBatchBuilder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.CopyBuilder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.CopyV2Builder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.MoveBatchBuilder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.MoveBuilder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.MoveV2Builder
Set value for optional field.
withAutorename(Boolean) - Method in class com.dropbox.core.v2.files.UploadBuilder
Set value for optional field.
withAutoRetryDisabled() - Method in class com.dropbox.core.DbxRequestConfig.Builder
Disables automatic retry of RPC and download requests that fail with a RetryException.
withAutoRetryEnabled() - Method in class com.dropbox.core.DbxRequestConfig.Builder
Enables automatic retry of RPC and download requests that fail with a RetryException.
withAutoRetryEnabled(int) - Method in class com.dropbox.core.DbxRequestConfig.Builder
Enables automatic retry of RPC and download requests that fail with a RetryException.
withCategory(EventCategory) - Method in class com.dropbox.core.v2.teamlog.GetEventsBuilder
Set value for optional field.
WithChildren(DbxEntry, String, List<DbxEntry>) - Constructor for class com.dropbox.core.v1.DbxEntry.WithChildren
 
WithChildrenC(DbxEntry, String, C) - Constructor for class com.dropbox.core.v1.DbxEntry.WithChildrenC
 
withCity(String) - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
Set value for optional field.
withClientModified(Date) - Method in class com.dropbox.core.v2.files.AlphaUploadBuilder
Set value for optional field.
withClientModified(Date) - Method in class com.dropbox.core.v2.files.CommitInfo.Builder
Set value for optional field.
withClientModified(Date) - Method in class com.dropbox.core.v2.files.UploadBuilder
Set value for optional field.
withClientVersion(String) - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Set value for optional field.
withConnectTimeout(long, TimeUnit) - Method in class com.dropbox.core.http.StandardHttpRequestor.Config.Builder
Set timeout for opening a connection to the servers.
withContentHash(String) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withContentOwnerTeamInfo(Team) - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
Set value for optional field.
withContentOwnerTeamInfo(Team) - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder
Set value for optional field.
withContentOwnerTeamInfo(Team) - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
Set value for optional field.
withCountry(String) - Method in class com.dropbox.core.v2.team.ActiveWebSession.Builder
Set value for optional field.
withCountry(String) - Method in class com.dropbox.core.v2.team.DesktopClientSession.Builder
Set value for optional field.
withCountry(String) - Method in class com.dropbox.core.v2.team.DeviceSession.Builder
Set value for optional field.
withCountry(String) - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Set value for optional field.
withCountry(String) - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
Set value for optional field.
withCountry(String) - Method in class com.dropbox.core.v2.users.FullAccount.Builder
Set value for optional field.
withCreated(Date) - Method in class com.dropbox.core.v2.team.ActiveWebSession.Builder
Set value for optional field.
withCreated(Date) - Method in class com.dropbox.core.v2.team.DesktopClientSession.Builder
Set value for optional field.
withCreated(Date) - Method in class com.dropbox.core.v2.team.DeviceSession.Builder
Set value for optional field.
withCreated(Date) - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Set value for optional field.
withCursor(String) - Method in class com.dropbox.core.v2.sharing.ListSharedLinksBuilder
Set value for optional field.
withCursor(String) - Method in class com.dropbox.core.v2.team.DevicesListMembersDevicesBuilder
Set value for optional field.
withCursor(String) - Method in class com.dropbox.core.v2.team.DevicesListTeamDevicesBuilder
Set value for optional field.
withCustomMessage(String) - Method in class com.dropbox.core.v2.paper.DocsUsersAddBuilder
Set value for optional field.
withCustomMessage(String) - Method in class com.dropbox.core.v2.sharing.AddFileMemberBuilder
Set value for optional field.
withCustomMessage(String) - Method in class com.dropbox.core.v2.sharing.AddFolderMemberBuilder
Set value for optional field.
withDeadline(FileRequestDeadline) - Method in class com.dropbox.core.v2.filerequests.CreateBuilder
Set value for optional field.
withDeadline(FileRequestDeadline) - Method in class com.dropbox.core.v2.filerequests.FileRequest.Builder
Set value for optional field.
withDeadline(UpdateFileRequestDeadline) - Method in class com.dropbox.core.v2.filerequests.UpdateBuilder
Set value for optional field.
withDescription(String) - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForTeamBuilder
Set value for optional field.
withDescription(String) - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForUserBuilder
Set value for optional field.
withDescription(String) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
Set value for optional field.
withDescription(String) - Method in class com.dropbox.core.v2.team.PropertiesTemplateUpdateBuilder
Set value for optional field.
withDesktopClients(List<DesktopClientSession>) - Method in class com.dropbox.core.v2.team.MemberDevices.Builder
Set value for optional field.
withDesktopClientSessions(List<DesktopClientSession>) - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
Set value for optional field.
withDestination(String) - Method in class com.dropbox.core.v2.filerequests.FileRequest.Builder
Set value for optional field.
withDestination(String) - Method in class com.dropbox.core.v2.filerequests.UpdateBuilder
Set value for optional field.
withDeviceId(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withDeviceType(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withDimensions(Dimensions) - Method in class com.dropbox.core.v2.files.MediaMetadata.Builder
Set value for optional field.
withDimensions(Dimensions) - Method in class com.dropbox.core.v2.files.PhotoMetadata.Builder
Set value for optional field.
withDimensions(Dimensions) - Method in class com.dropbox.core.v2.files.VideoMetadata.Builder
Set value for optional field.
withDirectOnly(Boolean) - Method in class com.dropbox.core.v2.sharing.ListSharedLinksBuilder
Set value for optional field.
withDisableSignup(Boolean) - Method in class com.dropbox.core.DbxWebAuth.Request.Builder
Whether or not to allow non-users to sign up for a Dropbox account via the authorization page.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.AppLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.FileLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.TeamLinkedAppLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.UserLinkedAppLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
Set value for optional field.
withDisplayName(String) - Method in class com.dropbox.core.v2.teamlog.UserOrTeamLinkedAppLogInfo.Builder
Set value for optional field.
withDuration(Long) - Method in class com.dropbox.core.v2.files.VideoMetadata.Builder
Set value for optional field.
withEmail(String) - Method in class com.dropbox.core.v2.teamlog.NonTeamMemberLogInfo.Builder
Set value for optional field.
withEmail(String) - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
Set value for optional field.
withEmail(String) - Method in class com.dropbox.core.v2.teamlog.UserLogInfo.Builder
Set value for optional field.
withEndDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetActivityBuilder
Set value for optional field.
withEndDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetDevicesBuilder
Set value for optional field.
withEndDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetMembershipBuilder
Set value for optional field.
withEndDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetStorageBuilder
Set value for optional field.
withEndTime(Date) - Method in class com.dropbox.core.v2.teamcommon.TimeRange.Builder
Set value for optional field.
withExpectedLinkMetadata(ExpectedSharedContentLinkMetadata) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withExpires(Date) - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
Set value for optional field.
withExpires(Date) - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder
Set value for optional field.
withExpires(Date) - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
Set value for optional field.
withExpires(Date) - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
Set value for optional field.
withExpires(Date) - Method in class com.dropbox.core.v2.team.ActiveWebSession.Builder
Set value for optional field.
withExpiry(Date) - Method in class com.dropbox.core.v2.sharing.ExpectedSharedContentLinkMetadata.Builder
Set value for optional field.
withExpiry(LinkExpiry) - Method in class com.dropbox.core.v2.sharing.LinkSettings.Builder
Set value for optional field.
withExpiry(Date) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadata.Builder
Set value for optional field.
withExpiry(Date) - Method in class com.dropbox.core.v2.sharing.SharedContentLinkMetadataBase.Builder
Set value for optional field.
withExternalId(String) - Method in class com.dropbox.core.v2.team.MemberProfile.Builder
Set value for optional field.
withExternalId(String) - Method in class com.dropbox.core.v2.team.TeamMemberProfile.Builder
Set value for optional field.
withExternalId(String) - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
Set value for optional field.
withFileId(String) - Method in class com.dropbox.core.v2.teamlog.FileLogInfo.Builder
Set value for optional field.
withFileId(String) - Method in class com.dropbox.core.v2.teamlog.FileOrFolderLogInfo.Builder
Set value for optional field.
withFileId(String) - Method in class com.dropbox.core.v2.teamlog.FolderLogInfo.Builder
Set value for optional field.
withFilterBy(ListPaperDocsFilterBy) - Method in class com.dropbox.core.v2.paper.DocsListBuilder
Set value for optional field.
withFilterBy(UserOnPaperDocFilter) - Method in class com.dropbox.core.v2.paper.DocsUsersListBuilder
Set value for optional field.
withFolders(List<Folder>) - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder
Set value for optional field.
withFolderSharingPolicyType(FolderSharingPolicyType) - Method in class com.dropbox.core.v2.paper.FoldersContainingPaperDoc.Builder
Set value for optional field.
withForceAsync(Boolean) - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Set value for optional field.
withForceReapprove(Boolean) - Method in class com.dropbox.core.DbxWebAuth.Request.Builder
Whether or not to force the user to approve the app again if they've already done so.
withFormat(ThumbnailFormat) - Method in class com.dropbox.core.v2.files.GetThumbnailBuilder
Set value for optional field.
withFormat(ThumbnailFormat) - Method in class com.dropbox.core.v2.files.ThumbnailArg.Builder
Set value for optional field.
withGeoLocation(GeoLocationLogInfo) - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo.Builder
Set value for optional field.
withGroupExternalId(String) - Method in class com.dropbox.core.v2.sharing.GroupInfo.Builder
Set value for optional field.
withGroupExternalId(String) - Method in class com.dropbox.core.v2.team.GroupFullInfo.Builder
Set value for optional field.
withGroupExternalId(String) - Method in class com.dropbox.core.v2.team.GroupsCreateBuilder
Set value for optional field.
withGroupExternalId(String) - Method in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
Set value for optional field.
withGroupId(String) - Method in class com.dropbox.core.v2.teamlog.GroupLogInfo.Builder
Set value for optional field.
withGroupManagementType(GroupManagementType) - Method in class com.dropbox.core.v2.team.GroupsCreateBuilder
Set value for optional field.
withHasExplicitSharedMembers(Boolean) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withHost(HostLogInfo) - Method in class com.dropbox.core.v2.teamlog.OriginLogInfo.Builder
Set value for optional field.
withHostId(Long) - Method in class com.dropbox.core.v2.teamlog.HostLogInfo.Builder
Set value for optional field.
withHostName(String) - Method in class com.dropbox.core.v2.teamlog.HostLogInfo.Builder
Set value for optional field.
withHttpRequestor(HttpRequestor) - Method in class com.dropbox.core.DbxRequestConfig.Builder
Set the HTTP requestor to use for issuing network requests to the Dropbox servers.
withId(String) - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
Set value for optional field.
withId(String) - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder
Set value for optional field.
withId(String) - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
Set value for optional field.
withIncludeDeleted(Boolean) - Method in class com.dropbox.core.v2.files.AlphaGetMetadataBuilder
Set value for optional field.
withIncludeDeleted(Boolean) - Method in class com.dropbox.core.v2.files.GetMetadataBuilder
Set value for optional field.
withIncludeDeleted(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Set value for optional field.
withIncludeDeleted(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Set value for optional field.
withIncludeDesktopClients(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListMemberDevicesBuilder
Set value for optional field.
withIncludeDesktopClients(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListMembersDevicesBuilder
Set value for optional field.
withIncludeDesktopClients(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListTeamDevicesBuilder
Set value for optional field.
withIncludeHasExplicitSharedMembers(Boolean) - Method in class com.dropbox.core.v2.files.AlphaGetMetadataBuilder
Set value for optional field.
withIncludeHasExplicitSharedMembers(Boolean) - Method in class com.dropbox.core.v2.files.GetMetadataBuilder
Set value for optional field.
withIncludeHasExplicitSharedMembers(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Set value for optional field.
withIncludeHasExplicitSharedMembers(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Set value for optional field.
withIncludeInherited(Boolean) - Method in class com.dropbox.core.v2.sharing.ListFileMembersBuilder
Set value for optional field.
withIncludeMediaInfo(Boolean) - Method in class com.dropbox.core.v2.files.AlphaGetMetadataBuilder
Set value for optional field.
withIncludeMediaInfo(Boolean) - Method in class com.dropbox.core.v2.files.GetMetadataBuilder
Set value for optional field.
withIncludeMediaInfo(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Set value for optional field.
withIncludeMediaInfo(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Set value for optional field.
withIncludeMobileClients(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListMemberDevicesBuilder
Set value for optional field.
withIncludeMobileClients(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListMembersDevicesBuilder
Set value for optional field.
withIncludeMobileClients(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListTeamDevicesBuilder
Set value for optional field.
withIncludeMountedFolders(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Set value for optional field.
withIncludeMountedFolders(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Set value for optional field.
withIncludePropertyTemplates(List<String>) - Method in class com.dropbox.core.v2.files.AlphaGetMetadataBuilder
Set value for optional field.
withIncludeRemoved(Boolean) - Method in class com.dropbox.core.v2.team.MembersListBuilder
Set value for optional field.
withIncludeWebSessions(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListMemberDevicesBuilder
Set value for optional field.
withIncludeWebSessions(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListMembersDevicesBuilder
Set value for optional field.
withIncludeWebSessions(Boolean) - Method in class com.dropbox.core.v2.team.DevicesListTeamDevicesBuilder
Set value for optional field.
withInitials(String) - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder
Set value for optional field.
withInitials(String) - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
Set value for optional field.
withInitials(String) - Method in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
Set value for optional field.
withInitials(String) - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder
Set value for optional field.
withInitials(String) - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo.Builder
Set value for optional field.
withIpAddress(String) - Method in class com.dropbox.core.v2.team.ActiveWebSession.Builder
Set value for optional field.
withIpAddress(String) - Method in class com.dropbox.core.v2.team.DesktopClientSession.Builder
Set value for optional field.
withIpAddress(String) - Method in class com.dropbox.core.v2.team.DeviceSession.Builder
Set value for optional field.
withIpAddress(String) - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Set value for optional field.
withIpAddress(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withIsEmmManaged(Boolean) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withIsInherited(Boolean) - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder
Set value for optional field.
withIsInherited(Boolean) - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
Set value for optional field.
withIsInherited(Boolean) - Method in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
Set value for optional field.
withIsInherited(Boolean) - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder
Set value for optional field.
withIsInherited(Boolean) - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo.Builder
Set value for optional field.
withJoinedOn(Date) - Method in class com.dropbox.core.v2.team.MemberProfile.Builder
Set value for optional field.
withJoinedOn(Date) - Method in class com.dropbox.core.v2.team.TeamMemberProfile.Builder
Set value for optional field.
withKeepAccount(Boolean) - Method in class com.dropbox.core.v2.team.MembersRemoveBuilder
Set value for optional field.
withLastActivity(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withLastCarrier(String) - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.files.ListRevisionsBuilder
Set value for optional field.
withLimit(Integer) - Method in class com.dropbox.core.v2.paper.DocsListBuilder
Set value for optional field.
withLimit(Integer) - Method in class com.dropbox.core.v2.paper.DocsUsersListBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.sharing.ListFileMembersBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.sharing.ListFolderMembersBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.sharing.ListFoldersBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.sharing.ListMountableFoldersBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.sharing.ListReceivedFilesBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.team.MembersListBuilder
Set value for optional field.
withLimit(Long) - Method in class com.dropbox.core.v2.teamlog.GetEventsBuilder
Set value for optional field.
withLinked(Date) - Method in class com.dropbox.core.v2.team.ApiApp.Builder
Set value for optional field.
withLinkMetadata(SharedContentLinkMetadata) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withLinkMetadata(SharedContentLinkMetadata) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
Set value for optional field.
withLinkPassword(String) - Method in class com.dropbox.core.v2.sharing.GetSharedLinkFileBuilder
Set value for optional field.
withLinkPassword(String) - Method in class com.dropbox.core.v2.sharing.GetSharedLinkMetadataBuilder
Set value for optional field.
withLinkPassword(String) - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
Set value for optional field.
withLinkSettings(LinkSettings) - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Set value for optional field.
withLinkSettings(LinkSettings) - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyBuilder
Set value for optional field.
withLocation(GpsCoordinates) - Method in class com.dropbox.core.v2.files.MediaMetadata.Builder
Set value for optional field.
withLocation(GpsCoordinates) - Method in class com.dropbox.core.v2.files.PhotoMetadata.Builder
Set value for optional field.
withLocation(GpsCoordinates) - Method in class com.dropbox.core.v2.files.VideoMetadata.Builder
Set value for optional field.
withMacAddress(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withMaxResults(Long) - Method in class com.dropbox.core.v2.files.SearchBuilder
Set value for optional field.
withMediaInfo(MediaInfo) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withMemberCount(Long) - Method in class com.dropbox.core.v2.sharing.GroupInfo.Builder
Set value for optional field.
withMemberCount(Long) - Method in class com.dropbox.core.v2.team.GroupFullInfo.Builder
Set value for optional field.
withMemberCount(Long) - Method in class com.dropbox.core.v2.teamcommon.GroupSummary.Builder
Set value for optional field.
withMemberExternalId(String) - Method in class com.dropbox.core.v2.team.MemberAddArg.Builder
Set value for optional field.
withMemberExternalId(String) - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
Set value for optional field.
withMemberGivenName(String) - Method in class com.dropbox.core.v2.team.MemberAddArg.Builder
Set value for optional field.
withMemberPersistentId(String) - Method in class com.dropbox.core.v2.team.MemberAddArg.Builder
Set value for optional field.
withMemberPolicy(MemberPolicy) - Method in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
Set value for optional field.
withMemberPolicy(MemberPolicy) - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Set value for optional field.
withMemberPolicy(MemberPolicy) - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyBuilder
Set value for optional field.
withMembers(List<GroupMemberInfo>) - Method in class com.dropbox.core.v2.team.GroupFullInfo.Builder
Set value for optional field.
withMemberSurname(String) - Method in class com.dropbox.core.v2.team.MemberAddArg.Builder
Set value for optional field.
withMobileClients(List<MobileClientSession>) - Method in class com.dropbox.core.v2.team.MemberDevices.Builder
Set value for optional field.
withMobileClientSessions(List<MobileClientSession>) - Method in class com.dropbox.core.v2.team.ListMemberDevicesResult.Builder
Set value for optional field.
withMode(WriteMode) - Method in class com.dropbox.core.v2.files.AlphaUploadBuilder
Set value for optional field.
withMode(WriteMode) - Method in class com.dropbox.core.v2.files.CommitInfo.Builder
Set value for optional field.
withMode(ListRevisionsMode) - Method in class com.dropbox.core.v2.files.ListRevisionsBuilder
Set value for optional field.
withMode(SearchMode) - Method in class com.dropbox.core.v2.files.SearchBuilder
Set value for optional field.
withMode(WriteMode) - Method in class com.dropbox.core.v2.files.UploadBuilder
Set value for optional field.
withMute(Boolean) - Method in class com.dropbox.core.v2.files.AlphaUploadBuilder
Set value for optional field.
withMute(Boolean) - Method in class com.dropbox.core.v2.files.CommitInfo.Builder
Set value for optional field.
withMute(Boolean) - Method in class com.dropbox.core.v2.files.UploadBuilder
Set value for optional field.
withName(String) - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForTeamBuilder
Set value for optional field.
withName(String) - Method in class com.dropbox.core.v2.fileproperties.TemplatesUpdateForUserBuilder
Set value for optional field.
withName(String) - Method in class com.dropbox.core.v2.fileproperties.UpdateTemplateArg.Builder
Set value for optional field.
withName(String) - Method in class com.dropbox.core.v2.team.PropertiesTemplateUpdateBuilder
Set value for optional field.
withNewEmail(String) - Method in class com.dropbox.core.v2.team.MembersSetProfileBuilder
Set value for optional field.
withNewExternalId(String) - Method in class com.dropbox.core.v2.team.MembersSetProfileBuilder
Set value for optional field.
withNewGivenName(String) - Method in class com.dropbox.core.v2.team.MembersSetProfileBuilder
Set value for optional field.
withNewGroupExternalId(String) - Method in class com.dropbox.core.v2.team.GroupsUpdateBuilder
Set value for optional field.
withNewGroupManagementType(GroupManagementType) - Method in class com.dropbox.core.v2.team.GroupsUpdateBuilder
Set value for optional field.
withNewGroupName(String) - Method in class com.dropbox.core.v2.team.GroupsUpdateBuilder
Set value for optional field.
withNewParentNsId(String) - Method in class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
Set value for optional field.
withNewPersistentId(String) - Method in class com.dropbox.core.v2.team.MembersSetProfileBuilder
Set value for optional field.
withNewSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
Set value for optional field.
withNewSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
Set value for optional field.
withNewSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
Set value for optional field.
withNewSurname(String) - Method in class com.dropbox.core.v2.team.MembersSetProfileBuilder
Set value for optional field.
withNewValue(DeviceApprovalsPolicy) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder
Set value for optional field.
withNewValue(DeviceApprovalsPolicy) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder
Set value for optional field.
withNewValue(RolloutMethod) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
Set value for optional field.
withNewValue(DeviceUnlinkPolicy) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder
Set value for optional field.
withNewValue(AdminRole) - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder
Set value for optional field.
withNewValue(String) - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
Set value for optional field.
withNewValue(WebSessionsFixedLengthPolicy) - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder
Set value for optional field.
withNewValue(WebSessionsIdleLengthPolicy) - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder
Set value for optional field.
withNoAccess(Boolean) - Method in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
Set value for optional field.
withNoConnectTimeout() - Method in class com.dropbox.core.http.StandardHttpRequestor.Config.Builder
Disables timeouts for opening a connection to the servers.
withNoReadTimeout() - Method in class com.dropbox.core.http.StandardHttpRequestor.Config.Builder
Disables timeout for receiving a response from the servers.
withNoRedirect() - Method in class com.dropbox.core.DbxWebAuth.Request.Builder
Do not redirect the user after authorization has completed (default).
withNsId(String) - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
Set value for optional field.
withOpen(Boolean) - Method in class com.dropbox.core.v2.filerequests.CreateBuilder
Set value for optional field.
withOpen(Boolean) - Method in class com.dropbox.core.v2.filerequests.UpdateBuilder
Set value for optional field.
withOrigin(OriginLogInfo) - Method in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
Set value for optional field.
withOriginalFolderName(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails.Builder
Set value for optional field.
withOsVersion(String) - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Set value for optional field.
withOsVersion(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withOwnerDisplayNames(List<String>) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withOwnerDisplayNames(List<String>) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
Set value for optional field.
withOwnerDisplayNames(List<String>) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
Set value for optional field.
withOwnerTeam(Team) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withOwnerTeam(Team) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
Set value for optional field.
withOwnerTeam(Team) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.files.DeletedMetadata.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.files.FolderMetadata.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.files.Metadata.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
Set value for optional field.
withParentSharedFolderId(String) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
Set value for optional field.
withParticipants(List<ParticipantLogInfo>) - Method in class com.dropbox.core.v2.teamlog.TeamEvent.Builder
Set value for optional field.
withPassword(LinkPassword) - Method in class com.dropbox.core.v2.sharing.LinkSettings.Builder
Set value for optional field.
withPath(String) - Method in class com.dropbox.core.v2.sharing.GetSharedLinkFileBuilder
Set value for optional field.
withPath(String) - Method in class com.dropbox.core.v2.sharing.GetSharedLinkMetadataBuilder
Set value for optional field.
withPath(String) - Method in class com.dropbox.core.v2.sharing.ListSharedLinksBuilder
Set value for optional field.
withPathDisplay(String) - Method in class com.dropbox.core.v2.files.DeletedMetadata.Builder
Set value for optional field.
withPathDisplay(String) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withPathDisplay(String) - Method in class com.dropbox.core.v2.files.FolderMetadata.Builder
Set value for optional field.
withPathDisplay(String) - Method in class com.dropbox.core.v2.files.Metadata.Builder
Set value for optional field.
withPathDisplay(String) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.files.DeletedMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.files.FolderMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.files.Metadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadataBase.Builder
Set value for optional field.
withPathLower(String) - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
Set value for optional field.
withPendingUpload(PendingUploadMode) - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkBuilder
Set value for optional field.
withPermissions(List<MemberPermission>) - Method in class com.dropbox.core.v2.sharing.GroupMembershipInfo.Builder
Set value for optional field.
withPermissions(List<MemberPermission>) - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
Set value for optional field.
withPermissions(List<MemberPermission>) - Method in class com.dropbox.core.v2.sharing.MembershipInfo.Builder
Set value for optional field.
withPermissions(List<FilePermission>) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withPermissions(List<FolderPermission>) - Method in class com.dropbox.core.v2.sharing.SharedFolderMetadata.Builder
Set value for optional field.
withPermissions(List<MemberPermission>) - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder
Set value for optional field.
withPermissions(List<MemberPermission>) - Method in class com.dropbox.core.v2.sharing.UserMembershipInfo.Builder
Set value for optional field.
withPersistentId(String) - Method in class com.dropbox.core.v2.team.MemberProfile.Builder
Set value for optional field.
withPersistentId(String) - Method in class com.dropbox.core.v2.team.TeamMemberProfile.Builder
Set value for optional field.
withPlatform(String) - Method in class com.dropbox.core.v2.teamlog.DeviceLogInfo.Builder
Set value for optional field.
withPreviousSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SfTeamInviteChangeRoleDetails.Builder
Set value for optional field.
withPreviousSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeInviteeRoleDetails.Builder
Set value for optional field.
withPreviousSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
Set value for optional field.
withPreviousValue(DeviceApprovalsPolicy) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeDesktopPolicyDetails.Builder
Set value for optional field.
withPreviousValue(DeviceApprovalsPolicy) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeMobilePolicyDetails.Builder
Set value for optional field.
withPreviousValue(RolloutMethod) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeOverageActionDetails.Builder
Set value for optional field.
withPreviousValue(DeviceUnlinkPolicy) - Method in class com.dropbox.core.v2.teamlog.DeviceApprovalsChangeUnlinkActionDetails.Builder
Set value for optional field.
withPreviousValue(AdminRole) - Method in class com.dropbox.core.v2.teamlog.MemberChangeAdminRoleDetails.Builder
Set value for optional field.
withPreviousValue(MemberStatus) - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder
Set value for optional field.
withPreviousValue(SharedContentDownloadsPolicy) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
Set value for optional field.
withPreviousValue(LinkAudience) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
Set value for optional field.
withPreviousValue(SharedContentViewerInfoPolicy) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
Set value for optional field.
withPreviousValue(SharedFolderLinkPolicy) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
Set value for optional field.
withPreviousValue(SharedFolderMembershipManagementPolicy) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
Set value for optional field.
withPreviousValue(SharedFolderMemberPolicy) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
Set value for optional field.
withPreviousValue(String) - Method in class com.dropbox.core.v2.teamlog.SsoChangeLogoutUrlDetails.Builder
Set value for optional field.
withPreviousValue(TfaConfiguration) - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder
Set value for optional field.
withPreviousValue(WebSessionsFixedLengthPolicy) - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeFixedLengthPolicyDetails.Builder
Set value for optional field.
withPreviousValue(WebSessionsIdleLengthPolicy) - Method in class com.dropbox.core.v2.teamlog.WebSessionsChangeIdleLengthPolicyDetails.Builder
Set value for optional field.
withPrevParentNsId(String) - Method in class com.dropbox.core.v2.teamlog.SfNestDetails.Builder
Set value for optional field.
withProfilePhotoUrl(String) - Method in class com.dropbox.core.v2.users.BasicAccount.Builder
Set value for optional field.
withProfilePhotoUrl(String) - Method in class com.dropbox.core.v2.users.FullAccount.Builder
Set value for optional field.
withPropertyGroups(List<PropertyGroup>) - Method in class com.dropbox.core.v2.files.AlphaUploadBuilder
Set value for optional field.
withPropertyGroups(List<PropertyGroup>) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withPropertyGroups(List<PropertyGroup>) - Method in class com.dropbox.core.v2.files.FolderMetadata.Builder
Set value for optional field.
withProxy(Proxy) - Method in class com.dropbox.core.http.StandardHttpRequestor.Config.Builder
Set proxy configuration for network connections.
withPublicSharingPolicy(SharingPublicPolicyType) - Method in class com.dropbox.core.v2.paper.SharingPolicy.Builder
Set value for optional field.
withPublicSharingPolicy(String) - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder
Set value for optional field.
withPublisher(String) - Method in class com.dropbox.core.v2.team.ApiApp.Builder
Set value for optional field.
withPublisherUrl(String) - Method in class com.dropbox.core.v2.team.ApiApp.Builder
Set value for optional field.
withQuiet(Boolean) - Method in class com.dropbox.core.v2.paper.DocsUsersAddBuilder
Set value for optional field.
withQuiet(Boolean) - Method in class com.dropbox.core.v2.sharing.AddFileMemberBuilder
Set value for optional field.
withQuiet(Boolean) - Method in class com.dropbox.core.v2.sharing.AddFolderMemberBuilder
Set value for optional field.
withReadTimeout(long, TimeUnit) - Method in class com.dropbox.core.http.StandardHttpRequestor.Config.Builder
Sets timeout for receiving a response from the servers.
withRecursive(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Set value for optional field.
withRecursive(Boolean) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Set value for optional field.
withRedirectUri(String, DbxSessionStore) - Method in class com.dropbox.core.DbxWebAuth.Request.Builder
Where to redirect the user after authorization has completed.
withRegion(String) - Method in class com.dropbox.core.v2.teamlog.GeoLocationLogInfo.Builder
Set value for optional field.
withRelativePath(String) - Method in class com.dropbox.core.v2.teamlog.NamespaceRelativePathLogInfo.Builder
Set value for optional field.
withRemoveFields(List<String>) - Method in class com.dropbox.core.v2.fileproperties.PropertyGroupUpdate.Builder
Set value for optional field.
withRequestedVisibility(RequestedVisibility) - Method in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
Set value for optional field.
withRequestedVisibility(RequestedVisibility) - Method in class com.dropbox.core.v2.sharing.SharedLinkSettings.Builder
Set value for optional field.
withRequireRole(String) - Method in class com.dropbox.core.DbxWebAuth.Request.Builder
Request the user authorize with the particular type of Dropbox account.
withResolvedMemberPolicy(MemberPolicy) - Method in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
Set value for optional field.
withResolvedVisibility(ResolvedVisibility) - Method in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
Set value for optional field.
withReturnMembers(Boolean) - Method in class com.dropbox.core.v2.team.GroupsUpdateBuilder
Set value for optional field.
withRev(String) - Method in class com.dropbox.core.v2.files.DownloadBuilder
Set value for optional field.
withRev(String) - Method in class com.dropbox.core.v2.files.GetPreviewBuilder
Set value for optional field.
withRevokeFailureReason(SharedLinkAccessFailureReason) - Method in class com.dropbox.core.v2.sharing.LinkPermissions.Builder
Set value for optional field.
withRole(AdminTier) - Method in class com.dropbox.core.v2.team.MemberAddArg.Builder
Set value for optional field.
withSendWelcomeEmail(Boolean) - Method in class com.dropbox.core.v2.team.MemberAddArg.Builder
Set value for optional field.
withSharedContentLink(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentClaimInvitationDetails.Builder
Set value for optional field.
withSharedContentLink(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRequestAccessDetails.Builder
Set value for optional field.
withSharedFolderId(String) - Method in class com.dropbox.core.v2.files.FolderMetadata.Builder
Set value for optional field.
withSharedFolderId(String) - Method in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkExpiryDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddLinkPasswordDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeDownloadsPolicyDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkAudienceDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkExpiryDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeLinkPasswordDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeMemberRoleDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentChangeViewerInfoPolicyDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkExpiryDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveLinkPasswordDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeLinkPolicyDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberManagementPolicyDetails.Builder
Set value for optional field.
withSharedFolderType(String) - Method in class com.dropbox.core.v2.teamlog.SharedFolderChangeMemberPolicyDetails.Builder
Set value for optional field.
withSharedLink(SharedLink) - Method in class com.dropbox.core.v2.files.ListFolderBuilder
Set value for optional field.
withSharedLink(SharedLink) - Method in class com.dropbox.core.v2.files.ListFolderGetLatestCursorBuilder
Set value for optional field.
withSharedLinkPolicy(SharedLinkPolicy) - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Set value for optional field.
withSharedLinkPolicy(SharedLinkPolicy) - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyBuilder
Set value for optional field.
withSharingInfo(FileSharingInfo) - Method in class com.dropbox.core.v2.files.FileMetadata.Builder
Set value for optional field.
withSharingInfo(FolderSharingInfo) - Method in class com.dropbox.core.v2.files.FolderMetadata.Builder
Set value for optional field.
withSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
Set value for optional field.
withSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddInviteesDetails.Builder
Set value for optional field.
withSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentAddMemberDetails.Builder
Set value for optional field.
withSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.SharedContentRemoveMemberDetails.Builder
Set value for optional field.
withSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails.Builder
Set value for optional field.
withSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails.Builder
Set value for optional field.
withSharingPermission(String) - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails.Builder
Set value for optional field.
withShortUrl(Boolean) - Method in class com.dropbox.core.v2.sharing.CreateSharedLinkBuilder
Set value for optional field.
withSize(ThumbnailSize) - Method in class com.dropbox.core.v2.files.GetThumbnailBuilder
Set value for optional field.
withSize(ThumbnailSize) - Method in class com.dropbox.core.v2.files.ThumbnailArg.Builder
Set value for optional field.
withSortBy(ListPaperDocsSortBy) - Method in class com.dropbox.core.v2.paper.DocsListBuilder
Set value for optional field.
withSortOrder(ListPaperDocsSortOrder) - Method in class com.dropbox.core.v2.paper.DocsListBuilder
Set value for optional field.
withStart(Long) - Method in class com.dropbox.core.v2.files.SearchBuilder
Set value for optional field.
withStartDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetActivityBuilder
Set value for optional field.
withStartDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetDevicesBuilder
Set value for optional field.
withStartDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetMembershipBuilder
Set value for optional field.
withStartDate(Date) - Method in class com.dropbox.core.v2.team.ReportsGetStorageBuilder
Set value for optional field.
withStartTime(Date) - Method in class com.dropbox.core.v2.teamcommon.TimeRange.Builder
Set value for optional field.
withState(String) - Method in class com.dropbox.core.DbxWebAuth.Request.Builder
Up to 476 bytes of arbitrary data that will be passed back to your redirect URI.
withTeam(FullTeam) - Method in class com.dropbox.core.v2.users.FullAccount.Builder
Set value for optional field.
withTeamJoinDetails(JoinTeamDetails) - Method in class com.dropbox.core.v2.teamlog.MemberChangeStatusDetails.Builder
Set value for optional field.
withTeamMemberId(String) - Method in class com.dropbox.core.v2.teamlog.TeamMemberLogInfo.Builder
Set value for optional field.
withTeamMemberId(String) - Method in class com.dropbox.core.v2.users.BasicAccount.Builder
Set value for optional field.
withTeamMemberId(String) - Method in class com.dropbox.core.v2.users.FullAccount.Builder
Set value for optional field.
withTeamMemberInfo(TeamMemberInfo) - Method in class com.dropbox.core.v2.sharing.FileLinkMetadata.Builder
Set value for optional field.
withTeamMemberInfo(TeamMemberInfo) - Method in class com.dropbox.core.v2.sharing.FolderLinkMetadata.Builder
Set value for optional field.
withTeamMemberInfo(TeamMemberInfo) - Method in class com.dropbox.core.v2.sharing.SharedLinkMetadata.Builder
Set value for optional field.
withTeamSharingPolicy(SharingTeamPolicyType) - Method in class com.dropbox.core.v2.paper.SharingPolicy.Builder
Set value for optional field.
withTeamSharingPolicy(String) - Method in class com.dropbox.core.v2.teamlog.PaperDocChangeSharingPolicyDetails.Builder
Set value for optional field.
withTechnicalErrorMessage(String) - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder
Set value for optional field.
withTime(TimeRange) - Method in class com.dropbox.core.v2.teamlog.GetEventsBuilder
Set value for optional field.
withTimeInvited(Date) - Method in class com.dropbox.core.v2.sharing.SharedFileMetadata.Builder
Set value for optional field.
withTimeLastSeen(Date) - Method in class com.dropbox.core.v2.sharing.UserFileMembershipInfo.Builder
Set value for optional field.
withTimeTaken(Date) - Method in class com.dropbox.core.v2.files.MediaMetadata.Builder
Set value for optional field.
withTimeTaken(Date) - Method in class com.dropbox.core.v2.files.PhotoMetadata.Builder
Set value for optional field.
withTimeTaken(Date) - Method in class com.dropbox.core.v2.files.VideoMetadata.Builder
Set value for optional field.
withTitle(String) - Method in class com.dropbox.core.v2.filerequests.UpdateBuilder
Set value for optional field.
withTokenKey(String) - Method in class com.dropbox.core.v2.teamlog.SfTeamJoinFromOobLinkDetails.Builder
Set value for optional field.
withTokenKey(String) - Method in class com.dropbox.core.v2.teamlog.ShmodelAppCreateDetails.Builder
Set value for optional field.
withTokenKey(String) - Method in class com.dropbox.core.v2.teamlog.ShmodelCreateDetails.Builder
Set value for optional field.
withTokenKey(String) - Method in class com.dropbox.core.v2.teamlog.ShmodelDisableDetails.Builder
Set value for optional field.
withTransferAdminId(UserSelectorArg) - Method in class com.dropbox.core.v2.team.MembersRemoveBuilder
Set value for optional field.
withTransferDestId(UserSelectorArg) - Method in class com.dropbox.core.v2.team.MembersRemoveBuilder
Set value for optional field.
withTraverseOnly(Boolean) - Method in class com.dropbox.core.v2.files.FolderSharingInfo.Builder
Set value for optional field.
withUpdated(Date) - Method in class com.dropbox.core.v2.team.ActiveWebSession.Builder
Set value for optional field.
withUpdated(Date) - Method in class com.dropbox.core.v2.team.DesktopClientSession.Builder
Set value for optional field.
withUpdated(Date) - Method in class com.dropbox.core.v2.team.DeviceSession.Builder
Set value for optional field.
withUpdated(Date) - Method in class com.dropbox.core.v2.team.MobileClientSession.Builder
Set value for optional field.
withUsedRescueCode(Boolean) - Method in class com.dropbox.core.v2.teamlog.TfaChangeStatusDetails.Builder
Set value for optional field.
withUser(UserInfo) - Method in class com.dropbox.core.v2.sharing.InviteeMembershipInfo.Builder
Set value for optional field.
withUserFriendlyMessage(String) - Method in class com.dropbox.core.v2.teamlog.FailureDetailsLogInfo.Builder
Set value for optional field.
withUserLocale(String) - Method in class com.dropbox.core.DbxRequestConfig.Builder
Set the locale of the app user.
withUserLocaleFrom(Locale) - Method in class com.dropbox.core.DbxRequestConfig.Builder
Set the locale of the app user.
withUserLocaleFromPreferences() - Method in class com.dropbox.core.DbxRequestConfig.Builder
Set the locale of user-visible messages returned by the Dropbox servers to the user's Dropbox locale.
withViewerInfoPolicy(ViewerInfoPolicy) - Method in class com.dropbox.core.v2.sharing.FolderPolicy.Builder
Set value for optional field.
withViewerInfoPolicy(ViewerInfoPolicy) - Method in class com.dropbox.core.v2.sharing.ShareFolderBuilder
Set value for optional field.
withViewerInfoPolicy(ViewerInfoPolicy) - Method in class com.dropbox.core.v2.sharing.UpdateFolderPolicyBuilder
Set value for optional field.
withWarning(String) - Method in class com.dropbox.core.v2.sharing.MemberAccessLevelResult.Builder
Set value for optional field.
withWebSessions(List<ActiveWebSession>) - Method in class com.dropbox.core.v2.team.MemberDevices.Builder
Set value for optional field.
withWipeData(Boolean) - Method in class com.dropbox.core.v2.team.MembersRemoveBuilder
Set value for optional field.
WrappedException(String, IOException) - Constructor for exception com.dropbox.core.util.IOUtil.WrappedException
 
WrappedException(IOException) - Constructor for exception com.dropbox.core.util.IOUtil.WrappedException
 
write(NoThrowOutputStream) - Method in class com.dropbox.core.DbxStreamWriter.ByteArrayCopier
 
write(NoThrowOutputStream) - Method in class com.dropbox.core.DbxStreamWriter.InputStreamCopier
 
write(NoThrowOutputStream) - Method in class com.dropbox.core.DbxStreamWriter
Write all the data you plan to write to out.
write(T, JsonGenerator) - Method in class com.dropbox.core.json.JsonWriter
 
write(T, JsonGenerator, int) - Method in class com.dropbox.core.json.JsonWriter
 
write(byte[], int, int) - Method in class com.dropbox.core.NoThrowOutputStream
 
write(byte[]) - Method in class com.dropbox.core.NoThrowOutputStream
 
write(int) - Method in class com.dropbox.core.NoThrowOutputStream
 
write(int) - Method in class com.dropbox.core.util.CountingOutputStream
 
write(byte[]) - Method in class com.dropbox.core.util.CountingOutputStream
 
write(byte[], int, int) - Method in class com.dropbox.core.util.CountingOutputStream
 
WriteConflictError - Enum in com.dropbox.core.v2.files
 
writeDate(Date, JsonGenerator) - Method in class com.dropbox.core.json.JsonWriter
 
writeDateIso(Date, JsonGenerator) - Method in class com.dropbox.core.json.JsonWriter
 
WriteError - Class in com.dropbox.core.v2.files
This class is an open tagged union.
WriteError.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for WriteError.
WriteException(String, IOException) - Constructor for exception com.dropbox.core.util.IOUtil.WriteException
 
WriteException(IOException) - Constructor for exception com.dropbox.core.util.IOUtil.WriteException
 
writeFields(T, JsonGenerator) - Method in class com.dropbox.core.json.JsonWriter
 
WriteMode - Class in com.dropbox.core.v2.files
Your intent when writing a file to some path.
WriteMode.Tag - Enum in com.dropbox.core.v2.files
Discriminating tag type for WriteMode.
Writer - Static variable in class com.dropbox.core.DbxAuthInfo
 
Writer - Static variable in class com.dropbox.core.DbxHost
 
writeTag(String, JsonGenerator) - Method in class com.dropbox.core.stone.CompositeSerializer
 
writeToFile(T, File, boolean) - Method in class com.dropbox.core.json.JsonWriter
 
writeToFile(T, File) - Method in class com.dropbox.core.json.JsonWriter
 
writeToFile(T, String, boolean) - Method in class com.dropbox.core.json.JsonWriter
 
writeToFile(T, String) - Method in class com.dropbox.core.json.JsonWriter
 
writeToStream(T, OutputStream, boolean) - Method in class com.dropbox.core.json.JsonWriter
 
writeToStream(T, OutputStream) - Method in class com.dropbox.core.json.JsonWriter
 
writeToString(T, boolean) - Method in class com.dropbox.core.json.JsonWriter
 
writeToString(T) - Method in class com.dropbox.core.json.JsonWriter
 

_

_client - Variable in class com.dropbox.core.v2.DbxAppClientV2Base
 
_client - Variable in class com.dropbox.core.v2.DbxClientV2Base
 
_client - Variable in class com.dropbox.core.v2.DbxTeamClientV2Base
 
A B C D E F G H I J K L M N O P Q R S T U V W _ 
Skip navigation links