Interface AssignedProductSelectionPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<AssignedProductSelection>

public interface AssignedProductSelectionPagedQueryResponse extends ResourcePagedQueryResponse<AssignedProductSelection>

PagedQueryResult containing an array of AssignedProductSelection.


Example to create an instance using the builder pattern

     AssignedProductSelectionPagedQueryResponse assignedProductSelectionPagedQueryResponse = AssignedProductSelectionPagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()