Uses of Enum Class
com.maplander.backend.enums.manage.LanguageTypeEnum
Packages that use LanguageTypeEnum
Package
Description
-
Uses of LanguageTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type LanguageTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.signIn
(javax.servlet.http.HttpServletRequest request, String email, String password, String token, DeviceTypeEnum type, LanguageTypeEnum language, Boolean skipSaveInteractions) Returns User with correct email and password.AccountEndpoint.signInAccountRequest
(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, WebSiteEnum webSite, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) AccountEndpoint.signInApple
(String appleId, String token, DeviceTypeEnum type, LanguageTypeEnum language) AccountEndpoint.signInWithLink
(javax.servlet.http.HttpServletRequest request, TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUser -
Uses of LanguageTypeEnum in com.maplander.backend.controller.endpoint.ml
Methods in com.maplander.backend.controller.endpoint.ml with parameters of type LanguageTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.signIn
(String email, String password, LanguageTypeEnum language, String token, DeviceTypeEnum type) Returns UserML with correct email and password (optional). -
Uses of LanguageTypeEnum in com.maplander.backend.controller.endpoint.opi
Methods in com.maplander.backend.controller.endpoint.opi with parameters of type LanguageTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.signIn
(String email, String password, String token, DeviceTypeEnum type, LanguageTypeEnum language) Returns User with correct email and password.AccountEndpoint.signInWithLink
(TransactionTypeEnum type, String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) SignIn with link of email recoverPassword and validateUser -
Uses of LanguageTypeEnum in com.maplander.backend.controller.endpoint.rv
Methods in com.maplander.backend.controller.endpoint.rv with parameters of type LanguageTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.signIn
(String email, String password, LanguageTypeEnum language, String token, DeviceTypeEnum type) Returns UserML with correct email and password (optional).AccountEndpoint.signInApple
(String appleId, LanguageTypeEnum language, String token, DeviceTypeEnum type) AccountEndpoint.signInLink
(String hash, String token, DeviceTypeEnum deviceType, LanguageTypeEnum language) -
Uses of LanguageTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type LanguageTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return LanguageTypeEnumModifier and TypeMethodDescriptionstatic LanguageTypeEnum
Returns the enum constant of this class with the specified name.static LanguageTypeEnum[]
LanguageTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LanguageTypeEnum in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return LanguageTypeEnumMethods in com.maplander.backend.model.manage with parameters of type LanguageTypeEnumModifier and TypeMethodDescriptionvoid
User.setLanguage
(LanguageTypeEnum language) void
UserRemax.setLanguage
(LanguageTypeEnum language) -
Uses of LanguageTypeEnum in com.maplander.backend.model.ml
Methods in com.maplander.backend.model.ml that return LanguageTypeEnumMethods in com.maplander.backend.model.ml with parameters of type LanguageTypeEnum