Class ApplicationRemoveKeyRequestBuilder

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

public class ApplicationRemoveKeyRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<Application>
The class for the Application Remove Key Request Builder.
  • Constructor Details

    • ApplicationRemoveKeyRequestBuilder

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

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

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