Package org.azd.abstractions
Class ClientConfiguration
java.lang.Object
org.azd.abstractions.ClientConfiguration
Singleton class that configures Api request options.
-
Method Summary
Modifier and TypeMethodDescriptionvoidconfigureRequestOption(RequestOption requestOption) Configures the request option.static ClientConfigurationGet the instance to configure.Get the request option object.
-
Method Details
-
getInstance
Get the instance to configure.- Returns:
- Instance of ClientConfiguration.
-
getRequestOption
Get the request option object.- Returns:
- RequestOption.
-
configureRequestOption
Configures the request option.- Parameters:
requestOption- Request option object to configure.
-