Application.UpdateStages.WithIconPath Interface

public static interface Application.UpdateStages.WithIconPath

The stage of the Application update allowing to specify iconPath.

Method Summary

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

Specifies the iconPath property: Path to icon..

Method Details

withIconPath

public abstract Application.Update withIconPath(String iconPath)

Specifies the iconPath property: Path to icon..

Parameters:

iconPath - Path to icon.

Returns:

the next definition stage.

Applies to