Uses of Class
com.yahoo.marketing.apt.TargetingProfile

Packages that use TargetingProfile
com.yahoo.marketing.apt   
 

Uses of TargetingProfile in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TargetingProfile
private  TargetingProfile TargetingProfileResponse.targetingProfile
           
 

Methods in com.yahoo.marketing.apt that return TargetingProfile
 TargetingProfile AdGroupServiceHttpBindingStub.getAdGroupTargetingProfile(long adGroupID)
           
 TargetingProfile AdGroupService.getAdGroupTargetingProfile(long adGroupID)
           
 TargetingProfile[] AdGroupServiceHttpBindingStub.getAdGroupTargetingProfiles(long[] adGroupIDs)
           
 TargetingProfile[] AdGroupService.getAdGroupTargetingProfiles(long[] adGroupIDs)
           
 TargetingProfile TargetingProfileResponse.getTargetingProfile()
          Gets the targetingProfile value for this TargetingProfileResponse.
 TargetingProfile TargetingProfileServiceHttpBindingStub.getTargetingProfile(long targetingProfileID)
           
 TargetingProfile TargetingProfileService.getTargetingProfile(long targetingProfileID)
           
 TargetingProfile[] TargetingProfileServiceHttpBindingStub.getTargetingProfiles(long[] targetingProfileIDs)
           
 TargetingProfile[] TargetingProfileService.getTargetingProfiles(long[] targetingProfileIDs)
           
 

Methods in com.yahoo.marketing.apt with parameters of type TargetingProfile
 TargetingProfileResponse TargetingProfileServiceHttpBindingStub.addTargetingProfile(TargetingProfile targetingProfile)
           
 TargetingProfileResponse TargetingProfileService.addTargetingProfile(TargetingProfile targetingProfile)
           
 TargetingProfileResponse[] TargetingProfileServiceHttpBindingStub.addTargetingProfiles(TargetingProfile[] targetingProfiles)
           
 TargetingProfileResponse[] TargetingProfileService.addTargetingProfiles(TargetingProfile[] targetingProfiles)
           
 Inventory InventorySearchServiceHttpBindingStub.searchInventory(Placement placement, TargetingProfile targetingProfile, Currency currency)
           
 Inventory InventorySearchService.searchInventory(Placement placement, TargetingProfile targetingProfile, Currency currency)
           
 Inventory InventorySearchServiceHttpBindingStub.searchInventoryByPlacementID(long placementID, TargetingProfile targetingProfile)
           
 Inventory InventorySearchService.searchInventoryByPlacementID(long placementID, TargetingProfile targetingProfile)
           
 void TargetingProfileResponse.setTargetingProfile(TargetingProfile targetingProfile)
          Sets the targetingProfile value for this TargetingProfileResponse.
 TargetingProfileResponse TargetingProfileServiceHttpBindingStub.updateTargetingProfile(TargetingProfile targetingProfile)
           
 TargetingProfileResponse TargetingProfileService.updateTargetingProfile(TargetingProfile targetingProfile)
           
 TargetingProfileResponse[] TargetingProfileServiceHttpBindingStub.updateTargetingProfiles(TargetingProfile[] targetingProfiles)
           
 TargetingProfileResponse[] TargetingProfileService.updateTargetingProfiles(TargetingProfile[] targetingProfiles)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type TargetingProfile
TargetingProfileResponse(Error[] errors, java.lang.Boolean operationSucceeded, TargetingProfile targetingProfile)