All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
BusinessAgreement |
copyFrom(BusinessAgreement instance) |
BusinessAgreement |
fetch() |
static BusinessAgreement |
fetchById(Long id,
APIContext context) |
static BusinessAgreement |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BusinessAgreement> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<BusinessAgreement> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<BusinessAgreement> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<BusinessAgreement>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
BusinessAgreement.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldRequestStatus() |
String |
getId() |
static APIRequest.ResponseParser<BusinessAgreement> |
getParser() |
static BusinessAgreement |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<BusinessAgreement> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
BusinessAgreement.APIRequestUpdate |
update() |