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