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