All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
CRMAddress |
copyFrom(CRMAddress instance) |
CRMAddress |
fetch() |
static CRMAddress |
fetchById(Long id,
APIContext context) |
static CRMAddress |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CRMAddress> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<CRMAddress> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<CRMAddress> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<CRMAddress>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
CRMAddress.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCity() |
String |
getFieldCnpjTaxId() |
String |
getFieldCountry() |
String |
getFieldId() |
String |
getFieldPostalCode() |
String |
getFieldRegistrationLabel() |
String |
getFieldRegistrationNumber() |
String |
getFieldState() |
String |
getFieldStreet1() |
String |
getFieldStreet2() |
String |
getFieldStreet3() |
String |
getFieldStreet4() |
String |
getFieldValidationStatus() |
String |
getFieldVatTaxId() |
String |
getId() |
static APIRequest.ResponseParser<CRMAddress> |
getParser() |
static CRMAddress |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CRMAddress> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |