Interface ApiContract.UpdateStages.WithApiType
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithApiType
The stage of the ApiContract update allowing to specify apiType.
-
Method Summary
Modifier and TypeMethodDescriptionwithApiType(ApiType apiType) Specifies the apiType property: Type of API..
-
Method Details
-
withApiType
Specifies the apiType property: Type of API..- Parameters:
apiType- Type of API.- Returns:
- the next definition stage.
-