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

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isSuccessful

      boolean isSuccessful()
      Returns:
      true if the switch operation was successful; otherwise returns false.