Interface MetadataModel.UpdateStages.WithIcon

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

public static interface MetadataModel.UpdateStages.WithIcon
The stage of the MetadataModel update allowing to specify icon.
  • Method Summary

    Modifier and Type
    Method
    Description
    Specifies the icon property: the icon identifier.
  • Method Details

    • withIcon

      MetadataModel.Update withIcon(String icon)
      Specifies the icon property: the icon identifier. this id can later be fetched from the solution template.
      Parameters:
      icon - the icon identifier. this id can later be fetched from the solution template.
      Returns:
      the next definition stage.