Interface StagedQuotePagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<StagedQuote>
All Known Implementing Classes:
StagedQuotePagedQueryResponseImpl

PagedQueryResult with results containing an array of StagedQuote.


Example to create an instance using the builder pattern

     StagedQuotePagedQueryResponse stagedQuotePagedQueryResponse = StagedQuotePagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()