Interface Application.UpdateStages.WithFilePath

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

public static interface Application.UpdateStages.WithFilePath
The stage of the Application update allowing to specify filePath.
  • Method Summary

    Modifier and Type
    Method
    Description
    withFilePath(String filePath)
    Specifies the filePath property: Specifies a path for the executable file for the application..
  • Method Details

    • withFilePath

      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.