Interface ProductProjectionPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<ProductProjection>

public interface ProductProjectionPagedQueryResponse extends ResourcePagedQueryResponse<ProductProjection>
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()