Class BookingServiceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BookingService,BookingServiceCollectionRequestBuilder>
com.microsoft.graph.requests.BookingServiceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BookingServiceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<BookingService,BookingServiceCollectionRequestBuilder>
The class for the Booking Service Collection Page.
  • Constructor Details

    • BookingServiceCollectionPage

      public BookingServiceCollectionPage(@Nonnull BookingServiceCollectionResponse response, @Nonnull BookingServiceCollectionRequestBuilder builder)
      A collection page for BookingService
      Parameters:
      response - the serialized BookingServiceCollectionResponse from the service
      builder - the request builder for the next collection page
    • BookingServiceCollectionPage

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