Class NetworkQuota

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class NetworkQuota
    
                        

    Limits and usage of each quota. A network will have quotas for File space, the number of sites in the network, the number of people in the network, and the number of network administrators

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getId()
      final Unit setId(@Json(name = "id") String id)
      final Long getLimit()
      final Unit setLimit(@Json(name = "limit") Long limit)
      final Long getUsage()
      final Unit setUsage(@Json(name = "usage") Long usage)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait