Interface PolicyContract.UpdateStages.WithFormat
- All Known Subinterfaces:
PolicyContract.Update
- Enclosing interface:
PolicyContract.UpdateStages
public static interface PolicyContract.UpdateStages.WithFormat
The stage of the PolicyContract update allowing to specify format.
-
Method Summary
Modifier and TypeMethodDescriptionwithFormat(PolicyContentFormat format) Specifies the format property: Format of the policyContent..
-
Method Details
-
withFormat
Specifies the format property: Format of the policyContent..- Parameters:
format- Format of the policyContent.- Returns:
- the next definition stage.
-