Class DirectoryObjectValidatePropertiesRequestBuilder

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

public class DirectoryObjectValidatePropertiesRequestBuilder extends com.microsoft.graph.http.BaseActionRequestBuilder<DirectoryObject>
The class for the Directory Object Validate Properties Request Builder.
  • Constructor Details

    • DirectoryObjectValidatePropertiesRequestBuilder

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

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

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