Class UserReminderViewCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Reminder,UserReminderViewCollectionRequestBuilder>
com.microsoft.graph.requests.UserReminderViewCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserReminderViewCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Reminder,UserReminderViewCollectionRequestBuilder>
The class for the User Reminder View Collection Page.
  • Constructor Details

    • UserReminderViewCollectionPage

      public UserReminderViewCollectionPage(@Nonnull UserReminderViewCollectionResponse response, @Nonnull UserReminderViewCollectionRequestBuilder builder)
      A collection page for Reminder.
      Parameters:
      response - The serialized UserReminderViewCollectionResponse from the service
      builder - The request builder for the next collection page
    • UserReminderViewCollectionPage

      public UserReminderViewCollectionPage(@Nonnull List<Reminder> pageContents, @Nullable UserReminderViewCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for UserReminderView
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page