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

Packages that use Statement
com.google.api.ads.dfp.axis.utils.v201206   
com.google.api.ads.dfp.axis.v201206   
 

Uses of Statement in com.google.api.ads.dfp.axis.utils.v201206
 

Methods in com.google.api.ads.dfp.axis.utils.v201206 that return Statement
 Statement StatementBuilder.toStatement()
          Gets the Statement representing the state of this statement builder.
 

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

Methods in com.google.api.ads.dfp.axis.v201206 that return Statement
 Statement ReportQuery.getStatement()
          Gets the statement value for this ReportQuery.
 

Methods in com.google.api.ads.dfp.axis.v201206 with parameters of type Statement
 AdUnitPage InventoryServiceInterface.getAdUnitsByStatement(Statement filterStatement)
          Gets a AdUnitPage of AdUnit objects that satisfy the given query.
 AdUnitPage InventoryServiceSoapBindingStub.getAdUnitsByStatement(Statement filterStatement)
           
 AdUnitSize[] InventoryServiceInterface.getAdUnitSizesByStatement(Statement filterStatement)
          Gets a set of AdUnitSize objects that satisfy the given query.
 AdUnitSize[] InventoryServiceSoapBindingStub.getAdUnitSizesByStatement(Statement filterStatement)
           
 AudienceSegmentPage AudienceSegmentServiceInterface.getAudienceSegmentsByStatement(Statement filterStatement)
          Gets a AudienceSegmentPage of AudienceSegment objects that satisfy the given query.
 AudienceSegmentPage AudienceSegmentServiceSoapBindingStub.getAudienceSegmentsByStatement(Statement filterStatement)
           
 CompanyPage CompanyServiceSoapBindingStub.getCompaniesByStatement(Statement filterStatement)
           
 CompanyPage CompanyServiceInterface.getCompaniesByStatement(Statement filterStatement)
          Gets a CompanyPage of Company objects that satisfy the given query.
 ContentPage ContentServiceSoapBindingStub.getContentByStatement(Statement statement)
           
 ContentPage ContentServiceInterface.getContentByStatement(Statement statement)
          Gets a ContentPage of Content objects that satisfy the given query.
 ContentPage ContentServiceSoapBindingStub.getContentByStatementAndCustomTargetingValue(Statement filterStatement, Long customTargetingValueId)
           
 ContentPage ContentServiceInterface.getContentByStatementAndCustomTargetingValue(Statement filterStatement, Long customTargetingValueId)
          Gets a ContentPage of Content objects that satisfy the given query.
 CreativePage CreativeServiceSoapBindingStub.getCreativesByStatement(Statement filterStatement)
           
 CreativePage CreativeServiceInterface.getCreativesByStatement(Statement filterStatement)
          Gets a CreativePage of Creative objects that satisfy the given query.
 CreativeSetPage CreativeSetServiceSoapBindingStub.getCreativeSetsByStatement(Statement statement)
           
 CreativeSetPage CreativeSetServiceInterface.getCreativeSetsByStatement(Statement statement)
          Gets a CreativeSetPage of CreativeSet objects that satisfy the given query.
 CreativeTemplatePage CreativeTemplateServiceSoapBindingStub.getCreativeTemplatesByStatement(Statement filterStatement)
           
 CreativeTemplatePage CreativeTemplateServiceInterface.getCreativeTemplatesByStatement(Statement filterStatement)
          Gets a CreativeTemplatePage of CreativeTemplate objects that satisfy the given query.
 CustomFieldPage CustomFieldServiceInterface.getCustomFieldsByStatement(Statement filterStatement)
          Gets a CustomFieldPage of CustomField objects that satisfy the given query.
 CustomFieldPage CustomFieldServiceSoapBindingStub.getCustomFieldsByStatement(Statement filterStatement)
           
 CustomTargetingKeyPage CustomTargetingServiceInterface.getCustomTargetingKeysByStatement(Statement filterStatement)
          Gets a CustomTargetingKeyPage of CustomTargetingKey objects that satisfy the given query.
 CustomTargetingKeyPage CustomTargetingServiceSoapBindingStub.getCustomTargetingKeysByStatement(Statement filterStatement)
           
 CustomTargetingValuePage CustomTargetingServiceInterface.getCustomTargetingValuesByStatement(Statement filterStatement)
          Gets a CustomTargetingValuePage of CustomTargetingValue objects that satisfy the given query.
 CustomTargetingValuePage CustomTargetingServiceSoapBindingStub.getCustomTargetingValuesByStatement(Statement filterStatement)
           
 LabelPage LabelServiceInterface.getLabelsByStatement(Statement filterStatement)
          Gets a LabelPage of Label objects that satisfy the given query.
 LabelPage LabelServiceSoapBindingStub.getLabelsByStatement(Statement filterStatement)
           
 LineItemCreativeAssociationPage LineItemCreativeAssociationServiceSoapBindingStub.getLineItemCreativeAssociationsByStatement(Statement filterStatement)
           
 LineItemCreativeAssociationPage LineItemCreativeAssociationServiceInterface.getLineItemCreativeAssociationsByStatement(Statement filterStatement)
          Gets a LineItemCreativeAssociationPage of LineItemCreativeAssociation objects that satisfy the given query.
 LineItemPage LineItemServiceSoapBindingStub.getLineItemsByStatement(Statement filterStatement)
           
 LineItemPage LineItemServiceInterface.getLineItemsByStatement(Statement filterStatement)
          Gets a LineItemPage of LineItem objects that satisfy the given query.
 OrderPage OrderServiceSoapBindingStub.getOrdersByStatement(Statement filterStatement)
           
 OrderPage OrderServiceInterface.getOrdersByStatement(Statement filterStatement)
          Gets an OrderPage of Order objects that satisfy the given query.
 PlacementPage PlacementServiceSoapBindingStub.getPlacementsByStatement(Statement filterStatement)
           
 PlacementPage PlacementServiceInterface.getPlacementsByStatement(Statement filterStatement)
          Gets a PlacementPage of Placement objects that satisfy the given query.
 SuggestedAdUnitPage SuggestedAdUnitServiceSoapBindingStub.getSuggestedAdUnitsByStatement(Statement filterStatement)
           
 SuggestedAdUnitPage SuggestedAdUnitServiceInterface.getSuggestedAdUnitsByStatement(Statement filterStatement)
          Gets a SuggestedAdUnitPage of SuggestedAdUnit objects that satisfy the filter query.
 TeamPage TeamServiceInterface.getTeamsByStatement(Statement filterStatement)
          Gets a TeamPage of Team objects that satisfy the given query.
 TeamPage TeamServiceSoapBindingStub.getTeamsByStatement(Statement filterStatement)
           
 ThirdPartySlotPage ThirdPartySlotServiceInterface.getThirdPartySlotsByStatement(Statement filterStatement)
          Gets a ThirdPartySlotPage of ThirdPartySlot objects that satisfy the filter query.
 ThirdPartySlotPage ThirdPartySlotServiceSoapBindingStub.getThirdPartySlotsByStatement(Statement filterStatement)
           
 ContentPage ContentServiceSoapBindingStub.getUncategorizedContentByStatement(Statement filterStatement)
           
 ContentPage ContentServiceInterface.getUncategorizedContentByStatement(Statement filterStatement)
          Gets a ContentPage of Content objects that are not associated with the Network's Network.contentBrowseCustomTargetingKeyId.
 UserPage UserServiceSoapBindingStub.getUsersByStatement(Statement filterStatement)
           
 UserPage UserServiceInterface.getUsersByStatement(Statement filterStatement)
          Gets a UserPage of User objects that satisfy the given query.
 UserTeamAssociationPage UserTeamAssociationServiceInterface.getUserTeamAssociationsByStatement(Statement filterStatement)
          Gets a UserTeamAssociationPage of UserTeamAssociation objects that satisfy the given query.
 UserTeamAssociationPage UserTeamAssociationServiceSoapBindingStub.getUserTeamAssociationsByStatement(Statement filterStatement)
           
 UpdateResult InventoryServiceInterface.performAdUnitAction(AdUnitAction adUnitAction, Statement filterStatement)
          Performs actions on AdUnit objects that match the given query.
 UpdateResult InventoryServiceSoapBindingStub.performAdUnitAction(AdUnitAction adUnitAction, Statement filterStatement)
           
 UpdateResult CustomFieldServiceInterface.performCustomFieldAction(CustomFieldAction customFieldAction, Statement filterStatement)
          Performs actions on CustomField objects that match the given query.
 UpdateResult CustomFieldServiceSoapBindingStub.performCustomFieldAction(CustomFieldAction customFieldAction, Statement filterStatement)
           
 UpdateResult CustomTargetingServiceInterface.performCustomTargetingKeyAction(CustomTargetingKeyAction customTargetingKeyAction, Statement filterStatement)
          Performs actions on CustomTargetingKey objects that match the given query.
 UpdateResult CustomTargetingServiceSoapBindingStub.performCustomTargetingKeyAction(CustomTargetingKeyAction customTargetingKeyAction, Statement filterStatement)
           
 UpdateResult CustomTargetingServiceInterface.performCustomTargetingValueAction(CustomTargetingValueAction customTargetingValueAction, Statement filterStatement)
          Performs actions on CustomTargetingValue objects that match the given query.
 UpdateResult CustomTargetingServiceSoapBindingStub.performCustomTargetingValueAction(CustomTargetingValueAction customTargetingValueAction, Statement filterStatement)
           
 UpdateResult LabelServiceInterface.performLabelAction(LabelAction labelAction, Statement filterStatement)
          Performs actions on Label objects that match the given query.
 UpdateResult LabelServiceSoapBindingStub.performLabelAction(LabelAction labelAction, Statement filterStatement)
           
 UpdateResult LineItemServiceSoapBindingStub.performLineItemAction(LineItemAction lineItemAction, Statement filterStatement)
           
 UpdateResult LineItemServiceInterface.performLineItemAction(LineItemAction lineItemAction, Statement filterStatement)
          Performs actions on LineItem objects that match the given query.
 UpdateResult LineItemCreativeAssociationServiceSoapBindingStub.performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Statement filterStatement)
           
 UpdateResult LineItemCreativeAssociationServiceInterface.performLineItemCreativeAssociationAction(LineItemCreativeAssociationAction lineItemCreativeAssociationAction, Statement filterStatement)
          Performs actions on LineItemCreativeAssociation objects that match the given query.
 UpdateResult OrderServiceSoapBindingStub.performOrderAction(OrderAction orderAction, Statement filterStatement)
           
 UpdateResult OrderServiceInterface.performOrderAction(OrderAction orderAction, Statement filterStatement)
          Performs actions on Order objects that match the given query.
 UpdateResult PlacementServiceSoapBindingStub.performPlacementAction(PlacementAction placementAction, Statement filterStatement)
           
 UpdateResult PlacementServiceInterface.performPlacementAction(PlacementAction placementAction, Statement filterStatement)
          Performs actions on Placement objects that match the given query.
 SuggestedAdUnitUpdateResult SuggestedAdUnitServiceSoapBindingStub.performSuggestedAdUnitAction(SuggestedAdUnitAction suggestedAdUnitAction, Statement filterStatement)
           
 SuggestedAdUnitUpdateResult SuggestedAdUnitServiceInterface.performSuggestedAdUnitAction(SuggestedAdUnitAction suggestedAdUnitAction, Statement filterStatement)
          Performs actions on SuggestedAdUnit objects that match the given query.
 UpdateResult ThirdPartySlotServiceInterface.performThirdPartySlotAction(ThirdPartySlotAction thirdPartySlotAction, Statement filterStatement)
          Performs actions on ThirdPartySlot objects that match the given query.
 UpdateResult ThirdPartySlotServiceSoapBindingStub.performThirdPartySlotAction(ThirdPartySlotAction thirdPartySlotAction, Statement filterStatement)
           
 UpdateResult UserServiceSoapBindingStub.performUserAction(UserAction userAction, Statement filterStatement)
           
 UpdateResult UserServiceInterface.performUserAction(UserAction userAction, Statement filterStatement)
          Performs actions on User objects that match the given query.
 UpdateResult UserTeamAssociationServiceInterface.performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction, Statement statement)
          Performs actions on UserTeamAssociation objects that match the given query.
 UpdateResult UserTeamAssociationServiceSoapBindingStub.performUserTeamAssociationAction(UserTeamAssociationAction userTeamAssociationAction, Statement statement)
           
 ResultSet PublisherQueryLanguageServiceInterface.select(Statement selectStatement)
          Retrieves rows of data that satisfy the given query from the system.
 ResultSet PublisherQueryLanguageServiceSoapBindingStub.select(Statement selectStatement)
           
 void ReportQuery.setStatement(Statement statement)
          Sets the statement value for this ReportQuery.
 

Constructors in com.google.api.ads.dfp.axis.v201206 with parameters of type Statement
ReportQuery(Dimension[] dimensions, ReportQueryAdUnitView adUnitView, Column[] columns, DimensionAttribute[] dimensionAttributes, Date startDate, Date endDate, DateRangeType dateRangeType, DimensionFilter[] dimensionFilters, Statement statement)
           
 



Copyright © 2012. All Rights Reserved.