Interface GlobalSchemaContract.UpdateStages.WithDocument
- All Known Subinterfaces:
GlobalSchemaContract.Update
- Enclosing interface:
GlobalSchemaContract.UpdateStages
public static interface GlobalSchemaContract.UpdateStages.WithDocument
The stage of the GlobalSchemaContract update allowing to specify document.
-
Method Summary
Modifier and TypeMethodDescriptionwithDocument(Object document) Specifies the document property: Global Schema document object for json-based schema formats(e.g. json schema)..
-
Method Details
-
withDocument
Specifies the document property: Global Schema document object for json-based schema formats(e.g. json schema)..- Parameters:
document- Global Schema document object for json-based schema formats(e.g. json schema).- Returns:
- the next definition stage.
-