Interface ProductSwitchResults.ProductSwitchResult
- All Known Implementing Classes:
ProductSwitchResults.FailedProductSwitch,ProductSwitchResults.SuccessfulProductSwitch
- Enclosing class:
- ProductSwitchResults
public static interface ProductSwitchResults.ProductSwitchResult
This interface represents the result of a product switch operation for a single model object.
-
Method Summary
-
Method Details
-
isSuccessful
boolean isSuccessful()- Returns:
trueif the switch operation was successful; otherwise returnsfalse.
-