Class IntelligenceProfileCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IntelligenceProfile,IntelligenceProfileCollectionRequestBuilder>
com.microsoft.graph.security.requests.IntelligenceProfileCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class IntelligenceProfileCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<IntelligenceProfile,IntelligenceProfileCollectionRequestBuilder>
The class for the Intelligence Profile Collection Page.
  • Constructor Details

    • IntelligenceProfileCollectionPage

      public IntelligenceProfileCollectionPage(@Nonnull IntelligenceProfileCollectionResponse response, @Nonnull IntelligenceProfileCollectionRequestBuilder builder)
      A collection page for IntelligenceProfile
      Parameters:
      response - the serialized IntelligenceProfileCollectionResponse from the service
      builder - the request builder for the next collection page
    • IntelligenceProfileCollectionPage

      public IntelligenceProfileCollectionPage(@Nonnull List<IntelligenceProfile> pageContents, @Nullable IntelligenceProfileCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for IntelligenceProfile
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page