Class ThreatIntelligenceRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<ThreatIntelligence>
com.microsoft.graph.security.requests.ThreatIntelligenceRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ThreatIntelligenceRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<ThreatIntelligence>
The class for the Threat Intelligence Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionThreatIntelligenceRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the ThreatIntelligence -
Method Summary
Modifier and TypeMethodDescriptionGets a request builder for the ArticleIndicator collectionGets a request builder for the ArticleIndicator itemarticles()Gets a request builder for the Article collectionGets a request builder for the Article itembuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the requestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptionsGets a request builder for the HostComponent collectionhostComponents(String id) Gets a request builder for the HostComponent itemGets a request builder for the HostCookie collectionhostCookies(String id) Gets a request builder for the HostCookie itemhosts()Gets a request builder for the Host collectionGets a request builder for the Host itemGets a request builder for the HostTracker collectionhostTrackers(String id) Gets a request builder for the HostTracker itemGets a request builder for the IntelligenceProfileIndicator collectionGets a request builder for the IntelligenceProfileIndicator itemGets a request builder for the IntelligenceProfile collectionintelProfiles(String id) Gets a request builder for the IntelligenceProfile itemGets a request builder for the PassiveDnsRecord collectionGets a request builder for the PassiveDnsRecord itemGets a request builder for the Vulnerability collectionGets a request builder for the Vulnerability itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ThreatIntelligenceRequestBuilder
public ThreatIntelligenceRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the ThreatIntelligence- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public ThreatIntelligenceRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the ThreatIntelligenceRequest instance
-
buildRequest
@Nonnull public ThreatIntelligenceRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the request with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for this request- Returns:
- the ThreatIntelligenceRequest instance
-
articleIndicators
Gets a request builder for the ArticleIndicator collection- Returns:
- the collection request builder
-
articleIndicators
Gets a request builder for the ArticleIndicator item- Parameters:
id- the item identifier- Returns:
- the request builder
-
articles
Gets a request builder for the Article collection- Returns:
- the collection request builder
-
articles
Gets a request builder for the Article item- Parameters:
id- the item identifier- Returns:
- the request builder
-
hostComponents
Gets a request builder for the HostComponent collection- Returns:
- the collection request builder
-
hostComponents
Gets a request builder for the HostComponent item- Parameters:
id- the item identifier- Returns:
- the request builder
-
hostCookies
Gets a request builder for the HostCookie collection- Returns:
- the collection request builder
-
hostCookies
Gets a request builder for the HostCookie item- Parameters:
id- the item identifier- Returns:
- the request builder
-
hosts
Gets a request builder for the Host collection- Returns:
- the collection request builder
-
hosts
Gets a request builder for the Host item- Parameters:
id- the item identifier- Returns:
- the request builder
-
hostTrackers
Gets a request builder for the HostTracker collection- Returns:
- the collection request builder
-
hostTrackers
Gets a request builder for the HostTracker item- Parameters:
id- the item identifier- Returns:
- the request builder
-
intelligenceProfileIndicators
@Nonnull public IntelligenceProfileIndicatorCollectionRequestBuilder intelligenceProfileIndicators()Gets a request builder for the IntelligenceProfileIndicator collection- Returns:
- the collection request builder
-
intelligenceProfileIndicators
@Nonnull public IntelligenceProfileIndicatorRequestBuilder intelligenceProfileIndicators(@Nonnull String id) Gets a request builder for the IntelligenceProfileIndicator item- Parameters:
id- the item identifier- Returns:
- the request builder
-
intelProfiles
Gets a request builder for the IntelligenceProfile collection- Returns:
- the collection request builder
-
intelProfiles
Gets a request builder for the IntelligenceProfile item- Parameters:
id- the item identifier- Returns:
- the request builder
-
passiveDnsRecords
Gets a request builder for the PassiveDnsRecord collection- Returns:
- the collection request builder
-
passiveDnsRecords
Gets a request builder for the PassiveDnsRecord item- Parameters:
id- the item identifier- Returns:
- the request builder
-
vulnerabilities
Gets a request builder for the Vulnerability collection- Returns:
- the collection request builder
-
vulnerabilities
Gets a request builder for the Vulnerability item- Parameters:
id- the item identifier- Returns:
- the request builder
-