Class EndUserNotificationCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<EndUserNotification,EndUserNotificationCollectionRequestBuilder>
com.microsoft.graph.requests.EndUserNotificationCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EndUserNotificationCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<EndUserNotification,EndUserNotificationCollectionRequestBuilder>
The class for the End User Notification Collection Page.
  • Constructor Details

    • EndUserNotificationCollectionPage

      public EndUserNotificationCollectionPage(@Nonnull EndUserNotificationCollectionResponse response, @Nonnull EndUserNotificationCollectionRequestBuilder builder)
      A collection page for EndUserNotification
      Parameters:
      response - the serialized EndUserNotificationCollectionResponse from the service
      builder - the request builder for the next collection page
    • EndUserNotificationCollectionPage

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