Class IntelligenceProfileIndicatorReferenceRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseReferenceRequestBuilder<IntelligenceProfileIndicator,IntelligenceProfileIndicatorReferenceRequest>
com.microsoft.graph.security.requests.IntelligenceProfileIndicatorReferenceRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class IntelligenceProfileIndicatorReferenceRequestBuilder
extends com.microsoft.graph.http.BaseReferenceRequestBuilder<IntelligenceProfileIndicator,IntelligenceProfileIndicatorReferenceRequest>
The class for the Intelligence Profile Indicator Reference Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionIntelligenceProfileIndicatorReferenceRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IntelligenceProfileIndicator -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseReferenceRequestBuilder
buildRequest, buildRequestMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
IntelligenceProfileIndicatorReferenceRequestBuilder
public IntelligenceProfileIndicatorReferenceRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the IntelligenceProfileIndicator- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-