Class RmUserResponse
java.lang.Object
net.minheur.potoflux.login.response.BaseResponse
net.minheur.potoflux.login.response.RmUserResponse
Response when you delete a user.
If you fail because of your rank, it will give you the target user's rank.
If you fail because of your rank, it will give you the target user's rank.
-
Field Summary
FieldsModifier and TypeFieldDescriptionintIf the removal fails with errorrank_to_small, tells what is the target's rank.Fields inherited from class net.minheur.potoflux.login.response.BaseResponse
error, success -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
targetRank
@SerializedName("target_rank") public int targetRankIf the removal fails with errorrank_to_small, tells what is the target's rank.
-
-
Constructor Details
-
RmUserResponse
public RmUserResponse()
-