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.labelId
CreativeWrapper.ordering
CreativeWrapper#header or CreativeWrapper#footer
RemoteExceptionApiExceptionCreativeWrapperPage 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 |
RemoteExceptionApiExceptionUpdateResult performCreativeWrapperAction(CreativeWrapperAction creativeWrapperAction, Statement filterStatement) throws RemoteException, ApiException
CreativeWrapper objects that match
the given Statement.query.RemoteExceptionApiExceptionCreativeWrapper[] updateCreativeWrappers(CreativeWrapper[] creativeWrappers) throws RemoteException, ApiException
CreativeWrapper objects.RemoteExceptionApiExceptionCopyright © 2023. All rights reserved.