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