Interface ApiReleaseContract.UpdateStages.WithApiId
- All Known Subinterfaces:
ApiReleaseContract.Update
- Enclosing interface:
ApiReleaseContract.UpdateStages
public static interface ApiReleaseContract.UpdateStages.WithApiId
The stage of the ApiReleaseContract update allowing to specify apiId.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the apiId property: Identifier of the API the release belongs to..
-
Method Details
-
withApiId
Specifies the apiId property: Identifier of the API the release belongs to..- Parameters:
apiId- Identifier of the API the release belongs to.- Returns:
- the next definition stage.
-