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