Class UploadApiRateLimitValue

java.lang.Object
com.dropbox.core.v2.team.UploadApiRateLimitValue

public final class UploadApiRateLimitValue extends Object
The value for Feature.UPLOAD_API_RATE_LIMIT.

This class is an open tagged union. Tagged unions instances are always associated to a specific tag. This means only one of the isAbc() methods will return true. You can use tag() to determine the tag associated with this instance.

Open unions may be extended in the future with additional tags. If a new tag is introduced that this SDK does not recognized, the OTHER value will be used.

  • Field Details

    • UNLIMITED

      public static final UploadApiRateLimitValue UNLIMITED
      This team has unlimited upload API quota. So far both server version account and legacy account type have unlimited monthly upload api quota.
    • OTHER

      public static final UploadApiRateLimitValue OTHER
      Catch-all used for unknown tag values returned by the Dropbox servers.

      Receiving a catch-all value typically indicates this SDK version is not up to date. Consider updating your SDK version to handle the new tags.

  • Method Details