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