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