Class BookingCurrencyCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<BookingCurrency,BookingCurrencyCollectionRequestBuilder>
com.microsoft.graph.requests.BookingCurrencyCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class BookingCurrencyCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<BookingCurrency,BookingCurrencyCollectionRequestBuilder>
The class for the Booking Currency Collection Page.
  • Constructor Details

    • BookingCurrencyCollectionPage

      public BookingCurrencyCollectionPage(@Nonnull BookingCurrencyCollectionResponse response, @Nonnull BookingCurrencyCollectionRequestBuilder builder)
      A collection page for BookingCurrency
      Parameters:
      response - the serialized BookingCurrencyCollectionResponse from the service
      builder - the request builder for the next collection page
    • BookingCurrencyCollectionPage

      public BookingCurrencyCollectionPage(@Nonnull List<BookingCurrency> pageContents, @Nullable BookingCurrencyCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for BookingCurrency
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page