Uses of Enum Class
com.maplander.backend.enums.manage.FollowTypeEnum
Packages that use FollowTypeEnum
Package
Description
-
Uses of FollowTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type FollowTypeEnumModifier and TypeMethodDescriptionCRMEndpoint.changeStage(Long leadId, FollowTypeEnum stage) CRMEndpoint.updateTaskCounter(Long leadId, FollowTypeEnum followType) -
Uses of FollowTypeEnum in com.maplander.backend.controller.enqueue.CRM
Methods in com.maplander.backend.controller.enqueue.CRM with parameters of type FollowTypeEnumModifier and TypeMethodDescriptionstatic voidTaskEnqueue.enqueueCreateTaskByStage(Lead lead, FollowTypeEnum followType) static voidTaskEnqueue.enqueueUpdateTaskCounter(Long leadId, FollowTypeEnum followType) -
Uses of FollowTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type FollowTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return FollowTypeEnumModifier and TypeMethodDescriptionstatic FollowTypeEnumReturns the enum constant of this class with the specified name.static FollowTypeEnum[]FollowTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of FollowTypeEnum in com.maplander.backend.model.manage.complex
Methods in com.maplander.backend.model.manage.complex that return FollowTypeEnumMethods in com.maplander.backend.model.manage.complex with parameters of type FollowTypeEnum -
Uses of FollowTypeEnum in com.maplander.backend.model.manage.CRM
Methods in com.maplander.backend.model.manage.CRM that return FollowTypeEnumMethods in com.maplander.backend.model.manage.CRM with parameters of type FollowTypeEnum -
Uses of FollowTypeEnum in com.maplander.backend.utils
Methods in com.maplander.backend.utils with parameters of type FollowTypeEnumModifier and TypeMethodDescriptionstatic DateTaskUtils.calculateDueDate(FollowTypeEnum stage, TaskNameEnum taskName)