Application.UpdateStages.WithFilePath Interface

public static interface Application.UpdateStages.WithFilePath

The stage of the Application update allowing to specify filePath.

Method Summary

Modifier and Type Method and Description
abstract Update withFilePath(String filePath)

Specifies the filePath property: Specifies a path for the executable file for the application..

Method Details

withFilePath

public abstract Application.Update withFilePath(String filePath)

Specifies the filePath property: Specifies a path for the executable file for the application..

Parameters:

filePath - Specifies a path for the executable file for the application.

Returns:

the next definition stage.

Applies to