Uses of Class
com.google.api.ads.dfp.axis.v201206.Label

Packages that use Label
com.google.api.ads.dfp.axis.v201206   
 

Uses of Label in com.google.api.ads.dfp.axis.v201206
 

Methods in com.google.api.ads.dfp.axis.v201206 that return Label
 Label LabelServiceInterface.createLabel(Label label)
          Creates a new Label.
 Label LabelServiceSoapBindingStub.createLabel(Label label)
           
 Label[] LabelServiceInterface.createLabels(Label[] labels)
          Creates new Label objects.
 Label[] LabelServiceSoapBindingStub.createLabels(Label[] labels)
           
 Label LabelServiceInterface.getLabel(Long labelId)
          Returns the Label uniquely identified by the given ID.
 Label LabelServiceSoapBindingStub.getLabel(Long labelId)
           
 Label[] LabelPage.getResults()
          Gets the results value for this LabelPage.
 Label LabelPage.getResults(int i)
           
 Label LabelServiceInterface.updateLabel(Label label)
          Updates the specified Label.
 Label LabelServiceSoapBindingStub.updateLabel(Label label)
           
 Label[] LabelServiceInterface.updateLabels(Label[] labels)
          Updates the specified Label objects.
 Label[] LabelServiceSoapBindingStub.updateLabels(Label[] labels)
           
 

Methods in com.google.api.ads.dfp.axis.v201206 with parameters of type Label
 Label LabelServiceInterface.createLabel(Label label)
          Creates a new Label.
 Label LabelServiceSoapBindingStub.createLabel(Label label)
           
 Label[] LabelServiceInterface.createLabels(Label[] labels)
          Creates new Label objects.
 Label[] LabelServiceSoapBindingStub.createLabels(Label[] labels)
           
 void LabelPage.setResults(int i, Label _value)
           
 void LabelPage.setResults(Label[] results)
          Sets the results value for this LabelPage.
 Label LabelServiceInterface.updateLabel(Label label)
          Updates the specified Label.
 Label LabelServiceSoapBindingStub.updateLabel(Label label)
           
 Label[] LabelServiceInterface.updateLabels(Label[] labels)
          Updates the specified Label objects.
 Label[] LabelServiceSoapBindingStub.updateLabels(Label[] labels)
           
 

Constructors in com.google.api.ads.dfp.axis.v201206 with parameters of type Label
LabelPage(Integer totalResultSetSize, Integer startIndex, Label[] results)
           
 



Copyright © 2012. All Rights Reserved.