Interface BackendContract.UpdateStages.WithDescription
- All Known Subinterfaces:
BackendContract.Update
- Enclosing interface:
BackendContract.UpdateStages
public static interface BackendContract.UpdateStages.WithDescription
The stage of the BackendContract update allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Backend Description..
-
Method Details
-
withDescription
Specifies the description property: Backend Description..- Parameters:
description- Backend Description.- Returns:
- the next definition stage.
-