Class MessageCreateReplyAllRequestBuilder

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

public class MessageCreateReplyAllRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<Message>
The class for the Message Create Reply All Request Builder.
  • Constructor Details

    • MessageCreateReplyAllRequestBuilder

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

      public MessageCreateReplyAllRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull MessageCreateReplyAllParameterSet parameters)
      The request builder for this MessageCreateReplyAll
      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 MessageCreateReplyAllRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions)
      Creates the MessageCreateReplyAllRequest
      Parameters:
      requestOptions - the options for the request
      Returns:
      the MessageCreateReplyAllRequest instance
    • buildRequest

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