public class EventDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<Event,EventDeltaCollectionRequestBuilder>
| Constructor and Description |
|---|
EventDeltaCollectionPage(EventDeltaCollectionResponse response,
EventDeltaCollectionRequestBuilder builder)
A collection page for Event.
|
EventDeltaCollectionPage(java.util.List<Event> pageContents,
EventDeltaCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for EventDelta
|
public EventDeltaCollectionPage(@Nonnull
EventDeltaCollectionResponse response,
@Nonnull
EventDeltaCollectionRequestBuilder builder)
response - The serialized EventDeltaCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic EventDeltaCollectionPage(@Nonnull
java.util.List<Event> pageContents,
@Nullable
EventDeltaCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page