Package com.microsoft.graph.requests
Class BookingBusinessGetStaffAvailabilityCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<StaffAvailabilityItem,BookingBusinessGetStaffAvailabilityCollectionRequestBuilder>
com.microsoft.graph.requests.BookingBusinessGetStaffAvailabilityCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class BookingBusinessGetStaffAvailabilityCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<StaffAvailabilityItem,BookingBusinessGetStaffAvailabilityCollectionRequestBuilder>
The class for the Booking Business Get Staff Availability Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionBookingBusinessGetStaffAvailabilityCollectionPage
(BookingBusinessGetStaffAvailabilityCollectionResponse response, BookingBusinessGetStaffAvailabilityCollectionRequestBuilder builder) A collection page for StaffAvailabilityItem.BookingBusinessGetStaffAvailabilityCollectionPage
(List<StaffAvailabilityItem> pageContents, BookingBusinessGetStaffAvailabilityCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BookingBusinessGetStaffAvailability -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
BookingBusinessGetStaffAvailabilityCollectionPage
public BookingBusinessGetStaffAvailabilityCollectionPage(@Nonnull BookingBusinessGetStaffAvailabilityCollectionResponse response, @Nonnull BookingBusinessGetStaffAvailabilityCollectionRequestBuilder builder) A collection page for StaffAvailabilityItem.- Parameters:
response
- The serialized BookingBusinessGetStaffAvailabilityCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
BookingBusinessGetStaffAvailabilityCollectionPage
public BookingBusinessGetStaffAvailabilityCollectionPage(@Nonnull List<StaffAvailabilityItem> pageContents, @Nullable BookingBusinessGetStaffAvailabilityCollectionRequestBuilder nextRequestBuilder) Creates the collection page for BookingBusinessGetStaffAvailability- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-