Class IntelligenceProfileIndicatorCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<IntelligenceProfileIndicator,IntelligenceProfileIndicatorCollectionResponse,IntelligenceProfileIndicatorCollectionPage>
com.microsoft.graph.security.requests.IntelligenceProfileIndicatorCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class IntelligenceProfileIndicatorCollectionRequest extends com.microsoft.graph.http.BaseEntityCollectionRequest<IntelligenceProfileIndicator,IntelligenceProfileIndicatorCollectionResponse,IntelligenceProfileIndicatorCollectionPage>
The class for the Intelligence Profile Indicator Collection Request.
  • Constructor Details

    • IntelligenceProfileIndicatorCollectionRequest

      public IntelligenceProfileIndicatorCollectionRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for this collection of IntelligenceProfileIndicator
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details