public class AndroidPublisher.Inappproducts.List extends AndroidPublisherRequest<InappproductsListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
AndroidPublisher.Inappproducts.List(java.lang.String packageName)
List all the in-app products for an Android app, both subscriptions and managed in-app
products..
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Long |
getMaxResults() |
java.lang.String |
getPackageName()
Unique identifier for the Android app with in-app products; for example, "com.spiffygame".
|
java.lang.Long |
getStartIndex() |
java.lang.String |
getToken() |
AndroidPublisher.Inappproducts.List |
set(java.lang.String parameterName,
java.lang.Object value) |
AndroidPublisher.Inappproducts.List |
setAlt(java.lang.String alt)
Data format for the response.
|
AndroidPublisher.Inappproducts.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
AndroidPublisher.Inappproducts.List |
setKey(java.lang.String key)
API key.
|
AndroidPublisher.Inappproducts.List |
setMaxResults(java.lang.Long maxResults) |
AndroidPublisher.Inappproducts.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
AndroidPublisher.Inappproducts.List |
setPackageName(java.lang.String packageName)
Unique identifier for the Android app with in-app products; for example, "com.spiffygame".
|
AndroidPublisher.Inappproducts.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
AndroidPublisher.Inappproducts.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
AndroidPublisher.Inappproducts.List |
setStartIndex(java.lang.Long startIndex) |
AndroidPublisher.Inappproducts.List |
setToken(java.lang.String token) |
AndroidPublisher.Inappproducts.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
getAbstractGoogleClient, getAlt, getFields, getKey, getOauthToken, getPrettyPrint, getQuotaUser, getUserIp, setDisableGZipContent, setRequestHeadersgetJsonContent, newExceptionOnError, queuebuildHttpRequest, buildHttpRequestUrl, checkRequiredParameter, execute, executeAndDownloadTo, executeAsInputStream, executeMedia, executeMediaAndDownloadTo, executeMediaAsInputStream, executeUnparsed, getDisableGZipContent, getHttpContent, getLastResponseHeaders, getLastStatusCode, getLastStatusMessage, getMediaHttpDownloader, getMediaHttpUploader, getRequestHeaders, getRequestMethod, getResponseClass, getUriTemplate, initializeMediaDownload, initializeMediaUpload, queueclone, entrySet, get, getClassInfo, getUnknownKeys, put, putAll, remove, setUnknownKeysprotected AndroidPublisher.Inappproducts.List(java.lang.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 - Unique identifier for the Android app with in-app products; for example, "com.spiffygame".public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<InappproductsListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<InappproductsListResponse>java.io.IOExceptionpublic AndroidPublisher.Inappproducts.List setAlt(java.lang.String alt)
AndroidPublisherRequestsetAlt in class AndroidPublisherRequest<InappproductsListResponse>public AndroidPublisher.Inappproducts.List setFields(java.lang.String fields)
AndroidPublisherRequestsetFields in class AndroidPublisherRequest<InappproductsListResponse>public AndroidPublisher.Inappproducts.List setKey(java.lang.String key)
AndroidPublisherRequestsetKey in class AndroidPublisherRequest<InappproductsListResponse>public AndroidPublisher.Inappproducts.List setOauthToken(java.lang.String oauthToken)
AndroidPublisherRequestsetOauthToken in class AndroidPublisherRequest<InappproductsListResponse>public AndroidPublisher.Inappproducts.List setPrettyPrint(java.lang.Boolean prettyPrint)
AndroidPublisherRequestsetPrettyPrint in class AndroidPublisherRequest<InappproductsListResponse>public AndroidPublisher.Inappproducts.List setQuotaUser(java.lang.String quotaUser)
AndroidPublisherRequestsetQuotaUser in class AndroidPublisherRequest<InappproductsListResponse>public AndroidPublisher.Inappproducts.List setUserIp(java.lang.String userIp)
AndroidPublisherRequestsetUserIp in class AndroidPublisherRequest<InappproductsListResponse>public java.lang.String getPackageName()
public AndroidPublisher.Inappproducts.List setPackageName(java.lang.String packageName)
public java.lang.String getToken()
public AndroidPublisher.Inappproducts.List setToken(java.lang.String token)
public java.lang.Long getStartIndex()
public AndroidPublisher.Inappproducts.List setStartIndex(java.lang.Long startIndex)
public java.lang.Long getMaxResults()
public AndroidPublisher.Inappproducts.List setMaxResults(java.lang.Long maxResults)
public AndroidPublisher.Inappproducts.List set(java.lang.String parameterName, java.lang.Object value)
set in class AndroidPublisherRequest<InappproductsListResponse>