Interface ProductContract.UpdateStages.WithDisplayName

All Known Subinterfaces:
ProductContract.Update
Enclosing interface:
ProductContract.UpdateStages

public static interface ProductContract.UpdateStages.WithDisplayName
The stage of the ProductContract update allowing to specify displayName.
  • Method Details

    • withDisplayName

      ProductContract.Update withDisplayName(String displayName)
      Specifies the displayName property: Product name..
      Parameters:
      displayName - Product name.
      Returns:
      the next definition stage.