Interface ProductProjectionPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<ProductProjection>
All Known Implementing Classes:
ProductProjectionPagedQueryResponseImpl

ProductProjectionPagedQueryResponse
Example to create an instance using the builder pattern

     ProductProjectionPagedQueryResponse productProjectionPagedQueryResponse = ProductProjectionPagedQueryResponse.builder()
             .limit(0.3)
             .count(0.3)
             .offset(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()