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