IPWorks Cloud 2020 Java Edition

Questions / Feedback?

DropboxAccount Type

A Dropbox account's details and space usage information.

Remarks

This type represents a Dropbox account's details and space usage information.

Fields

Country
String

The country code of the account's user.

This field reflects the two-letter country code of the account's user, if available. Country codes are based on ISO 3166-1.

DisplayName
String

The display name of the account.

This field reflects the display name of the account itself.

Email
String

The email address of the account.

This field reflects the email address associated with the account.

FirstName
String

The first name of the account's user.

This field reflects the account user's first name.

Id
String

The Id of the account.

This field reflects the Id of the account.

LastName
String

The last name of the account's user.

This field reflects the account user's last name.

TeamId
String

The Id of the account's team.

This field reflects the Id of the account's team, if the account is paired to a team.

TeamMemberId
String

The team member Id of the account.

This field reflects the team member Id of the account, if the account is paired to a team.

TeamName
String

The name of the account's team.

This field reflects the name of the account's team, if the account is paired to a team.

TeamTotalSpace
long

The total amount of space allocated to the account's team.

This field reflects the total amount of space, in bytes, allocated to the account's team, if the account is paired to a team.

TeamUsedSpace
long

The amount of space used by the account's team.

This field reflects the amount of space, in bytes, used by the account's team, if the account is paired to a team.

TotalSpace
long

The total amount of space allocated to the account.

This field reflects the total amount of space, in bytes, allocated to the account.

If the account is paired to a team, then the value of this field will either reflect the account's total space quota as defined by the team, or (if the account doesn't have a quota) the same value as the TeamTotalSpace field.

Type
int

The account's type.

This field reflects the account's type. Possible values are:

  • 0 (atBasic)
  • 1 (atPro)
  • 2 (atBusiness)

UsedSpace
long

The amount of space used by the account.

This field reflects the amount of space, in bytes, used by the account.

Constructors

public DropboxAccount();



Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Java Edition - Version 20.0 [Build 8265]