public class Dfareporting.CreativeFields
extends java.lang.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 |
|---|
Dfareporting.CreativeFields() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.CreativeFields.Delete |
delete(java.lang.Long profileId,
java.lang.Long id)
Deletes an existing creative field.
|
Dfareporting.CreativeFields.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one creative field by ID.
|
Dfareporting.CreativeFields.Insert |
insert(java.lang.Long profileId,
CreativeField content)
Inserts a new creative field.
|
Dfareporting.CreativeFields.List |
list(java.lang.Long profileId)
Retrieves a list of creative fields, possibly filtered.
|
Dfareporting.CreativeFields.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
CreativeField content)
Updates an existing creative field.
|
Dfareporting.CreativeFields.Update |
update(java.lang.Long profileId,
CreativeField content)
Updates an existing creative field.
|
public Dfareporting.CreativeFields.Delete delete(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 - Creative Field IDjava.io.IOExceptionpublic Dfareporting.CreativeFields.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 - Creative Field IDjava.io.IOExceptionpublic Dfareporting.CreativeFields.Insert insert(java.lang.Long profileId, CreativeField content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the CreativeFieldjava.io.IOExceptionpublic Dfareporting.CreativeFields.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.IOExceptionpublic Dfareporting.CreativeFields.Patch patch(java.lang.Long profileId, java.lang.Long id, CreativeField content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Creative Field IDcontent - the CreativeFieldjava.io.IOExceptionpublic Dfareporting.CreativeFields.Update update(java.lang.Long profileId, CreativeField content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the CreativeFieldjava.io.IOException