Class OnlineMeetingCreateOrGetRequestBuilder

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

public class OnlineMeetingCreateOrGetRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<OnlineMeeting>
The class for the Online Meeting Create Or Get Request Builder.
  • Constructor Details

    • OnlineMeetingCreateOrGetRequestBuilder

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

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

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