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

Packages that use InventoryOptIn
com.yahoo.marketing.apt   
 

Uses of InventoryOptIn in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as InventoryOptIn
private  InventoryOptIn InventoryOptInResponse.inventoryOptIn
           
 

Methods in com.yahoo.marketing.apt that return InventoryOptIn
 InventoryOptIn InventoryOptInResponse.getInventoryOptIn()
          Gets the inventoryOptIn value for this InventoryOptInResponse.
 InventoryOptIn SellingRulesServiceHttpBindingStub.getInventoryOptIn(long inventoryOptInID)
           
 InventoryOptIn SellingRulesService.getInventoryOptIn(long inventoryOptInID)
           
 InventoryOptIn[] SellingRulesServiceHttpBindingStub.getInventoryOptIns(long[] inventoryOptInIDs)
           
 InventoryOptIn[] SellingRulesService.getInventoryOptIns(long[] inventoryOptInIDs)
           
 

Methods in com.yahoo.marketing.apt with parameters of type InventoryOptIn
 InventoryOptInResponse[] SellingRulesServiceHttpBindingStub.addInventoryOptInsToStandardSellingRule(InventoryOptIn[] inventoryOptIns)
           
 InventoryOptInResponse[] SellingRulesService.addInventoryOptInsToStandardSellingRule(InventoryOptIn[] inventoryOptIns)
           
 InventoryOptInResponse SellingRulesServiceHttpBindingStub.addInventoryOptInToStandardSellingRule(InventoryOptIn inventoryOptIn)
           
 InventoryOptInResponse SellingRulesService.addInventoryOptInToStandardSellingRule(InventoryOptIn inventoryOptIn)
           
 void InventoryOptInResponse.setInventoryOptIn(InventoryOptIn inventoryOptIn)
          Sets the inventoryOptIn value for this InventoryOptInResponse.
 InventoryOptInResponse SellingRulesServiceHttpBindingStub.updateInventoryOptIn(InventoryOptIn inventoryOptIn)
           
 InventoryOptInResponse SellingRulesService.updateInventoryOptIn(InventoryOptIn inventoryOptIn)
           
 InventoryOptInResponse[] SellingRulesServiceHttpBindingStub.updateInventoryOptIns(InventoryOptIn[] inventoryOptIns)
           
 InventoryOptInResponse[] SellingRulesService.updateInventoryOptIns(InventoryOptIn[] inventoryOptIns)
           
 

Constructors in com.yahoo.marketing.apt with parameters of type InventoryOptIn
InventoryOptInResponse(Error[] errors, InventoryOptIn inventoryOptIn, java.lang.Boolean operationSucceeded)