See: Description
| Class | Description |
|---|---|
| Account |
The amount of detail revealed about an account depends on the user being
queried and the user making the query.
|
| BasicAccount |
Basic information about any account.
|
| BasicAccount.Builder |
Builder for
BasicAccount. |
| BasicAccount.Serializer |
For internal use only.
|
| DbxUserUsersRequests |
Routes in namespace "users".
|
| FileLockingValue |
The value for
UserFeature.FILE_LOCKING. |
| FullAccount |
Detailed information about the current user's account.
|
| FullAccount.Builder |
Builder for
FullAccount. |
| FullTeam |
Detailed information about a team.
|
| GetAccountArg | |
| GetAccountArg.Serializer |
For internal use only.
|
| GetAccountBatchArg | |
| GetAccountBatchArg.Serializer |
For internal use only.
|
| GetAccountBatchError |
This class is an open tagged union.
|
| GetAccountBatchError.Serializer |
For internal use only.
|
| GetAccountError.Serializer |
For internal use only.
|
| IndividualSpaceAllocation | |
| Name |
Representations for a person's name to assist with internationalization.
|
| Name.Serializer |
For internal use only.
|
| PaperAsFilesValue |
The value for
UserFeature.PAPER_AS_FILES. |
| SpaceAllocation |
Space is allocated differently based on the type of account.
|
| SpaceUsage |
Information about a user's space usage and quota.
|
| Team |
Information about a team.
|
| Team.Serializer |
For internal use only.
|
| TeamSpaceAllocation | |
| UserFeaturesGetValuesBatchResult | |
| UserFeatureValue |
Values that correspond to entries in
UserFeature. |
| Enum | Description |
|---|---|
| FileLockingValue.Tag |
Discriminating tag type for
FileLockingValue. |
| GetAccountBatchError.Tag |
Discriminating tag type for
GetAccountBatchError. |
| GetAccountError | |
| PaperAsFilesValue.Tag |
Discriminating tag type for
PaperAsFilesValue. |
| SpaceAllocation.Tag |
Discriminating tag type for
SpaceAllocation. |
| UserFeature |
A set of features that a Dropbox User account may have configured.
|
| UserFeaturesGetValuesBatchError | |
| UserFeatureValue.Tag |
Discriminating tag type for
UserFeatureValue. |
| Exception | Description |
|---|---|
| GetAccountBatchErrorException |
Exception thrown when the server responds with a
GetAccountBatchError
error. |
| GetAccountErrorException |
Exception thrown when the server responds with a
GetAccountError
error. |
| UserFeaturesGetValuesBatchErrorException |
Exception thrown when the server responds with a
UserFeaturesGetValuesBatchError error. |
See DbxUserUsersRequests for a list of
possible requests for this namespace.