Package com.microsoft.graph.requests
Class SiteDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<Site,SiteDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.SiteDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SiteDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<Site,SiteDeltaCollectionRequestBuilder>
The class for the Site Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionSiteDeltaCollectionPage(SiteDeltaCollectionResponse response, SiteDeltaCollectionRequestBuilder builder) A collection page for Site.SiteDeltaCollectionPage(List<Site> pageContents, SiteDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SiteDelta -
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
-
SiteDeltaCollectionPage
public SiteDeltaCollectionPage(@Nonnull SiteDeltaCollectionResponse response, @Nonnull SiteDeltaCollectionRequestBuilder builder) A collection page for Site.- Parameters:
response- The serialized SiteDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
SiteDeltaCollectionPage
public SiteDeltaCollectionPage(@Nonnull List<Site> pageContents, @Nullable SiteDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for SiteDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-