Class ProductSearchResponsePayload
- java.lang.Object
-
- com.qivos.util.rest.common.envelope.Payload<List<T>>
-
- com.qivos.util.rest.common.envelope.SearchPayload<ProductSearchResponseData>
-
- com.inteliqua.rest.product.payload.response.search.ProductSearchResponsePayload
-
public class ProductSearchResponsePayload extends com.qivos.util.rest.common.envelope.SearchPayload<ProductSearchResponseData>
- Author:
- dimit
-
-
Constructor Summary
Constructors Constructor Description ProductSearchResponsePayload(List<ProductSearchResponseData> data, Boolean hasMore, Long totalCount)
-
-
-
Constructor Detail
-
ProductSearchResponsePayload
public ProductSearchResponsePayload(List<ProductSearchResponseData> data, Boolean hasMore, Long totalCount)
-
-