Uses of Class
com.google.api.ads.adwords.v201109.cm.OperationResult

Packages that use OperationResult
com.google.api.ads.adwords.v201109.cm   
 

Uses of OperationResult in com.google.api.ads.adwords.v201109.cm
 

Subclasses of OperationResult in com.google.api.ads.adwords.v201109.cm
 class BatchFailureResult
          Represents a failure result for a mutate operation that was applied in a transactional batch.
 class FailureResult
          Represents a failure result for an individual mutate operation.
 class LostResult
          Represents the result of processing an individual mutate operation that however failed to get durably saved despite the service's best efforts.
 class ReturnValueResult
          Represents a success result of processing a mutate operation that returned a value.
 class UnprocessedResult
          Indicates that the mutate operation was not processed.
 

Methods in com.google.api.ads.adwords.v201109.cm that return OperationResult
 OperationResult[] OperationStreamResult.getOperationResults()
          Gets the operationResults value for this OperationStreamResult.
 OperationResult OperationStreamResult.getOperationResults(int i)
           
 

Methods in com.google.api.ads.adwords.v201109.cm with parameters of type OperationResult
 void OperationStreamResult.setOperationResults(int i, OperationResult _value)
           
 void OperationStreamResult.setOperationResults(OperationResult[] operationResults)
          Sets the operationResults value for this OperationStreamResult.
 

Constructors in com.google.api.ads.adwords.v201109.cm with parameters of type OperationResult
OperationStreamResult(OperationResult[] operationResults)
           
 



Copyright © 2011. All Rights Reserved.