Uses of Class
com.microsoft.rest.RestClient
-
Packages that use RestClient Package Description com.microsoft.rest The package contains the runtime classes required for AutoRest generated clients to compile and function. -
-
Uses of RestClient in com.microsoft.rest
Methods in com.microsoft.rest that return RestClient Modifier and Type Method Description RestClientRestClient.Builder. build()Build a RestClient with all the current configurations.RestClientServiceClient. restClient()RestClientRestClient. withLogLevel(LogLevel logLevel)Set the current HTTP traffic logging level.Constructors in com.microsoft.rest with parameters of type RestClient Constructor Description ServiceClient(RestClient restClient)Initializes a new instance of the ServiceClient class.
-