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

Packages that use AdStatus
com.yahoo.marketing.apt   
 

Uses of AdStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as AdStatus
static AdStatus AdStatus.Deleted
           
static AdStatus AdStatus.Off
           
static AdStatus AdStatus.On
           
private  AdStatus Ad.status
           
 

Methods in com.yahoo.marketing.apt that return AdStatus
static AdStatus AdStatus.fromString(java.lang.String value)
           
static AdStatus AdStatus.fromValue(java.lang.String value)
           
 AdStatus Ad.getStatus()
          Gets the status value for this Ad.
 

Methods in com.yahoo.marketing.apt with parameters of type AdStatus
 Ad[] AdServiceHttpBindingStub.getAdsByAdGroupIDByStatus(long adGroupID, AdStatus adStatus, int startElement, int numElements)
           
 Ad[] AdService.getAdsByAdGroupIDByStatus(long adGroupID, AdStatus adStatus, int startElement, int numElements)
           
 void Ad.setStatus(AdStatus status)
          Sets the status value for this Ad.
 

Constructors in com.yahoo.marketing.apt with parameters of type AdStatus
Ad(java.lang.Long ID, java.lang.String accountID, java.lang.Long adGroupID, java.lang.Long adOptimizationWeight, CompositeURL[] clickThroughURLs, java.util.Calendar createTimestamp, java.util.Calendar lastUpdateTimestamp, java.lang.Long libraryAdID, AdStatus status, AdType type)