public class Dfareporting.RemarketingListShares
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
class |
Dfareporting.RemarketingListShares.Get |
class |
Dfareporting.RemarketingListShares.Patch |
class |
Dfareporting.RemarketingListShares.Update |
| Constructor and Description |
|---|
Dfareporting.RemarketingListShares() |
| Modifier and Type | Method and Description |
|---|---|
Dfareporting.RemarketingListShares.Get |
get(java.lang.Long profileId,
java.lang.Long remarketingListId)
Gets one remarketing list share by remarketing list ID.
|
Dfareporting.RemarketingListShares.Patch |
patch(java.lang.Long profileId,
java.lang.Long remarketingListId,
RemarketingListShare content)
Updates an existing remarketing list share.
|
Dfareporting.RemarketingListShares.Update |
update(java.lang.Long profileId,
RemarketingListShare content)
Updates an existing remarketing list share.
|
public Dfareporting.RemarketingListShares.Get get(java.lang.Long profileId, java.lang.Long remarketingListId) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.remarketingListId - Remarketing list ID.java.io.IOExceptionpublic Dfareporting.RemarketingListShares.Patch patch(java.lang.Long profileId, java.lang.Long remarketingListId, RemarketingListShare content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.remarketingListId - Remarketing list ID.content - the RemarketingListSharejava.io.IOExceptionpublic Dfareporting.RemarketingListShares.Update update(java.lang.Long profileId, RemarketingListShare content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.profileId - User profile ID associated with this request.content - the RemarketingListSharejava.io.IOException