All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
AppLinks |
copyFrom(AppLinks instance) |
AppLinks |
fetch() |
static AppLinks |
fetchById(Long id,
APIContext context) |
static AppLinks |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AppLinks> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<AppLinks> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<AppLinks> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<AppLinks>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
AppLinks.APIRequestGet |
get() |
APIContext |
getContext() |
List<AndroidAppLink> |
getFieldAndroid() |
String |
getFieldId() |
List<IosAppLink> |
getFieldIos() |
List<IosAppLink> |
getFieldIpad() |
List<IosAppLink> |
getFieldIphone() |
WebAppLink |
getFieldWeb() |
List<WindowsAppLink> |
getFieldWindows() |
List<WindowsPhoneAppLink> |
getFieldWindowsPhone() |
List<WindowsAppLink> |
getFieldWindowsUniversal() |
String |
getId() |
static APIRequest.ResponseParser<AppLinks> |
getParser() |
static AppLinks |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AppLinks> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |