Package com.microsoft.graph.requests
Class SiteCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Site,SiteCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.SiteCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class SiteCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<Site,SiteCollectionWithReferencesRequestBuilder>
The class for the Site Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionSiteCollectionWithReferencesPage
(SiteCollectionResponse response, SiteCollectionWithReferencesRequestBuilder builder) A collection page for SiteSiteCollectionWithReferencesPage
(List<Site> pageContents, SiteCollectionWithReferencesRequestBuilder 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
-
SiteCollectionWithReferencesPage
public SiteCollectionWithReferencesPage(@Nonnull SiteCollectionResponse response, @Nullable SiteCollectionWithReferencesRequestBuilder builder) A collection page for Site- Parameters:
response
- the serialized SiteCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
SiteCollectionWithReferencesPage
public SiteCollectionWithReferencesPage(@Nonnull List<Site> pageContents, @Nullable SiteCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for Site- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-