Interface GlobalSchemaContract.DefinitionStages.WithValue
- All Known Subinterfaces:
GlobalSchemaContract.Definition,GlobalSchemaContract.DefinitionStages.WithCreate
- Enclosing interface:
GlobalSchemaContract.DefinitionStages
public static interface GlobalSchemaContract.DefinitionStages.WithValue
The stage of the GlobalSchemaContract definition 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.
-