Interface ShippingMethodPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<ShippingMethod>
All Known Implementing Classes:
ShippingMethodPagedQueryResponseImpl

PagedQueryResult with results containing an array of ShippingMethod.


Example to create an instance using the builder pattern

     ShippingMethodPagedQueryResponse shippingMethodPagedQueryResponse = ShippingMethodPagedQueryResponse.builder()
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()