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