SchemaId.withVersion constructor

SchemaId.withVersion(
  1. String namespace,
  2. String name,
  3. SchemaVersion schemaVersion
)

Implementation

SchemaId.withVersion(this.namespace, this.name, this.schemaVersion)
    : version = schemaVersion.toString();