Class VulnerabilityRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<Vulnerability>
com.microsoft.graph.security.requests.VulnerabilityRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class VulnerabilityRequestBuilder
extends com.microsoft.graph.http.BaseRequestBuilder<Vulnerability>
The class for the Vulnerability Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionVulnerabilityRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Vulnerability -
Method Summary
Modifier and TypeMethodDescriptionarticles()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 VulnerabilityComponent collectioncomponents(String id) Gets a request builder for the VulnerabilityComponent itemMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
VulnerabilityRequestBuilder
public VulnerabilityRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the Vulnerability- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
buildRequest
@Nonnull public VulnerabilityRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the request- Parameters:
requestOptions- the options for this request- Returns:
- the VulnerabilityRequest instance
-
buildRequest
@Nonnull public VulnerabilityRequest 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 VulnerabilityRequest instance
-
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
-
components
Gets a request builder for the VulnerabilityComponent collection- Returns:
- the collection request builder
-
components
Gets a request builder for the VulnerabilityComponent item- Parameters:
id- the item identifier- Returns:
- the request builder
-