Interface ApiContract.DefinitionStages.WithApiVersion
-
- All Known Subinterfaces:
ApiContract.Definition
,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
- ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithApiVersion
The stage of the ApiContract definition allowing to specify apiVersion.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApiContract.DefinitionStages.WithCreate
withApiVersion(String apiVersion)
Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.
-
-
-
Method Detail
-
withApiVersion
ApiContract.DefinitionStages.WithCreate withApiVersion(String apiVersion)
Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.- Parameters:
apiVersion
- Indicates the version identifier of the API if the API is versioned.- Returns:
- the next definition stage.
-
-