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

Packages that use OperationResult
com.yahoo.marketing.apt   
 

Uses of OperationResult in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as OperationResult
static OperationResult OperationResult.Failure
           
private  OperationResult ZippedCreativesResponse.operationResult
           
private  OperationResult PlacementTransferResponse.operationResult
           
private  OperationResult FolderResponse.operationResult
           
private  OperationResult EnhancedBasicResponse.operationResult
           
static OperationResult OperationResult.PartialSuccess
           
static OperationResult OperationResult.Success
           
 

Methods in com.yahoo.marketing.apt that return OperationResult
static OperationResult OperationResult.fromString(java.lang.String value)
           
static OperationResult OperationResult.fromValue(java.lang.String value)
           
 OperationResult ZippedCreativesResponse.getOperationResult()
          Gets the operationResult value for this ZippedCreativesResponse.
 OperationResult PlacementTransferResponse.getOperationResult()
          Gets the operationResult value for this PlacementTransferResponse.
 OperationResult FolderResponse.getOperationResult()
          Gets the operationResult value for this FolderResponse.
 OperationResult EnhancedBasicResponse.getOperationResult()
          Gets the operationResult value for this EnhancedBasicResponse.
 

Methods in com.yahoo.marketing.apt with parameters of type OperationResult
 void ZippedCreativesResponse.setOperationResult(OperationResult operationResult)
          Sets the operationResult value for this ZippedCreativesResponse.
 void PlacementTransferResponse.setOperationResult(OperationResult operationResult)
          Sets the operationResult value for this PlacementTransferResponse.
 void FolderResponse.setOperationResult(OperationResult operationResult)
          Sets the operationResult value for this FolderResponse.
 void EnhancedBasicResponse.setOperationResult(OperationResult operationResult)
          Sets the operationResult value for this EnhancedBasicResponse.
 

Constructors in com.yahoo.marketing.apt with parameters of type OperationResult
EnhancedBasicResponse(Error[] errors, OperationResult operationResult)
           
FolderResponse(Error[] errors, Folder folder, OperationResult operationResult)
           
PlacementTransferResponse(Ad[] ads, Error[] errors, OperationResult operationResult, Placement[] placements)
           
ZippedCreativesResponse(Error[] errors, FlashCreative[] flashCreatives, ImageCreative[] imageCreatives, OperationResult operationResult)