Package com.microsoft.graph.requests
Class ChannelCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Channel,ChannelCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.ChannelCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ChannelCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<Channel,ChannelCollectionWithReferencesRequestBuilder>
The class for the Channel Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionChannelCollectionWithReferencesPage(ChannelCollectionResponse response, ChannelCollectionWithReferencesRequestBuilder builder) A collection page for ChannelChannelCollectionWithReferencesPage(List<Channel> pageContents, ChannelCollectionWithReferencesRequestBuilder 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
-
ChannelCollectionWithReferencesPage
public ChannelCollectionWithReferencesPage(@Nonnull ChannelCollectionResponse response, @Nullable ChannelCollectionWithReferencesRequestBuilder builder) A collection page for Channel- Parameters:
response- the serialized ChannelCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ChannelCollectionWithReferencesPage
public ChannelCollectionWithReferencesPage(@Nonnull List<Channel> pageContents, @Nullable ChannelCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for Channel- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-