Interface MetadataModel.DefinitionStages.WithPreviewImages

All Known Subinterfaces:
MetadataModel.Definition, MetadataModel.DefinitionStages.WithCreate
Enclosing interface:
MetadataModel.DefinitionStages

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

    • withPreviewImages

      MetadataModel.DefinitionStages.WithCreate 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.