Interface NamedValueContract.UpdateStages.WithValue
- All Known Subinterfaces:
NamedValueContract.Update
- Enclosing interface:
NamedValueContract.UpdateStages
public static interface NamedValueContract.UpdateStages.WithValue
The stage of the NamedValueContract update allowing to specify value.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the value property: Value of the NamedValue.
-
Method Details
-
withValue
Specifies the value property: Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace..- Parameters:
value- Value of the NamedValue. Can contain policy expressions. It may not be empty or consist only of whitespace.- Returns:
- the next definition stage.
-