public interface CreativeSetServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CreativeSet |
createCreativeSet(CreativeSet creativeSet)
Creates a new
CreativeSet. |
CreativeSet |
getCreativeSet(Long creativeSetId)
Returns the
CreativeSet uniquely identified by the
given ID. |
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 createRemoteExceptionApiExceptionCreativeSet getCreativeSet(Long creativeSetId) throws RemoteException, ApiException
CreativeSet uniquely identified by the
given ID.creativeSetId - the ID of the creative set, which must already
existCreativeSet uniquely identified by the given IDRemoteExceptionApiExceptionCreativeSetPage 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 |
filterStatement - 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 © 2014. All Rights Reserved.