public class Dfareporting.Sizes extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.Sizes.Get |
class |
Dfareporting.Sizes.Insert |
class |
Dfareporting.Sizes.List |
| Constructor and Description |
|---|
Sizes() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.Sizes.Get |
get(Long profileId,
Long id)
Gets one size by ID.
|
Dfareporting.Sizes.Insert |
insert(Long profileId,
Size content)
Inserts a new size.
|
Dfareporting.Sizes.List |
list(Long profileId)
Retrieves a list of sizes, possibly filtered.
|
public Dfareporting.Sizes.Get get(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Size ID.IOExceptionpublic Dfareporting.Sizes.Insert insert(Long profileId, Size content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the SizeIOExceptionpublic Dfareporting.Sizes.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionCopyright © 2011–2023 Google. All rights reserved.