Package com.microsoft.graph.requests
Class SiteCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Site,SiteCollectionRequestBuilder>
com.microsoft.graph.requests.SiteCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SiteCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Site,SiteCollectionRequestBuilder>
The class for the Site Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSiteCollectionPage
(SiteCollectionResponse response, SiteCollectionRequestBuilder builder) A collection page for SiteSiteCollectionPage
(List<Site> pageContents, SiteCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Site -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
SiteCollectionPage
public SiteCollectionPage(@Nonnull SiteCollectionResponse response, @Nonnull SiteCollectionRequestBuilder builder) A collection page for Site- Parameters:
response
- the serialized SiteCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
SiteCollectionPage
public SiteCollectionPage(@Nonnull List<Site> pageContents, @Nullable SiteCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Site- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-