All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
ImageReferenceMatch |
copyFrom(ImageReferenceMatch instance) |
ImageReferenceMatch |
fetch() |
static ImageReferenceMatch |
fetchById(Long id,
APIContext context) |
static ImageReferenceMatch |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ImageReferenceMatch> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<ImageReferenceMatch> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<ImageReferenceMatch> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<ImageReferenceMatch>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
ImageReferenceMatch.APIRequestGet |
get() |
APIContext |
getContext() |
List<String> |
getFieldConflictingCountries() |
List<Map<String,List<Object>>> |
getFieldCountryResolutionHistory() |
String |
getFieldCreationTime() |
List<Map<String,Object>> |
getFieldCurrentConflictResolvedCountries() |
String |
getFieldDisplayedMatchState() |
List<Object> |
getFieldDisputeFormDataEntriesWithTranslations() |
String |
getFieldExpirationTime() |
String |
getFieldId() |
ImageCopyright |
getFieldMatchedReferenceCopyright() |
Profile |
getFieldMatchedReferenceOwner() |
String |
getFieldMatchState() |
List<Object> |
getFieldModificationHistory() |
ImageCopyright |
getFieldReferenceCopyright() |
Profile |
getFieldReferenceOwner() |
List<Object> |
getFieldRejectionFormDataEntriesWithTranslations() |
String |
getFieldResolutionReason() |
String |
getFieldUpdateTime() |
String |
getId() |
static APIRequest.ResponseParser<ImageReferenceMatch> |
getParser() |
static ImageReferenceMatch |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ImageReferenceMatch> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |