Class WindowsMalwareInformationCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseEntityCollectionRequest<WindowsMalwareInformation,WindowsMalwareInformationCollectionResponse,WindowsMalwareInformationCollectionPage>
com.microsoft.graph.requests.WindowsMalwareInformationCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class WindowsMalwareInformationCollectionRequest extends com.microsoft.graph.http.BaseEntityCollectionRequest<WindowsMalwareInformation,WindowsMalwareInformationCollectionResponse,WindowsMalwareInformationCollectionPage>
The class for the Windows Malware Information Collection Request.
  • Constructor Details

    • WindowsMalwareInformationCollectionRequest

      public WindowsMalwareInformationCollectionRequest(@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 WindowsMalwareInformation
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details