Package com.microsoft.graph.requests
Class ApplicationDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Application,ApplicationDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.ApplicationDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ApplicationDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<Application,ApplicationDeltaCollectionRequestBuilder>
The class for the Application Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
-
Constructor Summary
ConstructorsConstructorDescriptionApplicationDeltaCollectionPage
(ApplicationDeltaCollectionResponse response, ApplicationDeltaCollectionRequestBuilder builder) A collection page for Application.ApplicationDeltaCollectionPage
(List<Application> pageContents, ApplicationDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ApplicationDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ApplicationDeltaCollectionPage
public ApplicationDeltaCollectionPage(@Nonnull ApplicationDeltaCollectionResponse response, @Nonnull ApplicationDeltaCollectionRequestBuilder builder) A collection page for Application.- Parameters:
response
- The serialized ApplicationDeltaCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
ApplicationDeltaCollectionPage
public ApplicationDeltaCollectionPage(@Nonnull List<Application> pageContents, @Nullable ApplicationDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ApplicationDelta- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-