Package com.microsoft.graph.requests
Class ClaimsMappingPolicyCollectionWithReferencesRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T3,T5,T6,T7>
com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<ClaimsMappingPolicy,ClaimsMappingPolicyWithReferenceRequest,ClaimsMappingPolicyReferenceRequestBuilder,ClaimsMappingPolicyWithReferenceRequestBuilder,ClaimsMappingPolicyCollectionResponse,ClaimsMappingPolicyCollectionWithReferencesPage,ClaimsMappingPolicyCollectionReferenceRequest,ClaimsMappingPolicyCollectionReferenceRequestBuilder>
com.microsoft.graph.requests.ClaimsMappingPolicyCollectionWithReferencesRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ClaimsMappingPolicyCollectionWithReferencesRequestBuilder
extends com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder<ClaimsMappingPolicy,ClaimsMappingPolicyWithReferenceRequest,ClaimsMappingPolicyReferenceRequestBuilder,ClaimsMappingPolicyWithReferenceRequestBuilder,ClaimsMappingPolicyCollectionResponse,ClaimsMappingPolicyCollectionWithReferencesPage,ClaimsMappingPolicyCollectionReferenceRequest,ClaimsMappingPolicyCollectionReferenceRequestBuilder>
The class for the Claims Mapping Policy Collection With References Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionClaimsMappingPolicyCollectionWithReferencesRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of ServicePrincipal -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionWithReferencesRequestBuilder
references
Methods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byId
Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ClaimsMappingPolicyCollectionWithReferencesRequestBuilder
public ClaimsMappingPolicyCollectionWithReferencesRequestBuilder(@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 ServicePrincipal- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-