Interface PolicyFragmentContract.UpdateStages.WithValue
- All Known Subinterfaces:
PolicyFragmentContract.Update
- Enclosing interface:
PolicyFragmentContract.UpdateStages
public static interface PolicyFragmentContract.UpdateStages.WithValue
The stage of the PolicyFragmentContract update allowing to specify value.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the value property: Contents of the policy fragment..
-
Method Details
-
withValue
Specifies the value property: Contents of the policy fragment..- Parameters:
value- Contents of the policy fragment.- Returns:
- the next definition stage.
-