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