Class CalendarGetScheduleCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ScheduleInformation,CalendarGetScheduleCollectionRequestBuilder>
com.microsoft.graph.requests.CalendarGetScheduleCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class CalendarGetScheduleCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ScheduleInformation,CalendarGetScheduleCollectionRequestBuilder>
The class for the Calendar Get Schedule Collection Page.
  • Constructor Details

    • CalendarGetScheduleCollectionPage

      public CalendarGetScheduleCollectionPage(@Nonnull CalendarGetScheduleCollectionResponse response, @Nonnull CalendarGetScheduleCollectionRequestBuilder builder)
      A collection page for ScheduleInformation.
      Parameters:
      response - The serialized CalendarGetScheduleCollectionResponse from the service
      builder - The request builder for the next collection page
    • CalendarGetScheduleCollectionPage

      public CalendarGetScheduleCollectionPage(@Nonnull List<ScheduleInformation> pageContents, @Nullable CalendarGetScheduleCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for CalendarGetSchedule
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page