public class

QuotaInformation

extends Object
implements Serializable
java.lang.Object
   ↳ org.mule.modules.dropbox.model.QuotaInformation

Class Overview

Copyright (c) MuleSoft, Inc. All rights reserved. http://www.mulesoft.com The software in this package is published under the terms of the CPAL v1.0 license, a copy of which has been included with this distribution in the LICENSE.md file.

Summary

Constants
long serialVersionUID
Fields
private Long normal The user's used quota outside of shared folders (bytes).
private Long quota The user's total quota allocation (bytes).
private Long shared The user's used quota in shared folders (bytes).
Public Constructors
QuotaInformation()
Public Methods
Long getNormal()
Long getQuota()
Long getShared()
void setNormal(Long normal)
void setQuota(Long quota)
void setShared(Long shared)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: -1 (0xffffffffffffffff)

Fields

private Long normal

The user's used quota outside of shared folders (bytes).

private Long quota

The user's total quota allocation (bytes).

private Long shared

The user's used quota in shared folders (bytes).

Public Constructors

public QuotaInformation ()

Public Methods

public Long getNormal ()

public Long getQuota ()

public Long getShared ()

public void setNormal (Long normal)

Parameters
normal

public void setQuota (Long quota)

Parameters
quota

public void setShared (Long shared)

Parameters
shared