Class EventCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Event,EventCollectionRequestBuilder>
com.microsoft.graph.requests.EventCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class EventCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Event,EventCollectionRequestBuilder>
The class for the Event Collection Page.
  • Constructor Details

    • EventCollectionPage

      public EventCollectionPage(@Nonnull EventCollectionResponse response, @Nonnull EventCollectionRequestBuilder builder)
      A collection page for Event
      Parameters:
      response - the serialized EventCollectionResponse from the service
      builder - the request builder for the next collection page
    • EventCollectionPage

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