Class Quota

java.lang.Object
com.independentsoft.graph.files.Quota

public class Quota extends Object
  • Constructor Details

    • Quota

      public Quota()
    • Quota

      public Quota(JsonObject jsonObject)
  • Method Details

    • getTotal

      public long getTotal()
    • getUsed

      public long getUsed()
    • getRemaining

      public long getRemaining()
    • getDeleted

      public long getDeleted()
    • getState

      public StorageSpaceState getState()
    • getStoragePlanInformation

      public StoragePlanInformation getStoragePlanInformation()