Uses of Enum Class
com.iland.core.api.user.Country
Packages that use Country
Package
Description
-
Uses of Country in com.iland.core.api.serialization
Methods in com.iland.core.api.serialization that return CountryModifier and TypeMethodDescriptionCountrySerializer.deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) Methods in com.iland.core.api.serialization with parameters of type Country -
Uses of Country in com.iland.core.api.user
Methods in com.iland.core.api.user that return CountryModifier and TypeMethodDescriptionstatic CountryCountry.getCountryByFullname(String fullname) Gets aCountryby it's fullname.static CountryReturns the enum constant of this class with the specified name.static Country[]Country.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Country in com.iland.core.web.rest.response.country
Constructor parameters in com.iland.core.web.rest.response.country with type arguments of type Country