Interface Application.UpdateStages.WithParameters

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

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

    Modifier and Type
    Method
    Description
    withParameters(Object parameters)
    Specifies the parameters property: Name and value pairs that define the managed application parameters.
  • Method Details

    • withParameters

      Application.Update withParameters(Object parameters)
      Specifies the parameters property: Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string..
      Parameters:
      parameters - Name and value pairs that define the managed application parameters. It can be a JObject or a well formed JSON string.
      Returns:
      the next definition stage.