Class SynchronizationJobValidateCredentialsRequestBuilder

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

public class SynchronizationJobValidateCredentialsRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<SynchronizationJob>
The class for the Synchronization Job Validate Credentials Request Builder.
  • Constructor Details

    • SynchronizationJobValidateCredentialsRequestBuilder

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

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

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