|
||||||||||
| 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.v201208.CreativeSetServiceSoapBindingStub
public class CreativeSetServiceSoapBindingStub
| 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 | |
|---|---|
CreativeSetServiceSoapBindingStub()
|
|
CreativeSetServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
CreativeSetServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
protected org.apache.axis.client.Call |
createCall()
|
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)
Gets a CreativeSetPage of CreativeSet objects
that satisfy the
given Statement.query. |
CreativeSet |
updateCreativeSet(CreativeSet creativeSet)
Updates the specified CreativeSet. |
| 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 CreativeSetServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CreativeSetServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CreativeSetServiceSoapBindingStub(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 CreativeSet createCreativeSet(CreativeSet creativeSet)
throws RemoteException,
ApiException
CreativeSetServiceInterfaceCreativeSet.
createCreativeSet in interface CreativeSetServiceInterfacecreativeSet - the creative set to create
RemoteException
ApiException
public CreativeSet getCreativeSet(Long creativeSetId)
throws RemoteException,
ApiException
CreativeSetServiceInterfaceCreativeSet uniquely identified by the
given ID.
getCreativeSet in interface CreativeSetServiceInterfacecreativeSetId - the ID of the creative set, which must already
exist
CreativeSet uniquely identified by the given ID
RemoteException
ApiException
public CreativeSetPage getCreativeSetsByStatement(Statement statement)
throws RemoteException,
ApiException
CreativeSetServiceInterfaceCreativeSetPage 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 |
getCreativeSetsByStatement in interface CreativeSetServiceInterfaceRemoteException
ApiException
public CreativeSet updateCreativeSet(CreativeSet creativeSet)
throws RemoteException,
ApiException
CreativeSetServiceInterfaceCreativeSet.
updateCreativeSet in interface CreativeSetServiceInterfacecreativeSet - the creative set to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||