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 Details

    • DataSourceCollectionWithReferencesPage

      public DataSourceCollectionWithReferencesPage(@Nonnull DataSourceCollectionResponse response, @Nullable DataSourceCollectionWithReferencesRequestBuilder builder)
      A collection page for DataSource
      Parameters:
      response - the serialized DataSourceCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page