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