Interface PolicyFragmentContract.DefinitionStages.WithValue
- All Known Subinterfaces:
PolicyFragmentContract.Definition,PolicyFragmentContract.DefinitionStages.WithCreate
- Enclosing interface:
PolicyFragmentContract.DefinitionStages
public static interface PolicyFragmentContract.DefinitionStages.WithValue
The stage of the PolicyFragmentContract definition 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.
-