Uses of Class
io.sendon.sender.response.GetUserNumbers.YorN
-
Packages that use GetUserNumbers.YorN Package Description io.sendon.base io.sendon.sender.response -
-
Uses of GetUserNumbers.YorN in io.sendon.base
Methods in io.sendon.base with parameters of type GetUserNumbers.YorN Modifier and Type Method Description protected booleanSendonJsonResponse. getBooleanValue(com.google.gson.JsonObject item, String key, GetUserNumbers.YorN trueValue)protected booleanSendonResponse. getBooleanValue(com.google.gson.JsonObject item, String key, GetUserNumbers.YorN trueValue) -
Uses of GetUserNumbers.YorN in io.sendon.sender.response
Methods in io.sendon.sender.response that return GetUserNumbers.YorN Modifier and Type Method Description static GetUserNumbers.YorNGetUserNumbers.YorN. valueOf(String name)Returns the enum constant of this type with the specified name.static GetUserNumbers.YorN[]GetUserNumbers.YorN. values()Returns an array containing the constants of this enum type, in the order they are declared.
-