Class TimeOffCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TimeOff,TimeOffCollectionRequestBuilder>
com.microsoft.graph.requests.TimeOffCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TimeOffCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TimeOff,TimeOffCollectionRequestBuilder>
The class for the Time Off Collection Page.
  • Constructor Details

    • TimeOffCollectionPage

      public TimeOffCollectionPage(@Nonnull TimeOffCollectionResponse response, @Nonnull TimeOffCollectionRequestBuilder builder)
      A collection page for TimeOff
      Parameters:
      response - the serialized TimeOffCollectionResponse from the service
      builder - the request builder for the next collection page
    • TimeOffCollectionPage

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