Interface StandalonePricePagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<StandalonePrice>
All Known Implementing Classes:
StandalonePricePagedQueryResponseImpl

StandalonePricePagedQueryResponse
Example to create an instance using the builder pattern

     StandalonePricePagedQueryResponse standalonePricePagedQueryResponse = StandalonePricePagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()