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

Packages that use ServiceContext
com.yahoo.marketing.apt   
 

Uses of ServiceContext in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as ServiceContext
static ServiceContext ServiceContext.AudienceSharingRulesService
           
static ServiceContext ServiceContext.RateCardService
           
static ServiceContext ServiceContext.SellingRulesService
           
private  ServiceContext TargetingAttributeValueRequest.serviceContext
           
 

Methods in com.yahoo.marketing.apt that return ServiceContext
static ServiceContext ServiceContext.fromString(java.lang.String value)
           
static ServiceContext ServiceContext.fromValue(java.lang.String value)
           
 ServiceContext TargetingAttributeValueRequest.getServiceContext()
          Gets the serviceContext value for this TargetingAttributeValueRequest.
 

Methods in com.yahoo.marketing.apt with parameters of type ServiceContext
 void TargetingAttributeValueRequest.setServiceContext(ServiceContext serviceContext)
          Sets the serviceContext value for this TargetingAttributeValueRequest.
 

Constructors in com.yahoo.marketing.apt with parameters of type ServiceContext
TargetingAttributeValueRequest(ServiceContext serviceContext, SourceOwner sourceOwner, TargetingAttributeType targetingAttributeType)