Uses of Enum Class
com.maplander.backend.enums.manage.AccountTypeEnum
Packages that use AccountTypeEnum
Package
Description
-
Uses of AccountTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type AccountTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.updateOfficeTypeAndStatus
(Long officeId, AccountTypeEnum typeEnum, AccountStatusEnum statusEnum) Updates type and status in a determined office. -
Uses of AccountTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type AccountTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return AccountTypeEnumModifier and TypeMethodDescriptionstatic AccountTypeEnum
Returns the enum constant of this class with the specified name.static AccountTypeEnum[]
AccountTypeEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of AccountTypeEnum in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return AccountTypeEnumMethods in com.maplander.backend.model.manage with parameters of type AccountTypeEnum -
Uses of AccountTypeEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type AccountTypeEnumModifier and TypeMethodDescriptionstatic String
Utilities.typeSubscriptionNew
(AccountTypeEnum type)