Interface QuotasService.ListRequest

    • Method Detail

      • follow

        QuotasService.ListRequest follow​(String follow)
        Indicates which inner links should be _followed_. The objects referenced by these links will be fetched as part of the current request. See <> for details.
      • max

        QuotasService.ListRequest max​(Integer max)
        Sets the maximum number of quota descriptors to return. If not specified all the descriptors are returned.
      • max

        QuotasService.ListRequest max​(Long max)
        Sets the maximum number of quota descriptors to return. If not specified all the descriptors are returned.