Interface MetadataModel.UpdateStages.WithPreviewImages

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

public static interface MetadataModel.UpdateStages.WithPreviewImages
The stage of the MetadataModel update allowing to specify previewImages.
  • Method Details

    • withPreviewImages

      MetadataModel.Update withPreviewImages(List<String> previewImages)
      Specifies the previewImages property: preview image file names. These will be taken from the solution artifacts.
      Parameters:
      previewImages - preview image file names. These will be taken from the solution artifacts.
      Returns:
      the next definition stage.