Interface ApiContract.DefinitionStages.WithServiceUrl
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithServiceUrl
The stage of the ApiContract definition 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. Cannot be more than 2000 characters long..- Parameters:
serviceUrl- Absolute URL of the backend service implementing this API. Cannot be more than 2000 characters long.- Returns:
- the next definition stage.
-