public interface CreativeSetServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CreativeSet |
createCreativeSet(CreativeSet creativeSet)
Creates a new
CreativeSet. |
CreativeSetPage |
getCreativeSetsByStatement(Statement statement)
|
CreativeSet |
updateCreativeSet(CreativeSet creativeSet)
Updates the specified
CreativeSet. |
CreativeSet createCreativeSet(CreativeSet creativeSet) throws RemoteException, ApiException
CreativeSet.creativeSet - the creative set to createRemoteExceptionApiExceptionCreativeSetPage getCreativeSetsByStatement(Statement statement) throws RemoteException, ApiException
CreativeSetPage of CreativeSet objects
that satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeSet.id |
name |
CreativeSet.name |
masterCreativeId |
CreativeSet.masterCreativeId |
lastModifiedDateTime |
CreativeSet.lastModifiedDateTime |
statement - a Publisher Query Language statement used to filter
a set of creative setsRemoteExceptionApiExceptionCreativeSet updateCreativeSet(CreativeSet creativeSet) throws RemoteException, ApiException
CreativeSet.creativeSet - the creative set to updateRemoteExceptionApiExceptionCopyright © 2022. All rights reserved.