Class NoncustodialDataSourceCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<NoncustodialDataSource,NoncustodialDataSourceCollectionWithReferencesRequestBuilder>
com.microsoft.graph.ediscovery.requests.NoncustodialDataSourceCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class NoncustodialDataSourceCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<NoncustodialDataSource,NoncustodialDataSourceCollectionWithReferencesRequestBuilder>
The class for the Noncustodial Data Source Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionNoncustodialDataSourceCollectionWithReferencesPage(NoncustodialDataSourceCollectionResponse response, NoncustodialDataSourceCollectionWithReferencesRequestBuilder builder) A collection page for NoncustodialDataSourceNoncustodialDataSourceCollectionWithReferencesPage(List<NoncustodialDataSource> pageContents, NoncustodialDataSourceCollectionWithReferencesRequestBuilder 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
-
NoncustodialDataSourceCollectionWithReferencesPage
public NoncustodialDataSourceCollectionWithReferencesPage(@Nonnull NoncustodialDataSourceCollectionResponse response, @Nullable NoncustodialDataSourceCollectionWithReferencesRequestBuilder builder) A collection page for NoncustodialDataSource- Parameters:
response- the serialized NoncustodialDataSourceCollectionResponse from the servicebuilder- the request builder for the next collection page
-
NoncustodialDataSourceCollectionWithReferencesPage
public NoncustodialDataSourceCollectionWithReferencesPage(@Nonnull List<NoncustodialDataSource> pageContents, @Nullable NoncustodialDataSourceCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for NoncustodialDataSource- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-