public class Dfareporting.Sizes.List extends DfareportingRequest<SizesListResponse>
com.google.api.client.util.GenericData.Flags| Modifier | Constructor and Description |
|---|---|
protected |
Dfareporting.Sizes.List(java.lang.Long profileId)
Retrieves a list of sizes, possibly filtered.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.client.http.HttpRequest |
buildHttpRequestUsingHead() |
com.google.api.client.http.HttpResponse |
executeUsingHead() |
java.lang.Integer |
getHeight()
Select only sizes with this height.
|
java.lang.Boolean |
getIabStandard()
Select only IAB standard sizes.
|
java.util.List<java.lang.Long> |
getIds()
Select only sizes with these IDs.
|
java.lang.Long |
getProfileId()
User profile ID associated with this request.
|
java.lang.Integer |
getWidth()
Select only sizes with this width.
|
Dfareporting.Sizes.List |
set(java.lang.String parameterName,
java.lang.Object value) |
Dfareporting.Sizes.List |
setAlt(java.lang.String alt)
Data format for the response.
|
Dfareporting.Sizes.List |
setFields(java.lang.String fields)
Selector specifying which fields to include in a partial response.
|
Dfareporting.Sizes.List |
setHeight(java.lang.Integer height)
Select only sizes with this height.
|
Dfareporting.Sizes.List |
setIabStandard(java.lang.Boolean iabStandard)
Select only IAB standard sizes.
|
Dfareporting.Sizes.List |
setIds(java.util.List<java.lang.Long> ids)
Select only sizes with these IDs.
|
Dfareporting.Sizes.List |
setKey(java.lang.String key)
API key.
|
Dfareporting.Sizes.List |
setOauthToken(java.lang.String oauthToken)
OAuth 2.0 token for the current user.
|
Dfareporting.Sizes.List |
setPrettyPrint(java.lang.Boolean prettyPrint)
Returns response with indentations and line breaks.
|
Dfareporting.Sizes.List |
setProfileId(java.lang.Long profileId)
User profile ID associated with this request.
|
Dfareporting.Sizes.List |
setQuotaUser(java.lang.String quotaUser)
Available to use for quota purposes for server-side applications.
|
Dfareporting.Sizes.List |
setUserIp(java.lang.String userIp)
IP address of the site where the request originates.
|
Dfareporting.Sizes.List |
setWidth(java.lang.Integer width)
Select only sizes with this width.
|
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 Dfareporting.Sizes.List(java.lang.Long profileId)
AbstractGoogleClientRequest.execute() method to invoke the remote operation.
Dfareporting.initialize(com.google.api.client.googleapis.services.AbstractGoogleClientRequest)
must be called to initialize this instance immediately after invoking the constructor.
profileId - User profile ID associated with this request.public com.google.api.client.http.HttpResponse executeUsingHead()
throws java.io.IOException
executeUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<SizesListResponse>java.io.IOExceptionpublic com.google.api.client.http.HttpRequest buildHttpRequestUsingHead()
throws java.io.IOException
buildHttpRequestUsingHead in class com.google.api.client.googleapis.services.AbstractGoogleClientRequest<SizesListResponse>java.io.IOExceptionpublic Dfareporting.Sizes.List setAlt(java.lang.String alt)
DfareportingRequestsetAlt in class DfareportingRequest<SizesListResponse>public Dfareporting.Sizes.List setFields(java.lang.String fields)
DfareportingRequestsetFields in class DfareportingRequest<SizesListResponse>public Dfareporting.Sizes.List setKey(java.lang.String key)
DfareportingRequestsetKey in class DfareportingRequest<SizesListResponse>public Dfareporting.Sizes.List setOauthToken(java.lang.String oauthToken)
DfareportingRequestsetOauthToken in class DfareportingRequest<SizesListResponse>public Dfareporting.Sizes.List setPrettyPrint(java.lang.Boolean prettyPrint)
DfareportingRequestsetPrettyPrint in class DfareportingRequest<SizesListResponse>public Dfareporting.Sizes.List setQuotaUser(java.lang.String quotaUser)
DfareportingRequestsetQuotaUser in class DfareportingRequest<SizesListResponse>public Dfareporting.Sizes.List setUserIp(java.lang.String userIp)
DfareportingRequestsetUserIp in class DfareportingRequest<SizesListResponse>public java.lang.Long getProfileId()
public Dfareporting.Sizes.List setProfileId(java.lang.Long profileId)
public java.lang.Integer getHeight()
public Dfareporting.Sizes.List setHeight(java.lang.Integer height)
public java.lang.Boolean getIabStandard()
public Dfareporting.Sizes.List setIabStandard(java.lang.Boolean iabStandard)
public java.util.List<java.lang.Long> getIds()
public Dfareporting.Sizes.List setIds(java.util.List<java.lang.Long> ids)
public java.lang.Integer getWidth()
public Dfareporting.Sizes.List setWidth(java.lang.Integer width)
public Dfareporting.Sizes.List set(java.lang.String parameterName, java.lang.Object value)
set in class DfareportingRequest<SizesListResponse>