|
||||||||||
| 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.v201201.InventoryServiceSoapBindingStub
public class InventoryServiceSoapBindingStub
| 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 | |
|---|---|
InventoryServiceSoapBindingStub()
|
|
InventoryServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
InventoryServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
AdUnit |
createAdUnit(AdUnit adUnit)
Creates a new AdUnit. |
AdUnit[] |
createAdUnits(AdUnit[] adUnits)
Creates new AdUnit objects. |
protected org.apache.axis.client.Call |
createCall()
|
AdUnit |
getAdUnit(String adUnitId)
Returns the AdUnit uniquely identified by the given
ID. |
AdUnitPage |
getAdUnitsByStatement(Statement filterStatement)
Gets a AdUnitPage of AdUnit objects that satisfy
the given
Statement.query. |
AdUnitSize[] |
getAdUnitSizes()
Retrieves the sorted set of sizes across all ad units. |
UpdateResult |
performAdUnitAction(AdUnitAction adUnitAction,
Statement filterStatement)
Performs actions on AdUnit objects that match the given
Statement.query. |
AdUnit |
updateAdUnit(AdUnit adUnit)
Updates the specified AdUnit. |
AdUnit[] |
updateAdUnits(AdUnit[] adUnits)
Updates the specified AdUnit 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 InventoryServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public InventoryServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public InventoryServiceSoapBindingStub(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 AdUnit createAdUnit(AdUnit adUnit)
throws RemoteException,
ApiException
InventoryServiceInterfaceAdUnit.
The following fields are required:
createAdUnit in interface InventoryServiceInterfaceadUnit - the ad unit to create
RemoteException
ApiException
public AdUnit[] createAdUnits(AdUnit[] adUnits)
throws RemoteException,
ApiException
InventoryServiceInterfaceAdUnit objects.
createAdUnits in interface InventoryServiceInterfaceadUnits - the ad units to create
RemoteException
ApiException
public AdUnit getAdUnit(String adUnitId)
throws RemoteException,
ApiException
InventoryServiceInterfaceAdUnit uniquely identified by the given
ID.
getAdUnit in interface InventoryServiceInterfaceadUnitId - ID of the ad unit, which must already exist
AdUnit uniquely identified by the given ID
RemoteException
ApiException
public AdUnitSize[] getAdUnitSizes()
throws RemoteException,
ApiException
InventoryServiceInterface
getAdUnitSizes in interface InventoryServiceInterfaceRemoteException
ApiException
public AdUnitPage getAdUnitsByStatement(Statement filterStatement)
throws RemoteException,
ApiException
InventoryServiceInterfaceAdUnitPage of AdUnit objects that satisfy
the given
Statement.query. The following fields are supported
for filtering:
| PQL Property | Object Property |
|---|---|
adUnitCode |
AdUnit.adUnitCode |
id |
AdUnit.id |
name |
AdUnit.name |
parentId |
AdUnit.parentId |
status |
AdUnit.status |
lastModifiedDateTime |
AdUnit.lastModifiedDateTime |
getAdUnitsByStatement in interface InventoryServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of ad units
RemoteException
ApiException
public UpdateResult performAdUnitAction(AdUnitAction adUnitAction,
Statement filterStatement)
throws RemoteException,
ApiException
InventoryServiceInterfaceAdUnit objects that match the given
Statement.query.
performAdUnitAction in interface InventoryServiceInterfaceadUnitAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ad units
RemoteException
ApiException
public AdUnit updateAdUnit(AdUnit adUnit)
throws RemoteException,
ApiException
InventoryServiceInterfaceAdUnit.
updateAdUnit in interface InventoryServiceInterfaceadUnit - the ad unit to update
RemoteException
ApiException
public AdUnit[] updateAdUnits(AdUnit[] adUnits)
throws RemoteException,
ApiException
InventoryServiceInterfaceAdUnit objects.
updateAdUnits in interface InventoryServiceInterfaceadUnits - the ad units to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||