Interface IBaseClient
public interface IBaseClient
The default client interface
-
Method Summary
Modifier and TypeMethodDescriptionGets the BatchRequestBuildercom.microsoft.kiota.RequestAdapterReturns the current RequestAdapter for sending requestsvoidsetRequestAdapter(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
Gets the BatchRequestBuilder- Returns:
- the BatchRequestBuilder instance
-