Interface GlobalSchemaContract.UpdateStages.WithValue
- All Known Subinterfaces:
GlobalSchemaContract.Update
- Enclosing interface:
GlobalSchemaContract.UpdateStages
public static interface GlobalSchemaContract.UpdateStages.WithValue
The stage of the GlobalSchemaContract update allowing to specify value.
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies the value property: Json-encoded string for non json-based schema..
-
Method Details
-
withValue
Specifies the value property: Json-encoded string for non json-based schema..- Parameters:
value- Json-encoded string for non json-based schema.- Returns:
- the next definition stage.
-