Uses of Class
Avalara.SDK.AvalaraMicroservice
-
Packages that use AvalaraMicroservice Package Description Avalara.SDK -
-
Uses of AvalaraMicroservice in Avalara.SDK
Methods in Avalara.SDK that return AvalaraMicroservice Modifier and Type Method Description static AvalaraMicroserviceAvalaraMicroservice. valueOf(String name)Returns the enum constant of this type with the specified name.static AvalaraMicroservice[]AvalaraMicroservice. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in Avalara.SDK with parameters of type AvalaraMicroservice Modifier and Type Method Description okhttp3.CallApiClient. buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, String[] authNames, ApiCallback callback, AvalaraMicroservice microservice)Build HTTP call with the given options.okhttp3.CallApiClient. buildCall(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, String[] authNames, ApiCallback callback, String scope, AvalaraMicroservice microservice)Build HTTP call with the given options.okhttp3.RequestApiClient. buildRequest(String baseUrl, String path, String method, List<Pair> queryParams, List<Pair> collectionQueryParams, Object body, Map<String,String> headerParams, Map<String,String> cookieParams, Map<String,Object> formParams, String[] authNames, ApiCallback callback, String scope, AvalaraMicroservice microservice)Build an HTTP request with the given options.StringApiClient. buildUrl(String baseUrl, String path, List<Pair> queryParams, List<Pair> collectionQueryParams, AvalaraMicroservice microservice)Build full URL by concatenating base path, the given sub path and query parameters.StringConfiguration. getBasePath(AvalaraMicroservice microservice)Gets the Base Path.
-