Interface BackendContract.DefinitionStages.WithTitle
- All Known Subinterfaces:
BackendContract.Definition,BackendContract.DefinitionStages.WithCreate
- Enclosing interface:
BackendContract.DefinitionStages
public static interface BackendContract.DefinitionStages.WithTitle
The stage of the BackendContract definition allowing to specify title.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the title property: Backend Title..
-
Method Details
-
withTitle
Specifies the title property: Backend Title..- Parameters:
title- Backend Title.- Returns:
- the next definition stage.
-