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