Class InfoResponse
java.lang.Object
net.minheur.potoflux.login.response.BaseResponse
net.minheur.potoflux.login.response.InfoResponse
Response when you ask for a specific user's info.
You can then use it to fill an
You can then use it to fill an
Account class-
Field Summary
FieldsFields inherited from class net.minheur.potoflux.login.response.BaseResponse
error, success -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
-
firstName
-
lastName
-
email
-
perms
-
rank
public int rank -
locked
public boolean locked
-
-
Constructor Details
-
InfoResponse
public InfoResponse()
-