|
||||||||||
| 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.LabelServiceSoapBindingStub
public class LabelServiceSoapBindingStub
| 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 | |
|---|---|
LabelServiceSoapBindingStub()
|
|
LabelServiceSoapBindingStub(javax.xml.rpc.Service service)
|
|
LabelServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
|
|
| Method Summary | |
|---|---|
protected org.apache.axis.client.Call |
createCall()
|
Label |
createLabel(Label label)
Creates a new Label. |
Label[] |
createLabels(Label[] labels)
Creates new Label objects. |
Label |
getLabel(Long labelId)
Returns the Label uniquely identified by the given
ID. |
LabelPage |
getLabelsByStatement(Statement filterStatement)
Gets a LabelPage of Label objects that satisfy
the
given Statement.query. |
UpdateResult |
performLabelAction(LabelAction labelAction,
Statement filterStatement)
Performs actions on Label objects that match the given
Statement.query. |
Label |
updateLabel(Label label)
Updates the specified Label. |
Label[] |
updateLabels(Label[] labels)
Updates the specified Label 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 LabelServiceSoapBindingStub()
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public LabelServiceSoapBindingStub(URL endpointURL,
javax.xml.rpc.Service service)
throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
public LabelServiceSoapBindingStub(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 Label createLabel(Label label)
throws RemoteException,
ApiException
LabelServiceInterfaceLabel.
The following fields are required:
createLabel in interface LabelServiceInterfacelabel - the label to create
RemoteException
ApiException
public Label[] createLabels(Label[] labels)
throws RemoteException,
ApiException
LabelServiceInterfaceLabel objects.
createLabels in interface LabelServiceInterfacelabels - the labels to create
RemoteException
ApiException
public Label getLabel(Long labelId)
throws RemoteException,
ApiException
LabelServiceInterfaceLabel uniquely identified by the given
ID.
getLabel in interface LabelServiceInterfacelabelId - the ID of the label, which must already exist
Label uniquely identified by the given ID
RemoteException
ApiException
public LabelPage getLabelsByStatement(Statement filterStatement)
throws RemoteException,
ApiException
LabelServiceInterfaceLabelPage of Label objects that satisfy
the
given Statement.query. The following fields are supported
for
filtering:
| PQL Property | Object Property |
|---|---|
id |
Label.id |
type |
Label.type |
name |
Label.name |
description |
Label.description |
isActive |
Label.isActive |
getLabelsByStatement in interface LabelServiceInterfacefilterStatement - a Publisher Query Language statement used to
filter
a set of labels.
RemoteException
ApiException
public UpdateResult performLabelAction(LabelAction labelAction,
Statement filterStatement)
throws RemoteException,
ApiException
LabelServiceInterfaceLabel objects that match the given
Statement.query.
performLabelAction in interface LabelServiceInterfacelabelAction - the action to performfilterStatement - a Publisher Query Language statement used to
filter
a set of labels
RemoteException
ApiException
public Label updateLabel(Label label)
throws RemoteException,
ApiException
LabelServiceInterfaceLabel.
updateLabel in interface LabelServiceInterfacelabel - the label to update
RemoteException
ApiException
public Label[] updateLabels(Label[] labels)
throws RemoteException,
ApiException
LabelServiceInterfaceLabel objects.
updateLabels in interface LabelServiceInterfacelabels - the labels to update
RemoteException
ApiException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||