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