Uses of Class
com.tarsolution.notifyman.data.entity.enums.OutboundStatusEnum
-
Packages that use OutboundStatusEnum Package Description com.tarsolution.notifyman.data.entity com.tarsolution.notifyman.data.entity.enums -
-
Uses of OutboundStatusEnum in com.tarsolution.notifyman.data.entity
Methods in com.tarsolution.notifyman.data.entity that return OutboundStatusEnum Modifier and Type Method Description OutboundStatusEnum
Outbound. getStatus()
Methods in com.tarsolution.notifyman.data.entity with parameters of type OutboundStatusEnum Modifier and Type Method Description void
Outbound. setStatus(OutboundStatusEnum status)
-
Uses of OutboundStatusEnum in com.tarsolution.notifyman.data.entity.enums
Methods in com.tarsolution.notifyman.data.entity.enums that return OutboundStatusEnum Modifier and Type Method Description static OutboundStatusEnum
OutboundStatusEnum. valueOf(String name)
Returns the enum constant of this type with the specified name.static OutboundStatusEnum[]
OutboundStatusEnum. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-