Interface ProductProjectionPagedSearchResponse

All Superinterfaces:
ResourcePagedQueryResponse<ProductProjection>

public interface ProductProjectionPagedSearchResponse extends ResourcePagedQueryResponse<ProductProjection>
ProductProjectionPagedSearchResponse
Example to create an instance using the builder pattern

     ProductProjectionPagedSearchResponse productProjectionPagedSearchResponse = ProductProjectionPagedSearchResponse.builder()
             .limit(0.3)
             .count(0.3)
             .offset(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .facets(facetsBuilder -> facetsBuilder)
             .build()