Uses of Class
org.rspeer.game.adapter.social.FriendsChatUser.Rank
-
Packages that use FriendsChatUser.Rank Package Description org.rspeer.game.adapter.social org.rspeer.game.query.social -
-
Uses of FriendsChatUser.Rank in org.rspeer.game.adapter.social
Methods in org.rspeer.game.adapter.social that return FriendsChatUser.Rank Modifier and Type Method Description FriendsChatUser.Rank
FriendsChatUser. getRank()
static FriendsChatUser.Rank
FriendsChatUser.Rank. valueOf(int id)
Returns the enum constant of this type with the specified name.static FriendsChatUser.Rank
FriendsChatUser.Rank. valueOf(String name)
Returns the enum constant of this type with the specified name.static FriendsChatUser.Rank[]
FriendsChatUser.Rank. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FriendsChatUser.Rank in org.rspeer.game.query.social
Methods in org.rspeer.game.query.social with parameters of type FriendsChatUser.Rank Modifier and Type Method Description FriendsChatUserQuery
FriendsChatUserQuery. ranks(FriendsChatUser.Rank... ranks)
-