Interface ApiContract.DefinitionStages.WithSourceApiId
- All Known Subinterfaces:
ApiContract.Definition,ApiContract.DefinitionStages.WithCreate
- Enclosing interface:
ApiContract.DefinitionStages
public static interface ApiContract.DefinitionStages.WithSourceApiId
The stage of the ApiContract definition allowing to specify sourceApiId.
-
Method Summary
Modifier and TypeMethodDescriptionwithSourceApiId(String sourceApiId) Specifies the sourceApiId property: API identifier of the source API..
-
Method Details
-
withSourceApiId
Specifies the sourceApiId property: API identifier of the source API..- Parameters:
sourceApiId- API identifier of the source API.- Returns:
- the next definition stage.
-