All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
SavedMessageResponse |
copyFrom(SavedMessageResponse instance) |
SavedMessageResponse.APIRequestDelete |
delete() |
SavedMessageResponse |
fetch() |
static SavedMessageResponse |
fetchById(Long id,
APIContext context) |
static SavedMessageResponse |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<SavedMessageResponse> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<SavedMessageResponse> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<SavedMessageResponse> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<SavedMessageResponse>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
SavedMessageResponse.APIRequestGet |
get() |
APIContext |
getContext() |
String |
getFieldCategory() |
String |
getFieldId() |
String |
getFieldImage() |
Boolean |
getFieldIsEnabled() |
String |
getFieldMessage() |
String |
getFieldTitle() |
String |
getId() |
SavedMessageResponse.APIRequestGetMacros |
getMacros() |
static APIRequest.ResponseParser<SavedMessageResponse> |
getParser() |
static SavedMessageResponse |
loadJSON(String json,
APIContext context) |
static APINodeList<SavedMessageResponse> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
String |
toString() |
SavedMessageResponse.APIRequestUpdate |
update() |