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