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 Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: Unique name of NamedValue.
-
Method Details
-
withDisplayName
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.
-