Interface GlobalSchemaContract.DefinitionStages.WithSchemaType
- All Known Subinterfaces:
GlobalSchemaContract.Definition,GlobalSchemaContract.DefinitionStages.WithCreate
- Enclosing interface:
GlobalSchemaContract.DefinitionStages
public static interface GlobalSchemaContract.DefinitionStages.WithSchemaType
The stage of the GlobalSchemaContract definition allowing to specify schemaType.
-
Method Summary
Modifier and TypeMethodDescriptionwithSchemaType(SchemaType schemaType) Specifies the schemaType property: Schema Type.
-
Method Details
-
withSchemaType
Specifies the schemaType property: Schema Type. Immutable..- Parameters:
schemaType- Schema Type. Immutable.- Returns:
- the next definition stage.
-