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