Package com.microsoft.graph.requests
Class BookingAppointmentCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BookingAppointment,BookingAppointmentCollectionRequestBuilder>
com.microsoft.graph.requests.BookingAppointmentCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class BookingAppointmentCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<BookingAppointment,BookingAppointmentCollectionRequestBuilder>
The class for the Booking Appointment Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionBookingAppointmentCollectionPage(BookingAppointmentCollectionResponse response, BookingAppointmentCollectionRequestBuilder builder) A collection page for BookingAppointmentBookingAppointmentCollectionPage(List<BookingAppointment> pageContents, BookingAppointmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BookingAppointment -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
BookingAppointmentCollectionPage
public BookingAppointmentCollectionPage(@Nonnull BookingAppointmentCollectionResponse response, @Nonnull BookingAppointmentCollectionRequestBuilder builder) A collection page for BookingAppointment- Parameters:
response- the serialized BookingAppointmentCollectionResponse from the servicebuilder- the request builder for the next collection page
-
BookingAppointmentCollectionPage
public BookingAppointmentCollectionPage(@Nonnull List<BookingAppointment> pageContents, @Nullable BookingAppointmentCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BookingAppointment- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-