Interface ApiContract.UpdateStages.WithApiRevisionDescription
- All Known Subinterfaces:
ApiContract.Update
- Enclosing interface:
ApiContract.UpdateStages
public static interface ApiContract.UpdateStages.WithApiRevisionDescription
The stage of the ApiContract update allowing to specify apiRevisionDescription.
-
Method Summary
Modifier and TypeMethodDescriptionwithApiRevisionDescription(String apiRevisionDescription) Specifies the apiRevisionDescription property: Description of the API Revision..
-
Method Details
-
withApiRevisionDescription
Specifies the apiRevisionDescription property: Description of the API Revision..- Parameters:
apiRevisionDescription- Description of the API Revision.- Returns:
- the next definition stage.
-