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