lib-client
/
com.baptistecarlier.kotlin.datagouvfr.client.model
/
Schema
Schema
public final class
Schema
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Schema
Link copied to clipboard
Schema
Schema
(
String
id,
String
label,
List
<
String
> versions)
Content copied to clipboard
Functions
get
Id
Link copied to clipboard
final
String
getId
()
Content copied to clipboard
get
Label
Link copied to clipboard
final
String
getLabel
()
Content copied to clipboard
get
Versions
Link copied to clipboard
final
List
<
String
>
getVersions
()
Content copied to clipboard
set
Id
Link copied to clipboard
final
Unit
setId
(
String
id)
Content copied to clipboard
set
Label
Link copied to clipboard
final
Unit
setLabel
(
String
label)
Content copied to clipboard
set
Versions
Link copied to clipboard
final
Unit
setVersions
(
List
<
String
> versions)
Content copied to clipboard
Properties
id
Link copied to clipboard
private
String
id
Content copied to clipboard
The schema identifier
label
Link copied to clipboard
private
String
label
Content copied to clipboard
The schema display name
versions
Link copied to clipboard
private
List
<
String
>
versions
Content copied to clipboard
The available versions of the schema