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