|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CampaignServiceInterface
| Method Summary | |
|---|---|
CampaignPage |
get(Selector serviceSelector)
Returns the list of campaigns that meet the selector criteria. |
CampaignReturnValue |
mutate(CampaignOperation[] operations)
Adds, updates, or deletes campaigns. |
| Method Detail |
|---|
CampaignPage get(Selector serviceSelector)
throws RemoteException,
ApiException
serviceSelector - the selector specifying the Campaigns
to return.
ApiException - if problems occurred while fetching campaign
information.
RemoteException
CampaignReturnValue mutate(CampaignOperation[] operations)
throws RemoteException,
ApiException
Note: CampaignOperation does
not support the
REMOVE operator. To delete a campaign, set its
status to DELETED.
operations - A list of unique operations.
The same campaign cannot be specified in more than one operation.
operations array.
ApiException - if problems occurred while updating campaign
information.
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||