Class ShiftCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Shift,ShiftCollectionRequestBuilder>
com.microsoft.graph.requests.ShiftCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class ShiftCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Shift,ShiftCollectionRequestBuilder>
The class for the Shift Collection Page.
  • Constructor Details

    • ShiftCollectionPage

      public ShiftCollectionPage(@Nonnull ShiftCollectionResponse response, @Nonnull ShiftCollectionRequestBuilder builder)
      A collection page for Shift
      Parameters:
      response - the serialized ShiftCollectionResponse from the service
      builder - the request builder for the next collection page
    • ShiftCollectionPage

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