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