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