Class ServiceUpdateMessageUnarchiveRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<Boolean>
com.microsoft.graph.requests.ServiceUpdateMessageUnarchiveRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

public class ServiceUpdateMessageUnarchiveRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<Boolean>
The class for the Service Update Message Unarchive Request Builder.
  • Constructor Details

    • ServiceUpdateMessageUnarchiveRequestBuilder

      public ServiceUpdateMessageUnarchiveRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for this ServiceUpdateMessageUnarchive
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
    • ServiceUpdateMessageUnarchiveRequestBuilder

      public ServiceUpdateMessageUnarchiveRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull ServiceUpdateMessageUnarchiveParameterSet parameters)
      The request builder for this ServiceUpdateMessageUnarchive
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
      parameters - the parameters for the service method
  • Method Details

    • buildRequest

      @Nonnull public ServiceUpdateMessageUnarchiveRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the ServiceUpdateMessageUnarchiveRequest
      Parameters:
      requestOptions - the options for the request
      Returns:
      the ServiceUpdateMessageUnarchiveRequest instance
    • buildRequest

      @Nonnull public ServiceUpdateMessageUnarchiveRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions)
      Creates the ServiceUpdateMessageUnarchiveRequest with specific requestOptions instead of the existing requestOptions
      Parameters:
      requestOptions - the options for the request
      Returns:
      the ServiceUpdateMessageUnarchiveRequest instance