public class Dfareporting.CreativeFields extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.CreativeFields.Delete |
class |
Dfareporting.CreativeFields.Get |
class |
Dfareporting.CreativeFields.Insert |
class |
Dfareporting.CreativeFields.List |
class |
Dfareporting.CreativeFields.Patch |
class |
Dfareporting.CreativeFields.Update |
| Constructor and Description |
|---|
CreativeFields() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.CreativeFields.Delete |
delete(Long profileId,
Long id)
Deletes an existing creative field.
|
Dfareporting.CreativeFields.Get |
get(Long profileId,
Long id)
Gets one creative field by ID.
|
Dfareporting.CreativeFields.Insert |
insert(Long profileId,
CreativeField content)
Inserts a new creative field.
|
Dfareporting.CreativeFields.List |
list(Long profileId)
Retrieves a list of creative fields, possibly filtered.
|
Dfareporting.CreativeFields.Patch |
patch(Long profileId,
Long id,
CreativeField content)
Updates an existing creative field.
|
Dfareporting.CreativeFields.Update |
update(Long profileId,
CreativeField content)
Updates an existing creative field.
|
public Dfareporting.CreativeFields.Delete delete(Long profileId, Long id) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Creative Field IDIOExceptionpublic Dfareporting.CreativeFields.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 - Creative Field IDIOExceptionpublic Dfareporting.CreativeFields.Insert insert(Long profileId, CreativeField content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the CreativeFieldIOExceptionpublic Dfareporting.CreativeFields.List list(Long profileId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.IOExceptionpublic Dfareporting.CreativeFields.Patch patch(Long profileId, Long id, CreativeField content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - CreativeField ID.content - the CreativeFieldIOExceptionpublic Dfareporting.CreativeFields.Update update(Long profileId, CreativeField content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the CreativeFieldIOExceptionCopyright © 2011–2023 Google. All rights reserved.