Class EventTentativelyAcceptRequestBuilder

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

public class EventTentativelyAcceptRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<Event>
The class for the Event Tentatively Accept Request Builder.
  • Constructor Details

    • EventTentativelyAcceptRequestBuilder

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

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

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