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