public interface CreativeWrapperServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CreativeWrapper[] |
createCreativeWrappers(CreativeWrapper[] creativeWrappers)
Creates a new
CreativeWrapper objects. |
CreativeWrapperPage |
getCreativeWrappersByStatement(Statement filterStatement)
|
UpdateResult |
performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction,
Statement filterStatement)
Performs actions on
CreativeWrapper objects that match
the
given Statement.query. |
CreativeWrapper[] |
updateCreativeWrappers(CreativeWrapper[] creativeWrappers)
Updates the specified
CreativeWrapper objects. |
CreativeWrapper[] createCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapper objects.
The following fields are required:
CreativeWrapper.labelIdCreativeWrapper.orderingCreativeWrapper#header or CreativeWrapper#footercreativeWrappers - the creative wrappers to createApiExceptionRemoteExceptionCreativeWrapperPage getCreativeWrappersByStatement(Statement filterStatement) throws RemoteException, ApiException
CreativeWrapperPage of CreativeWrapper
objects that satisfy the given Statement.query. The following
fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeWrapper.id |
labelId |
CreativeWrapper.labelId |
status |
CreativeWrapper.status |
ordering |
CreativeWrapper.ordering |
filterStatement - a Publisher Query Language statement used to
filter
a set of creative wrappers.RemoteExceptionApiExceptionUpdateResult performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction, Statement filterStatement) throws RemoteException, ApiException
CreativeWrapper objects that match
the
given Statement.query.creativeWrapperAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of labelsRemoteExceptionApiExceptionCreativeWrapper[] updateCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapper objects.creativeWrappers - the creative wrappers to updateApiExceptionRemoteExceptionCopyright © 2019. All rights reserved.