Class BookingBusinessCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BookingBusiness,BookingBusinessCollectionRequestBuilder>
com.microsoft.graph.requests.BookingBusinessCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BookingBusinessCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<BookingBusiness,BookingBusinessCollectionRequestBuilder>
The class for the Booking Business Collection Page.
  • Constructor Details

    • BookingBusinessCollectionPage

      public BookingBusinessCollectionPage(@Nonnull BookingBusinessCollectionResponse response, @Nonnull BookingBusinessCollectionRequestBuilder builder)
      A collection page for BookingBusiness
      Parameters:
      response - the serialized BookingBusinessCollectionResponse from the service
      builder - the request builder for the next collection page
    • BookingBusinessCollectionPage

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