Class SchedulingGroupCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<SchedulingGroup,SchedulingGroupCollectionRequestBuilder>
com.microsoft.graph.requests.SchedulingGroupCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class SchedulingGroupCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<SchedulingGroup,SchedulingGroupCollectionRequestBuilder>
The class for the Scheduling Group Collection Page.
  • Constructor Details

    • SchedulingGroupCollectionPage

      public SchedulingGroupCollectionPage(@Nonnull SchedulingGroupCollectionResponse response, @Nonnull SchedulingGroupCollectionRequestBuilder builder)
      A collection page for SchedulingGroup
      Parameters:
      response - the serialized SchedulingGroupCollectionResponse from the service
      builder - the request builder for the next collection page
    • SchedulingGroupCollectionPage

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