Interface ApiContract.UpdateStages.WithServiceUrl
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithServiceUrl
The stage of the ApiContract update allowing to specify serviceUrl.
-
Method Summary
Modifier and TypeMethodDescriptionwithServiceUrl(String serviceUrl) Specifies the serviceUrl property: Absolute URL of the backend service implementing this API..
-
Method Details
-
withServiceUrl
Specifies the serviceUrl property: Absolute URL of the backend service implementing this API..- Parameters:
serviceUrl- Absolute URL of the backend service implementing this API.- Returns:
- the next definition stage.
-