Skip to content

//woua-matrimony-sdk/com.woualabs.matrimony.lookup.mapper

Package com.woualabs.matrimony.lookup.mapper

Types

Name Summary
AppLanguageRecord [common]
data class AppLanguageRecord(id: String?, value: String?)
CityRecord [common]
data class CityRecord(cityId: Int?, cityName: String?)
CountryRecord [common]
data class CountryRecord(countryId: Int?, code: Int?, countryName: String?, shortName: String?, states: List<StateRecord?>?)
EducationRecord [common]
data class EducationRecord(educationId: Int?, educationName: String?, educationDescription: String?)
HeightRecord [common]
data class HeightRecord(id: String?, value: String?)
IndustryRecord [common]
data class IndustryRecord(industryId: Int?, industryName: Int?)
LookUpMapper [common]
object LookUpMapper
LookUpRecord [common]
data class LookUpRecord(dealerList: List<DealerRecord>?, countries: List<CountryRecord>?, cities: List<CityRecord>?, states: List<StateRecord>?, education: List<EducationRecord>?, maritalStatus: List<MaritalStatusRecord>?, appLanguage: List<AppLanguageRecord>?, age: List<String>?, height: List<HeightRecord>?, industries: List<IndustryRecord>?, star: List<StarRecord>?)
MaritalStatusRecord [common]
data class MaritalStatusRecord(id: String?, value: String?)
ReligionRecord [common]
data class ReligionRecord(id: Int?, value: Int?)
StarRecord [common]
data class StarRecord(id: String?, value: String?)
StateRecord [common]
data class StateRecord(stateId: Int?, stateName: String?, cities: List<CityRecord>?)