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