Class UserProcessingResultReferenceRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseReferenceRequestBuilder<UserProcessingResult,UserProcessingResultReferenceRequest>
com.microsoft.graph.identitygovernance.requests.UserProcessingResultReferenceRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class UserProcessingResultReferenceRequestBuilder
extends com.microsoft.graph.http.BaseReferenceRequestBuilder<UserProcessingResult,UserProcessingResultReferenceRequest>
The class for the User Processing Result Reference Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionUserProcessingResultReferenceRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the UserProcessingResult -
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
-
UserProcessingResultReferenceRequestBuilder
public UserProcessingResultReferenceRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for the UserProcessingResult- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-