Uses of Enum Class
com.bytedesk.core.push.PushStatusEnum
Packages that use PushStatusEnum
-
Uses of PushStatusEnum in com.bytedesk.core.push
Fields in com.bytedesk.core.push declared as PushStatusEnumMethods in com.bytedesk.core.push that return PushStatusEnumModifier and TypeMethodDescriptionstatic PushStatusEnum
static PushStatusEnum
Returns the enum constant of this class with the specified name.static PushStatusEnum[]
PushStatusEnum.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.bytedesk.core.push with parameters of type PushStatusEnumModifier and TypeMethodDescriptionPushRestService.existsByStatusAndTypeAndReceiver
(PushStatusEnum status, String type, String receiver) PushRestService.findByStatusAndReceiverAndContent
(PushStatusEnum status, String receiver, String content)