Interface SubscriptionPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<Subscription>
All Known Implementing Classes:
SubscriptionPagedQueryResponseImpl

PagedQueryResult with results containing an array of Subscription.


Example to create an instance using the builder pattern

     SubscriptionPagedQueryResponse subscriptionPagedQueryResponse = SubscriptionPagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()