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 Details

    • ChannelCollectionWithReferencesPage

      public ChannelCollectionWithReferencesPage(@Nonnull ChannelCollectionResponse response, @Nullable ChannelCollectionWithReferencesRequestBuilder builder)
      A collection page for Channel
      Parameters:
      response - the serialized ChannelCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page