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