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

Packages that use OrderContactType
com.yahoo.marketing.apt   
 

Uses of OrderContactType in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as OrderContactType
static OrderContactType OrderContactType.AccountManager
           
static OrderContactType OrderContactType.Billing
           
static OrderContactType OrderContactType.Creative
           
static OrderContactType OrderContactType.Media
           
static OrderContactType OrderContactType.Other
           
private  OrderContactType OrderContact.type
           
 

Methods in com.yahoo.marketing.apt that return OrderContactType
static OrderContactType OrderContactType.fromString(java.lang.String value)
           
static OrderContactType OrderContactType.fromValue(java.lang.String value)
           
 OrderContactType OrderContact.getType()
          Gets the type value for this OrderContact.
 

Methods in com.yahoo.marketing.apt with parameters of type OrderContactType
 void OrderContact.setType(OrderContactType type)
          Sets the type value for this OrderContact.
 

Constructors in com.yahoo.marketing.apt with parameters of type OrderContactType
OrderContact(java.lang.Long contactID, java.lang.Boolean primary, OrderContactType type)