Interface ProductSelectionPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<ProductSelection>
All Known Implementing Classes:
ProductSelectionPagedQueryResponseImpl

PagedQueryResult containing an array of ProductSelection.


Example to create an instance using the builder pattern

     ProductSelectionPagedQueryResponse productSelectionPagedQueryResponse = ProductSelectionPagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()