Interface IBaseClient


public interface IBaseClient
The default client interface
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the BatchRequestBuilder
    com.microsoft.kiota.RequestAdapter
    Returns the current RequestAdapter for sending requests
    void
    setRequestAdapter(com.microsoft.kiota.RequestAdapter requestAdapter)
    Method to set the RequestAdapter property
  • Method Details

    • setRequestAdapter

      void setRequestAdapter(@Nonnull com.microsoft.kiota.RequestAdapter requestAdapter)
      Method to set the RequestAdapter property
      Parameters:
      requestAdapter - specifies the desired RequestAdapter
    • getRequestAdapter

      @Nonnull com.microsoft.kiota.RequestAdapter getRequestAdapter()
      Returns the current RequestAdapter for sending requests
      Returns:
      the RequestAdapter currently in use
    • getBatchRequestBuilder

      @Nonnull BatchRequestBuilder getBatchRequestBuilder()
      Gets the BatchRequestBuilder
      Returns:
      the BatchRequestBuilder instance