Interface BackendContract.DefinitionStages.WithDescription
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithDescription
The stage of the BackendContract definition 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.
-