Interface MetaResponse.TotalItemsStage

All Known Implementing Classes:
MetaResponse.Builder
Enclosing class:
MetaResponse

public static interface MetaResponse.TotalItemsStage
  • Method Summary

    Modifier and Type
    Method
    Description
    totalItems(int totalItems)
    number of total items given the current filters/selection (if any)
  • Method Details