Class VersionsResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.version.VersionsResponse
-
public class VersionsResponse extends Object
The versions supported by the server.- Author:
- ma1uta
-
-
Constructor Summary
Constructors Constructor Description VersionsResponse()
-
Method Summary
Modifier and Type Method Description Map<String,Boolean>
getUnstableFeatures()
List<String>
getVersions()
void
setUnstableFeatures(Map<String,Boolean> unstableFeatures)
void
setVersions(List<String> versions)
-