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

Packages that use CustomGeoAreaStatus
com.yahoo.marketing.apt   
 

Uses of CustomGeoAreaStatus in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as CustomGeoAreaStatus
static CustomGeoAreaStatus CustomGeoAreaStatus.Active
           
static CustomGeoAreaStatus CustomGeoAreaStatus.Deactivated
           
static CustomGeoAreaStatus CustomGeoAreaStatus.Pending
           
private  CustomGeoAreaStatus CustomGeoArea.status
           
 

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

Methods in com.yahoo.marketing.apt with parameters of type CustomGeoAreaStatus
 void CustomGeoArea.setStatus(CustomGeoAreaStatus status)
          Sets the status value for this CustomGeoArea.
 

Constructors in com.yahoo.marketing.apt with parameters of type CustomGeoAreaStatus
CustomGeoArea(java.lang.Long ID, java.lang.String accountID, java.util.Calendar activationTimestamp, java.util.Calendar createTimestamp, java.util.Calendar deactivationTimestamp, java.lang.String description, java.util.Calendar lastUpdateTimestamp, java.lang.String name, CustomGeoAreaStatus status, java.lang.String[] zipCodes)