public class AndroidPublisher.Edits.Listings.Deleteall extends AndroidPublisherRequest<Void>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
Modifier | Constructor and Description |
---|---|
protected |
Deleteall(String packageName,
String editId)
Deletes all localized listings from an edit.
|
Modifier and Type | Method and Description |
---|---|
String |
getEditId()
Unique identifier for this edit.
|
String |
getPackageName()
Unique identifier for the Android app that is being updated; for example, "com.spiffygame".
|
AndroidPublisher.Edits.Listings.Deleteall |
set(String parameterName,
Object value) |
AndroidPublisher.Edits.Listings.Deleteall |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Edits.Listings.Deleteall |
setEditId(String editId)
Unique identifier for this edit.
|
AndroidPublisher.Edits.Listings.Deleteall |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Edits.Listings.Deleteall |
setKey(String key)
API key.
|
AndroidPublisher.Edits.Listings.Deleteall |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Edits.Listings.Deleteall |
setPackageName(String packageName)
Unique identifier for the Android app that is being updated; for example,
"com.spiffygame".
|
AndroidPublisher.Edits.Listings.Deleteall |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Edits.Listings.Deleteall |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Edits.Listings.Deleteall |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, buildHttpRequestUsingHead, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, executeUsingHead, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue
clone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeys
clear, containsKey, containsValue, equals, hashCode, isEmpty, keySet, size, toString, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected Deleteall(String packageName, String editId)
AbstractGoogleClientRequest.execute()
method to invoke the remote
operation. AndroidPublisher.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
packageName
- Unique identifier for the Android app that is being updated; for example, "com.spiffygame".editId
- Unique identifier for this edit.public AndroidPublisher.Edits.Listings.Deleteall setAlt(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<Void>
public AndroidPublisher.Edits.Listings.Deleteall setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<Void>
public AndroidPublisher.Edits.Listings.Deleteall setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<Void>
public AndroidPublisher.Edits.Listings.Deleteall setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<Void>
public AndroidPublisher.Edits.Listings.Deleteall setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<Void>
public AndroidPublisher.Edits.Listings.Deleteall setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<Void>
public AndroidPublisher.Edits.Listings.Deleteall setUserIp(String userIp)
AndroidPublisherRequest
setUserIp
in class AndroidPublisherRequest<Void>
public String getPackageName()
public AndroidPublisher.Edits.Listings.Deleteall setPackageName(String packageName)
public String getEditId()
public AndroidPublisher.Edits.Listings.Deleteall setEditId(String editId)
public AndroidPublisher.Edits.Listings.Deleteall set(String parameterName, Object value)
set
in class AndroidPublisherRequest<Void>