| Package | Description |
|---|---|
| io.snapcx.avs.client | |
| io.snapcx.avs.client.api |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
ApiClient.deserialize(javax.ws.rs.core.Response response,
javax.ws.rs.core.GenericType<T> returnType)
Deserialize response body to Java object according to the Content-Type.
|
File |
ApiClient.downloadFileFromResponse(javax.ws.rs.core.Response response)
Download file from the given response.
|
<T> T |
ApiClient.invokeAPI(String path,
String method,
List<Pair> queryParams,
Object body,
Map<String,String> headerParams,
Map<String,Object> formParams,
String accept,
String contentType,
String[] authNames,
javax.ws.rs.core.GenericType<T> returnType)
Invoke API by sending HTTP request with the given options.
|
javax.ws.rs.client.Entity<?> |
ApiClient.serialize(Object obj,
Map<String,Object> formParams,
String contentType)
Serialize the given Java object into string entity according the given
Content-Type (only JSON is supported for now).
|
| Modifier and Type | Method and Description |
|---|---|
InlineResponse200 |
AddressValidationApi.validateAddress(String userKey,
String requestId,
String street,
String secondary,
String city,
String state,
String zipcode)
[USA] Validate Address and provide corrected addresses.
|
InlineResponse200 |
AddressValidationApi.validateGlobalAddress(String userKey,
String requestId,
String street,
String country,
String secondary,
String city,
String state,
String zipcode)
Global validate Address and provide corrected addresses for all over the world.
|
InlineResponse2001 |
ZipCodeLookupApi.zipInfo(String userKey,
String requestId,
String city,
String state,
String zipcode)
Gets zipcode details for a given zipcode Or get all zipcodes for given city & state.
|
InlineResponse2001 |
AddressValidationApi.zipInfo(String userKey,
String requestId,
String city,
String state,
String zipcode)
Gets zipcode details for a given zipcode Or get all zipcodes for given city & state.
|
Copyright © 2012–2017 JFrameworks.com, LLC. All rights reserved.