Interface VendorSku.UpdateStages.WithPreview

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

public static interface VendorSku.UpdateStages.WithPreview
The stage of the VendorSku update allowing to specify preview.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the preview property: Indicates if the vendor sku is in preview mode..
  • Method Details

    • withPreview

      VendorSku.Update withPreview(Boolean preview)
      Specifies the preview property: Indicates if the vendor sku is in preview mode..
      Parameters:
      preview - Indicates if the vendor sku is in preview mode.
      Returns:
      the next definition stage.