public class ServiceUpdateMessageUnarchiveRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<java.lang.Boolean>
Constructor and Description |
---|
ServiceUpdateMessageUnarchiveRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this ServiceUpdateMessageUnarchive
|
ServiceUpdateMessageUnarchiveRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
ServiceUpdateMessageUnarchiveParameterSet parameters)
The request builder for this ServiceUpdateMessageUnarchive
|
Modifier and Type | Method and Description |
---|---|
ServiceUpdateMessageUnarchiveRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the ServiceUpdateMessageUnarchiveRequest with specific requestOptions instead of the existing requestOptions
|
ServiceUpdateMessageUnarchiveRequest |
buildRequest(com.microsoft.graph.options.Option... requestOptions)
Creates the ServiceUpdateMessageUnarchiveRequest
|
public ServiceUpdateMessageUnarchiveRequestBuilder(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestpublic ServiceUpdateMessageUnarchiveRequestBuilder(@Nonnull java.lang.String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull ServiceUpdateMessageUnarchiveParameterSet parameters)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestparameters
- the parameters for the service method@Nonnull public ServiceUpdateMessageUnarchiveRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
requestOptions
- the options for the request@Nonnull public ServiceUpdateMessageUnarchiveRequest buildRequest(@Nonnull java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestOptions
- the options for the request