Schema

public final class Schema

Constructors

Schema
Link copied to clipboard
Schema Schema(String id, String label, List<String> versions)

Functions

getId
Link copied to clipboard
final String getId()
getLabel
Link copied to clipboard
final String getLabel()
getVersions
Link copied to clipboard
final List<StringgetVersions()
setId
Link copied to clipboard
final Unit setId(String id)
setLabel
Link copied to clipboard
final Unit setLabel(String label)
setVersions
Link copied to clipboard
final Unit setVersions(List<String> versions)

Properties

id
Link copied to clipboard
private String id

The schema identifier

label
Link copied to clipboard
private String label

The schema display name

versions
Link copied to clipboard
private List<Stringversions

The available versions of the schema