Class ServicePrincipalRemoveKeyRequestBuilder

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

public class ServicePrincipalRemoveKeyRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<ServicePrincipal>
The class for the Service Principal Remove Key Request Builder.
  • Constructor Details

    • ServicePrincipalRemoveKeyRequestBuilder

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

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

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