Class TimeOffReasonCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TimeOffReason,TimeOffReasonCollectionRequestBuilder>
com.microsoft.graph.requests.TimeOffReasonCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TimeOffReasonCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TimeOffReason,TimeOffReasonCollectionRequestBuilder>
The class for the Time Off Reason Collection Page.
  • Constructor Details

    • TimeOffReasonCollectionPage

      public TimeOffReasonCollectionPage(@Nonnull TimeOffReasonCollectionResponse response, @Nonnull TimeOffReasonCollectionRequestBuilder builder)
      A collection page for TimeOffReason
      Parameters:
      response - the serialized TimeOffReasonCollectionResponse from the service
      builder - the request builder for the next collection page
    • TimeOffReasonCollectionPage

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