public class ChannelCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Channel,ChannelCollectionRequestBuilder>
| Constructor and Description |
|---|
ChannelCollectionPage(ChannelCollectionResponse response,
ChannelCollectionRequestBuilder builder)
A collection page for Channel
|
ChannelCollectionPage(java.util.List<Channel> pageContents,
ChannelCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Channel
|
public ChannelCollectionPage(@Nonnull
ChannelCollectionResponse response,
@Nonnull
ChannelCollectionRequestBuilder builder)
response - the serialized ChannelCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic ChannelCollectionPage(@Nonnull
java.util.List<Channel> pageContents,
@Nullable
ChannelCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page