|
||||||||||
| 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.v201204.CustomTargetingServiceSoapBindingStub
public class CustomTargetingServiceSoapBindingStub
| 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 | |
|---|---|
CustomTargetingServiceSoapBindingStub()
|
|
CustomTargetingServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
CustomTargetingServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| 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 CustomTargetingServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CustomTargetingServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public CustomTargetingServiceSoapBindingStub(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 CustomTargetingKey[] createCustomTargetingKeys(CustomTargetingKey[] keys)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects.
The following fields are required:
createCustomTargetingKeys in interface CustomTargetingServiceInterfacekeys - the custom targeting keys to update
RemoteException
ApiException
public CustomTargetingValue[] createCustomTargetingValues(CustomTargetingValue[] values)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects.
The following fields are required:
createCustomTargetingValues in interface CustomTargetingServiceInterfacevalues - the custom targeting values to update
RemoteException
ApiException
public CustomTargetingKeyPage getCustomTargetingKeysByStatement(Statement filterStatement)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingKeyPage of CustomTargetingKey
objects
that satisfy the given Statement.query. The following
fields are
supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomTargetingKey.id |
name |
CustomTargetingKey.name |
displayName |
CustomTargetingKey.displayName |
type |
CustomTargetingKey.type |
getCustomTargetingKeysByStatement in interface CustomTargetingServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of custom targeting keys
RemoteException
ApiException
public CustomTargetingValuePage getCustomTargetingValuesByStatement(Statement filterStatement)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingValuePage of CustomTargetingValue
objects that satisfy the given Statement.query.
The WHERE clause in the Statement.query must
always contain
CustomTargetingValue.customTargetingKeyId as one of
its columns in
a way that it is AND'ed with the rest of the query. So, if
you want to
retrieve values for a known set of key ids, valid Statement.query
would look like:
The following fields are supported for filtering:
| PQL Property | Object Property |
|---|---|
id |
CustomTargetingValue.id |
customTargetingKeyId |
CustomTargetingValue.customTargetingKeyId |
name |
CustomTargetingValue.name |
displayName |
CustomTargetingValue.displayName |
matchType |
CustomTargetingValue.matchType |
getCustomTargetingValuesByStatement in interface CustomTargetingServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of custom targeting values
RemoteException
ApiException
public UpdateResult performCustomTargetingKeyAction(CustomTargetingKeyAction customTargetingKeyAction,
Statement filterStatement)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects that
match the given
Statement.query.
performCustomTargetingKeyAction in interface CustomTargetingServiceInterfacecustomTargetingKeyAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of custom targeting keys
RemoteException
ApiException
public UpdateResult performCustomTargetingValueAction(CustomTargetingValueAction customTargetingValueAction,
Statement filterStatement)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects that
match the
given Statement.query.
performCustomTargetingValueAction in interface CustomTargetingServiceInterfacecustomTargetingValueAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of ad units
RemoteException
ApiException
public CustomTargetingKey[] updateCustomTargetingKeys(CustomTargetingKey[] keys)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingKey objects.
updateCustomTargetingKeys in interface CustomTargetingServiceInterfacekeys - the custom targeting keys to update
RemoteException
ApiException
public CustomTargetingValue[] updateCustomTargetingValues(CustomTargetingValue[] values)
throws RemoteException,
ApiException
CustomTargetingServiceInterfaceCustomTargetingValue objects.
updateCustomTargetingValues in interface CustomTargetingServiceInterfacevalues - the custom targeting values to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||