Interface PolicyContract.DefinitionStages.WithValue
- All Known Subinterfaces:
PolicyContract.Definition,PolicyContract.DefinitionStages.WithCreate
- Enclosing interface:
PolicyContract.DefinitionStages
public static interface PolicyContract.DefinitionStages.WithValue
The stage of the PolicyContract definition allowing to specify value.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the value property: Contents of the Policy as defined by the format..
-
Method Details
-
withValue
Specifies the value property: Contents of the Policy as defined by the format..- Parameters:
value- Contents of the Policy as defined by the format.- Returns:
- the next definition stage.
-