Interface ApiContract.DefinitionStages.WithApiRevision
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithApiRevision
The stage of the ApiContract definition allowing to specify apiRevision.
-
Method Summary
Modifier and TypeMethodDescriptionwithApiRevision(String apiRevision) Specifies the apiRevision property: Describes the revision of the API.
-
Method Details
-
withApiRevision
Specifies the apiRevision property: Describes the revision of the API. If no value is provided, default revision 1 is created.- Parameters:
apiRevision- Describes the revision of the API. If no value is provided, default revision 1 is created.- Returns:
- the next definition stage.
-