Uses of Enum Class
com.maplander.backend.enums.manage.LeadAssignTypeEnum
Packages that use LeadAssignTypeEnum
Package
Description
-
Uses of LeadAssignTypeEnum in com.maplander.backend.controller.endpoint.fiabci
Methods in com.maplander.backend.controller.endpoint.fiabci with parameters of type LeadAssignTypeEnumModifier and TypeMethodDescriptionAccountEndpoint.createAccount(String token, DeviceTypeEnum type, String appleId, LeadAssignTypeEnum leadAssignType, Account account) AccountEndpoint.setPermissionsOffice(Long officeId, LeadAssignTypeEnum leadAssignTypeEnum, Boolean isOfficeCardPayment) -
Uses of LeadAssignTypeEnum in com.maplander.backend.enums.manage
Subclasses with type arguments of type LeadAssignTypeEnum in com.maplander.backend.enums.manageMethods in com.maplander.backend.enums.manage that return LeadAssignTypeEnumModifier and TypeMethodDescriptionstatic LeadAssignTypeEnumReturns the enum constant of this class with the specified name.static LeadAssignTypeEnum[]LeadAssignTypeEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of LeadAssignTypeEnum in com.maplander.backend.model.manage
Methods in com.maplander.backend.model.manage that return LeadAssignTypeEnumMethods in com.maplander.backend.model.manage with parameters of type LeadAssignTypeEnumModifier and TypeMethodDescriptionvoidOffice.setLeadAssignType(LeadAssignTypeEnum leadAssignType)