Uses of Class
org.openiam.mq.constants.api.DeviceNotificationAPI
-
Packages that use DeviceNotificationAPI Package Description org.openiam.device org.openiam.mq.constants.api -
-
Uses of DeviceNotificationAPI in org.openiam.device
Methods in org.openiam.device with parameters of type DeviceNotificationAPI Modifier and Type Method Description Response
DeviceNotificationQueueListener. processingApiRequest(DeviceNotificationAPI api, DeviceNotificationRequest request)
-
Uses of DeviceNotificationAPI in org.openiam.mq.constants.api
Methods in org.openiam.mq.constants.api that return DeviceNotificationAPI Modifier and Type Method Description static DeviceNotificationAPI
DeviceNotificationAPI. valueOf(String name)
Returns the enum constant of this type with the specified name.static DeviceNotificationAPI[]
DeviceNotificationAPI. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-