Interface GlobalSchemaContract.DefinitionStages.WithDescription
- All Known Subinterfaces:
GlobalSchemaContract.Definition,GlobalSchemaContract.DefinitionStages.WithCreate
- Enclosing interface:
GlobalSchemaContract.DefinitionStages
public static interface GlobalSchemaContract.DefinitionStages.WithDescription
The stage of the GlobalSchemaContract definition allowing to specify description.
-
Method Summary
Modifier and TypeMethodDescriptionwithDescription(String description) Specifies the description property: Free-form schema entity description..
-
Method Details
-
withDescription
Specifies the description property: Free-form schema entity description..- Parameters:
description- Free-form schema entity description.- Returns:
- the next definition stage.
-