Interface ApiContract.DefinitionStages.WithFormat
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithFormat
The stage of the ApiContract definition allowing to specify format.
-
Method Summary
Modifier and TypeMethodDescriptionwithFormat(ContentFormat format) Specifies the format property: Format of the Content in which the API is getting imported.
-
Method Details
-
withFormat
Specifies the format property: Format of the Content in which the API is getting imported. New formats can be added in the future.- Parameters:
format- Format of the Content in which the API is getting imported. New formats can be added in the future.- Returns:
- the next definition stage.
-