public interface CreativeTemplateServiceInterface extends Remote
| Modifier and Type | Method and Description |
|---|---|
CreativeTemplate |
getCreativeTemplate(Long creativeTemplateId)
Returns the
CreativeTemplate uniquely identified by
the given ID. |
CreativeTemplatePage |
getCreativeTemplatesByStatement(Statement filterStatement)
|
CreativeTemplate getCreativeTemplate(Long creativeTemplateId) throws RemoteException, ApiException
CreativeTemplate uniquely identified by
the given ID.creativeTemplateId - the ID of the creative template, which must
already existCreativeTemplate uniquely identified by the given
IDRemoteExceptionApiExceptionCreativeTemplatePage getCreativeTemplatesByStatement(Statement filterStatement) throws RemoteException, ApiException
CreativeTemplatePage of CreativeTemplate
objects that satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
CreativeTemplate.id |
name |
CreativeTemplate.name |
type |
CreativeTemplate.type |
status |
CreativeTemplate.status |
filterStatement - a Publisher Query Language statement used to
filter
a set of creative templates.RemoteExceptionApiExceptionCopyright © 2014. All Rights Reserved.