Interface GlobalSchemaContract.UpdateStages.WithDescription
- All Known Subinterfaces:
GlobalSchemaContract.Update
- Enclosing interface:
GlobalSchemaContract.UpdateStages
public static interface GlobalSchemaContract.UpdateStages.WithDescription
The stage of the GlobalSchemaContract update 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.
-