public class Dfareporting.CreativeFieldValues
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.CreativeFieldValues.Delete |
class |
Dfareporting.CreativeFieldValues.Get |
class |
Dfareporting.CreativeFieldValues.Insert |
class |
Dfareporting.CreativeFieldValues.List |
class |
Dfareporting.CreativeFieldValues.Patch |
class |
Dfareporting.CreativeFieldValues.Update |
| Constructor and Description |
|---|
Dfareporting.CreativeFieldValues() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.CreativeFieldValues.Delete |
delete(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id)
Deletes an existing creative field value.
|
Dfareporting.CreativeFieldValues.Get |
get(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id)
Gets one creative field value by ID.
|
Dfareporting.CreativeFieldValues.Insert |
insert(java.lang.Long profileId,
java.lang.Long creativeFieldId,
CreativeFieldValue content)
Inserts a new creative field value.
|
Dfareporting.CreativeFieldValues.List |
list(java.lang.Long profileId,
java.lang.Long creativeFieldId)
Retrieves a list of creative field values, possibly filtered.
|
Dfareporting.CreativeFieldValues.Patch |
patch(java.lang.Long profileId,
java.lang.Long creativeFieldId,
java.lang.Long id,
CreativeFieldValue content)
Updates an existing creative field value.
|
Dfareporting.CreativeFieldValues.Update |
update(java.lang.Long profileId,
java.lang.Long creativeFieldId,
CreativeFieldValue content)
Updates an existing creative field value.
|
public Dfareporting.CreativeFieldValues.Delete delete(java.lang.Long profileId, java.lang.Long creativeFieldId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.creativeFieldId - Creative field ID for this creative field value.id - Creative Field Value IDjava.io.IOExceptionpublic Dfareporting.CreativeFieldValues.Get get(java.lang.Long profileId, java.lang.Long creativeFieldId, java.lang.Long id) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.creativeFieldId - Creative field ID for this creative field value.id - Creative Field Value IDjava.io.IOExceptionpublic Dfareporting.CreativeFieldValues.Insert insert(java.lang.Long profileId, java.lang.Long creativeFieldId, CreativeFieldValue content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.creativeFieldId - Creative field ID for this creative field value.content - the CreativeFieldValuejava.io.IOExceptionpublic Dfareporting.CreativeFieldValues.List list(java.lang.Long profileId, java.lang.Long creativeFieldId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.creativeFieldId - Creative field ID for this creative field value.java.io.IOExceptionpublic Dfareporting.CreativeFieldValues.Patch patch(java.lang.Long profileId, java.lang.Long creativeFieldId, java.lang.Long id, CreativeFieldValue content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.creativeFieldId - Creative field ID for this creative field value.id - Creative Field Value IDcontent - the CreativeFieldValuejava.io.IOExceptionpublic Dfareporting.CreativeFieldValues.Update update(java.lang.Long profileId, java.lang.Long creativeFieldId, CreativeFieldValue content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.creativeFieldId - Creative field ID for this creative field value.content - the CreativeFieldValuejava.io.IOException