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