Package com.microsoft.graph.requests
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.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionEventDeltaCollectionPage(EventDeltaCollectionResponse response, EventDeltaCollectionRequestBuilder builder) A collection page for Event.EventDeltaCollectionPage(List<Event> pageContents, EventDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for EventDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
EventDeltaCollectionPage
public EventDeltaCollectionPage(@Nonnull EventDeltaCollectionResponse response, @Nonnull EventDeltaCollectionRequestBuilder builder) A collection page for Event.- Parameters:
response- The serialized EventDeltaCollectionResponse from the servicebuilder- 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 pagenextRequestBuilder- the request builder for the next page
-