Class AvailableResponse
- java.lang.Object
-
- io.github.ma1uta.matrix.client.model.account.AvailableResponse
-
public class AvailableResponse extends Object
JSON response for available api.
-
-
Constructor Summary
Constructors Constructor Description AvailableResponse()
-
-
-
Field Detail
-
available
private Boolean available
A flag to indicate that the username is available. This should always be true when the server replies with 200 OK.
-
-