Interface ApiContract.UpdateStages.WithApiVersion
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithApiVersion
The stage of the ApiContract update allowing to specify apiVersion.
-
Method Summary
Modifier and TypeMethodDescriptionwithApiVersion(String apiVersion) Specifies the apiVersion property: Indicates the version identifier of the API if the API is versioned.
-
Method Details
-
withApiVersion
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.
-