Class RestUtils.QuotaHeaders

  • Enclosing class:
    RestUtils

    public static final class RestUtils.QuotaHeaders
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String REQUEST_COST
      Response header indicating cost incurred by the request against capacity unit and storage quotas.
    • Constructor Summary

      Constructors 
      Constructor Description
      QuotaHeaders()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • REQUEST_COST

        public static final java.lang.String REQUEST_COST
        Response header indicating cost incurred by the request against capacity unit and storage quotas.
        See Also:
        Constant Field Values
    • Constructor Detail

      • QuotaHeaders

        public QuotaHeaders()