public class Dfareporting.EventTags
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.EventTags.Delete |
class |
Dfareporting.EventTags.Get |
class |
Dfareporting.EventTags.Insert |
class |
Dfareporting.EventTags.List |
class |
Dfareporting.EventTags.Patch |
class |
Dfareporting.EventTags.Update |
| Constructor and Description |
|---|
Dfareporting.EventTags() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.EventTags.Delete |
delete(java.lang.Long profileId,
java.lang.Long id)
Deletes an existing event tag.
|
Dfareporting.EventTags.Get |
get(java.lang.Long profileId,
java.lang.Long id)
Gets one event tag by ID.
|
Dfareporting.EventTags.Insert |
insert(java.lang.Long profileId,
EventTag content)
Inserts a new event tag.
|
Dfareporting.EventTags.List |
list(java.lang.Long profileId)
Retrieves a list of event tags, possibly filtered.
|
Dfareporting.EventTags.Patch |
patch(java.lang.Long profileId,
java.lang.Long id,
EventTag content)
Updates an existing event tag.
|
Dfareporting.EventTags.Update |
update(java.lang.Long profileId,
EventTag content)
Updates an existing event tag.
|
public Dfareporting.EventTags.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 - Event tag ID.java.io.IOExceptionpublic Dfareporting.EventTags.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 - Event tag ID.java.io.IOExceptionpublic Dfareporting.EventTags.Insert insert(java.lang.Long profileId, EventTag content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the EventTagjava.io.IOExceptionpublic Dfareporting.EventTags.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.EventTags.Patch patch(java.lang.Long profileId, java.lang.Long id, EventTag content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.id - Event tag ID.content - the EventTagjava.io.IOExceptionpublic Dfareporting.EventTags.Update update(java.lang.Long profileId, EventTag content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the EventTagjava.io.IOException