Class EventDeltaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Event,EventDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.EventDeltaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EventDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<Event,EventDeltaCollectionRequestBuilder>
The class for the Event Delta Collection Page.
  • Constructor Details

    • EventDeltaCollectionPage

      public EventDeltaCollectionPage(@Nonnull EventDeltaCollectionResponse response, @Nonnull EventDeltaCollectionRequestBuilder builder)
      A collection page for Event.
      Parameters:
      response - The serialized EventDeltaCollectionResponse from the service
      builder - The request builder for the next collection page
    • EventDeltaCollectionPage

      public EventDeltaCollectionPage(@Nonnull List<Event> pageContents, @Nullable EventDeltaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for EventDelta
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page