Class BookingCustomQuestionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BookingCustomQuestion,BookingCustomQuestionCollectionRequestBuilder>
com.microsoft.graph.requests.BookingCustomQuestionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BookingCustomQuestionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<BookingCustomQuestion,BookingCustomQuestionCollectionRequestBuilder>
The class for the Booking Custom Question Collection Page.
  • Constructor Details

    • BookingCustomQuestionCollectionPage

      public BookingCustomQuestionCollectionPage(@Nonnull BookingCustomQuestionCollectionResponse response, @Nonnull BookingCustomQuestionCollectionRequestBuilder builder)
      A collection page for BookingCustomQuestion
      Parameters:
      response - the serialized BookingCustomQuestionCollectionResponse from the service
      builder - the request builder for the next collection page
    • BookingCustomQuestionCollectionPage

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