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