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 Details

    • BookingStaffMemberBaseCollectionPage

      public BookingStaffMemberBaseCollectionPage(@Nonnull BookingStaffMemberBaseCollectionResponse response, @Nonnull BookingStaffMemberBaseCollectionRequestBuilder builder)
      A collection page for BookingStaffMemberBase
      Parameters:
      response - the serialized BookingStaffMemberBaseCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page