Interface ChannelPagedQueryResponse

All Superinterfaces:
ResourcePagedQueryResponse<Channel>
All Known Implementing Classes:
ChannelPagedQueryResponseImpl

PagedQueryResult with results containing an array of Channel.


Example to create an instance using the builder pattern

     ChannelPagedQueryResponse channelPagedQueryResponse = ChannelPagedQueryResponse.builder()
             .limit(0.3)
             .offset(0.3)
             .count(0.3)
             .plusResults(resultsBuilder -> resultsBuilder)
             .build()