Class OnlineMeetingCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<OnlineMeeting,OnlineMeetingCollectionRequestBuilder>
com.microsoft.graph.requests.OnlineMeetingCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class OnlineMeetingCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<OnlineMeeting,OnlineMeetingCollectionRequestBuilder>
The class for the Online Meeting Collection Page.
  • Constructor Details

    • OnlineMeetingCollectionPage

      public OnlineMeetingCollectionPage(@Nonnull OnlineMeetingCollectionResponse response, @Nonnull OnlineMeetingCollectionRequestBuilder builder)
      A collection page for OnlineMeeting
      Parameters:
      response - the serialized OnlineMeetingCollectionResponse from the service
      builder - the request builder for the next collection page
    • OnlineMeetingCollectionPage

      public OnlineMeetingCollectionPage(@Nonnull List<OnlineMeeting> pageContents, @Nullable OnlineMeetingCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for OnlineMeeting
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page