Interface NamedValueContract.UpdateStages.WithDisplayName

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

public static interface NamedValueContract.UpdateStages.WithDisplayName
The stage of the NamedValueContract update allowing to specify displayName.
  • Method Details

    • withDisplayName

      NamedValueContract.Update withDisplayName(String displayName)
      Specifies the displayName property: Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters..
      Parameters:
      displayName - Unique name of NamedValue. It may contain only letters, digits, period, dash, and underscore characters.
      Returns:
      the next definition stage.