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