public class AndroidPublisher.Purchases.Voidedpurchases.List extends AndroidPublisherRequest<VoidedPurchasesListResponse>
GenericData.Flags
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>
USER_AGENT_SUFFIX
Modifier | Constructor and Description |
---|---|
protected |
List(String packageName)
Lists the purchases that were canceled, refunded or charged-back.
|
Modifier and Type | Method and Description |
---|---|
HttpRequest |
buildHttpRequestUsingHead() |
HttpResponse |
executeUsingHead() |
Long |
getEndTime()
The time, in milliseconds since the Epoch, of the newest voided purchase that you want to see in
the response.
|
Long |
getMaxResults() |
String |
getPackageName()
The package name of the application for which voided purchases need to be returned (for example,
'com.some.thing').
|
Long |
getStartIndex() |
Long |
getStartTime()
The time, in milliseconds since the Epoch, of the oldest voided purchase that you want to see in
the response.
|
String |
getToken() |
Integer |
getType()
The type of voided purchases that you want to see in the response.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
set(String parameterName,
Object value) |
AndroidPublisher.Purchases.Voidedpurchases.List |
setAlt(String alt)
Data format for the response.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setEndTime(Long endTime)
The time, in milliseconds since the Epoch, of the newest voided purchase that you want to
see in the response.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setFields(String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setKey(String key)
API key.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setMaxResults(Long maxResults) |
AndroidPublisher.Purchases.Voidedpurchases.List |
setOauthToken(String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setPackageName(String packageName)
The package name of the application for which voided purchases need to be returned (for
example, 'com.some.thing').
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setPrettyPrint(Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setQuotaUser(String quotaUser)
An opaque string that represents a user for quota purposes.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setStartIndex(Long startIndex) |
AndroidPublisher.Purchases.Voidedpurchases.List |
setStartTime(Long startTime)
The time, in milliseconds since the Epoch, of the oldest voided purchase that you want to
see in the response.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setToken(String token) |
AndroidPublisher.Purchases.Voidedpurchases.List |
setType(Integer type)
The type of voided purchases that you want to see in the response.
|
AndroidPublisher.Purchases.Voidedpurchases.List |
setUserIp(String userIp)
Deprecated.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeaders
getJsonContent, newExceptionOnError, queue
buildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getReturnRawInputSteam, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queue, setReturnRawInputStream
clone, entrySet, equals, get, getClassInfo, getUnknownKeys, hashCode, put, putAll, remove, setUnknownKeys, toString
clear, containsKey, containsValue, isEmpty, keySet, size, values
finalize, getClass, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
protected List(String packageName)
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
- The package name of the application for which voided purchases need to be returned (for example,
'com.some.thing').public HttpResponse executeUsingHead() throws IOException
executeUsingHead
in class AbstractGoogleClientRequest<VoidedPurchasesListResponse>
IOException
public HttpRequest buildHttpRequestUsingHead() throws IOException
buildHttpRequestUsingHead
in class AbstractGoogleClientRequest<VoidedPurchasesListResponse>
IOException
public AndroidPublisher.Purchases.Voidedpurchases.List setAlt(String alt)
AndroidPublisherRequest
setAlt
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
public AndroidPublisher.Purchases.Voidedpurchases.List setFields(String fields)
AndroidPublisherRequest
setFields
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
public AndroidPublisher.Purchases.Voidedpurchases.List setKey(String key)
AndroidPublisherRequest
setKey
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
public AndroidPublisher.Purchases.Voidedpurchases.List setOauthToken(String oauthToken)
AndroidPublisherRequest
setOauthToken
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
public AndroidPublisher.Purchases.Voidedpurchases.List setPrettyPrint(Boolean prettyPrint)
AndroidPublisherRequest
setPrettyPrint
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
public AndroidPublisher.Purchases.Voidedpurchases.List setQuotaUser(String quotaUser)
AndroidPublisherRequest
setQuotaUser
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
public AndroidPublisher.Purchases.Voidedpurchases.List setUserIp(String userIp)
AndroidPublisherRequest
setUserIp
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
public String getPackageName()
public AndroidPublisher.Purchases.Voidedpurchases.List setPackageName(String packageName)
public Long getEndTime()
public AndroidPublisher.Purchases.Voidedpurchases.List setEndTime(Long endTime)
public Long getMaxResults()
public AndroidPublisher.Purchases.Voidedpurchases.List setMaxResults(Long maxResults)
public Long getStartIndex()
public AndroidPublisher.Purchases.Voidedpurchases.List setStartIndex(Long startIndex)
public Long getStartTime()
public AndroidPublisher.Purchases.Voidedpurchases.List setStartTime(Long startTime)
public String getToken()
public AndroidPublisher.Purchases.Voidedpurchases.List setToken(String token)
public Integer getType()
public AndroidPublisher.Purchases.Voidedpurchases.List setType(Integer type)
public AndroidPublisher.Purchases.Voidedpurchases.List set(String parameterName, Object value)
set
in class AndroidPublisherRequest<VoidedPurchasesListResponse>
Copyright © 2011–2020 Google. All rights reserved.