Application.DefinitionStages.WithIconPath Interface

public static interface Application.DefinitionStages.WithIconPath

The stage of the Application definition allowing to specify iconPath.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withIconPath(String iconPath)

Specifies the iconPath property: Path to icon..

Method Details

withIconPath

public abstract Application.DefinitionStages.WithCreate withIconPath(String iconPath)

Specifies the iconPath property: Path to icon..

Parameters:

iconPath - Path to icon.

Returns:

the next definition stage.

Applies to