Package com.microsoft.graph.requests
Class ChannelCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Channel,ChannelCollectionRequestBuilder>
com.microsoft.graph.requests.ChannelCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ChannelCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Channel,ChannelCollectionRequestBuilder>
The class for the Channel Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionChannelCollectionPage(ChannelCollectionResponse response, ChannelCollectionRequestBuilder builder) A collection page for ChannelChannelCollectionPage(List<Channel> pageContents, ChannelCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Channel -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ChannelCollectionPage
public ChannelCollectionPage(@Nonnull ChannelCollectionResponse response, @Nonnull ChannelCollectionRequestBuilder builder) A collection page for Channel- Parameters:
response- the serialized ChannelCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ChannelCollectionPage
public ChannelCollectionPage(@Nonnull List<Channel> pageContents, @Nullable ChannelCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Channel- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-