public class SiteCollectionWithReferencesPage extends com.microsoft.graph.http.BaseCollectionPage<Site,SiteCollectionWithReferencesRequestBuilder>
| Constructor and Description |
|---|
SiteCollectionWithReferencesPage(java.util.List<Site> pageContents,
SiteCollectionWithReferencesRequestBuilder nextRequestBuilder)
Creates the collection page for Site
|
SiteCollectionWithReferencesPage(SiteCollectionResponse response,
SiteCollectionWithReferencesRequestBuilder builder)
A collection page for Site
|
public SiteCollectionWithReferencesPage(@Nonnull
SiteCollectionResponse response,
@Nullable
SiteCollectionWithReferencesRequestBuilder builder)
response - the serialized SiteCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic SiteCollectionWithReferencesPage(@Nonnull
java.util.List<Site> pageContents,
@Nullable
SiteCollectionWithReferencesRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page