Application.DefinitionStages.WithIconIndex Interface

public static interface Application.DefinitionStages.WithIconIndex

The stage of the Application definition allowing to specify iconIndex.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIconIndex(Integer iconIndex)

Specifies the iconIndex property: Index of the icon..

Method Details

withIconIndex

public abstract Application.DefinitionStages.WithCreate withIconIndex(Integer iconIndex)

Specifies the iconIndex property: Index of the icon..

Parameters:

iconIndex - Index of the icon.

Returns:

the next definition stage.

Applies to