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
FieldsModifier and TypeFieldDescriptionStore the email adress of the userStores the first name of the targeted userStores the last name of the targeted userbooleanTells if the user is locked.String[]Array containing all codes ofPermsdetained by the user.intRank of the user.
0 is full powers, 100 is lastStores the target user's uuidFields inherited from class net.minheur.potoflux.login.response.BaseResponse
error, success -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
uuid
Stores the target user's uuid -
firstName
Stores the first name of the targeted user -
lastName
Stores the last name of the targeted user -
email
Store the email adress of the user -
perms
Array containing all codes ofPermsdetained by the user. -
rank
public int rankRank of the user.
0 is full powers, 100 is last -
locked
public boolean lockedTells if the user is locked. If so, it cannot be modified without having thePerms.LOCKperm.
-
-
Constructor Details
-
InfoResponse
public InfoResponse()
-