Class IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T3,T5,T6,T7>
com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<IntelligenceProfileIndicator,IntelligenceProfileIndicatorWithReferenceRequest,IntelligenceProfileIndicatorReferenceRequestBuilder,IntelligenceProfileIndicatorWithReferenceRequestBuilder,IntelligenceProfileIndicatorCollectionResponse,IntelligenceProfileIndicatorCollectionWithReferencesPage,IntelligenceProfileIndicatorCollectionReferenceRequest,IntelligenceProfileIndicatorCollectionReferenceRequestBuilder>
com.microsoft.graph.security.requests.IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder
extends com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<IntelligenceProfileIndicator,IntelligenceProfileIndicatorWithReferenceRequest,IntelligenceProfileIndicatorReferenceRequestBuilder,IntelligenceProfileIndicatorWithReferenceRequestBuilder,IntelligenceProfileIndicatorCollectionResponse,IntelligenceProfileIndicatorCollectionWithReferencesPage,IntelligenceProfileIndicatorCollectionReferenceRequest,IntelligenceProfileIndicatorCollectionReferenceRequestBuilder>
The class for the Intelligence Profile Indicator Collection With References Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionIntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of IntelligenceProfile -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder
referencesMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder
public IntelligenceProfileIndicatorCollectionWithReferencesRequestBuilder(@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 IntelligenceProfile- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-