Class ServicePrincipalRemovePasswordRequestBuilder

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

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

    • ServicePrincipalRemovePasswordRequestBuilder

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

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

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