Class RiskDetectionCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<RiskDetection,RiskDetectionCollectionRequestBuilder>
com.microsoft.graph.requests.RiskDetectionCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class RiskDetectionCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<RiskDetection,RiskDetectionCollectionRequestBuilder>
The class for the Risk Detection Collection Page.
  • Constructor Details

    • RiskDetectionCollectionPage

      public RiskDetectionCollectionPage(@Nonnull RiskDetectionCollectionResponse response, @Nonnull RiskDetectionCollectionRequestBuilder builder)
      A collection page for RiskDetection
      Parameters:
      response - the serialized RiskDetectionCollectionResponse from the service
      builder - the request builder for the next collection page
    • RiskDetectionCollectionPage

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