public static class Photo.APIRequestCreateTag extends APIRequest<Photo>
APIRequest.DefaultAsyncRequestExecutor, APIRequest.DefaultRequestExecutor, APIRequest.IAsyncRequestExecutor, APIRequest.IRequestExecutor, APIRequest.RequestHelper, APIRequest.ResponseParser<T extends APINode>| Modifier and Type | Field and Description |
|---|---|
static String[] |
FIELDS |
static String[] |
PARAMS |
context, endpoint, method, nodeId, paramNames, params, parser, returnFields, USER_AGENT, useVideoEndpoint| Constructor and Description |
|---|
APIRequestCreateTag(String nodeId,
APIContext context) |
addToBatch, addToBatch, changeAsyncRequestExecutor, changeRequestExecutor, executeAsyncBase, executeAsyncBase, executeAsyncInternal, executeAsyncInternal, executeInternal, executeInternal, getAsyncExecutor, getContext, getExecutor, joinStringList, requestFieldInternal, setContext, setOverrideUrl, setParamInternal, setParamsInternal, setUseVideoEndpointpublic APIRequestCreateTag(String nodeId, APIContext context)
public Photo getLastResponse()
getLastResponse in class APIRequest<Photo>public Photo parseResponse(String response) throws APIException
parseResponse in class APIRequest<Photo>APIExceptionpublic Photo execute() throws APIException
execute in class APIRequest<Photo>APIExceptionpublic Photo execute(Map<String,Object> extraParams) throws APIException
execute in class APIRequest<Photo>APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Photo> executeAsync() throws APIException
APIExceptionpublic com.google.common.util.concurrent.ListenableFuture<Photo> executeAsync(Map<String,Object> extraParams) throws APIException
APIExceptionpublic Photo.APIRequestCreateTag setParam(String param, Object value)
setParam in class APIRequest<Photo>public Photo.APIRequestCreateTag setParams(Map<String,Object> params)
setParams in class APIRequest<Photo>public Photo.APIRequestCreateTag setPid(String pid)
public Photo.APIRequestCreateTag setTagUid(Long tagUid)
public Photo.APIRequestCreateTag setTagUid(String tagUid)
public Photo.APIRequestCreateTag setTagText(String tagText)
public Photo.APIRequestCreateTag setX(Double x)
public Photo.APIRequestCreateTag setX(String x)
public Photo.APIRequestCreateTag setY(Double y)
public Photo.APIRequestCreateTag setY(String y)
public Photo.APIRequestCreateTag setTags(List<Object> tags)
public Photo.APIRequestCreateTag setTags(String tags)
public Photo.APIRequestCreateTag setOwnerUid(Long ownerUid)
public Photo.APIRequestCreateTag setOwnerUid(String ownerUid)
public Photo.APIRequestCreateTag requestAllFields()
public Photo.APIRequestCreateTag requestAllFields(boolean value)
public Photo.APIRequestCreateTag requestFields(List<String> fields)
requestFields in class APIRequest<Photo>public Photo.APIRequestCreateTag requestFields(List<String> fields, boolean value)
requestFields in class APIRequest<Photo>public Photo.APIRequestCreateTag requestField(String field)
requestField in class APIRequest<Photo>public Photo.APIRequestCreateTag requestField(String field, boolean value)
requestField in class APIRequest<Photo>Copyright © 2018. All rights reserved.