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