Interface ApiContract.DefinitionStages.WithValue
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithValue
The stage of the ApiContract definition allowing to specify value.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the value property: Content value when Importing an API..
-
Method Details
-
withValue
Specifies the value property: Content value when Importing an API..- Parameters:
value- Content value when Importing an API.- Returns:
- the next definition stage.
-