Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionBookingCustomQuestionCollectionPage
(BookingCustomQuestionCollectionResponse response, BookingCustomQuestionCollectionRequestBuilder builder) A collection page for BookingCustomQuestionBookingCustomQuestionCollectionPage
(List<BookingCustomQuestion> pageContents, BookingCustomQuestionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BookingCustomQuestion -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
BookingCustomQuestionCollectionPage
public BookingCustomQuestionCollectionPage(@Nonnull BookingCustomQuestionCollectionResponse response, @Nonnull BookingCustomQuestionCollectionRequestBuilder builder) A collection page for BookingCustomQuestion- Parameters:
response
- the serialized BookingCustomQuestionCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-