|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis.client.Stub
com.google.api.ads.dfp.axis.v201206.CreativeServiceSoapBindingStub
public class CreativeServiceSoapBindingStub
| Field Summary |
|---|
| Fields inherited from class org.apache.axis.client.Stub |
|---|
_call, cachedEndpoint, cachedPassword, cachedPortName, cachedProperties, cachedTimeout, cachedUsername, maintainSession, maintainSessionSet, service |
| Fields inherited from interface javax.xml.rpc.Stub |
|---|
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY |
| Constructor Summary | |
|---|---|
CreativeServiceSoapBindingStub()
|
|
CreativeServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
CreativeServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
protected org.apache.axis.client.Call |
createCall()
|
Creative |
createCreative(Creative creative)
Creates a new Creative. |
Creative[] |
createCreatives(Creative[] creatives)
Creates new Creative objects. |
Creative |
getCreative(Long creativeId)
Returns the Creative uniquely identified by the given
ID. |
CreativePage |
getCreativesByStatement(Statement filterStatement)
Gets a CreativePage of Creative objects that
satisfy the
given Statement.query. |
Creative |
updateCreative(Creative creative)
Updates the specified Creative. |
Creative[] |
updateCreatives(Creative[] creatives)
Updates the specified Creative objects. |
| Methods inherited from class org.apache.axis.client.Stub |
|---|
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, firstCall, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getResponseHeaders, getTimeout, getUsername, removeProperty, setAttachments, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setRequestHeaders, setTimeout, setUsername |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CreativeServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CreativeServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CreativeServiceSoapBindingStub(javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault| Method Detail |
|---|
protected org.apache.axis.client.Call createCall()
throws RemoteException
RemoteException
public Creative createCreative(Creative creative)
throws RemoteException,
ApiException
CreativeServiceInterfaceCreative.
The following fields are required along with the required
fields of the
sub-class:
createCreative in interface CreativeServiceInterfacecreative - the creative to create
RemoteException
ApiException
public Creative[] createCreatives(Creative[] creatives)
throws RemoteException,
ApiException
CreativeServiceInterfaceCreative objects.
createCreatives in interface CreativeServiceInterfacecreatives - the creatives to create
RemoteException
ApiException
public Creative getCreative(Long creativeId)
throws RemoteException,
ApiException
CreativeServiceInterfaceCreative uniquely identified by the given
ID.
getCreative in interface CreativeServiceInterfacecreativeId - the ID of the creative, which must already exist
Creative uniquely identified by the given ID
RemoteException
ApiException
public CreativePage getCreativesByStatement(Statement filterStatement)
throws RemoteException,
ApiException
CreativeServiceInterfaceCreativePage of Creative objects that
satisfy the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Creative.id |
name |
Creative.name |
advertiserId |
Creative.advertiserId |
width |
Creative.size |
height |
Creative.size |
lastModifiedDateTime |
Creative.lastModifiedDateTime |
getCreativesByStatement in interface CreativeServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of creatives
RemoteException
ApiException
public Creative updateCreative(Creative creative)
throws RemoteException,
ApiException
CreativeServiceInterfaceCreative.
updateCreative in interface CreativeServiceInterfacecreative - the creative to update
RemoteException
ApiException
public Creative[] updateCreatives(Creative[] creatives)
throws RemoteException,
ApiException
CreativeServiceInterfaceCreative objects.
updateCreatives in interface CreativeServiceInterfacecreatives - the creatives to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||