Uses of Interface
com.flowable.engage.api.notification.push.DeviceRegistration
-
Packages that use DeviceRegistration Package Description com.flowable.engage.api.notification.push com.flowable.engage.engine.impl.notification.push -
-
Uses of DeviceRegistration in com.flowable.engage.api.notification.push
Methods in com.flowable.engage.api.notification.push that return DeviceRegistration Modifier and Type Method Description DeviceRegistration
DeviceRegistration. applicationId(String applicationId)
The id of the application that this device is registered for.DeviceRegistration
DeviceService. createDeviceRegistration()
DeviceRegistration
DeviceRegistration. deviceOS(String deviceOS)
The OS of the device.DeviceRegistration
DeviceRegistration. disabled()
Register a disabled device.DeviceRegistration
DeviceRegistration. tenantId(String tenantId)
The id of the tenant in which this device is registered in.DeviceRegistration
DeviceRegistration. token(String token)
The token for the new device.DeviceRegistration
DeviceRegistration. tokenEncoding(String tokenEncoding)
The encoding of the token.DeviceRegistration
DeviceRegistration. userId(String userId)
The id of the user that this device is registered to. -
Uses of DeviceRegistration in com.flowable.engage.engine.impl.notification.push
Classes in com.flowable.engage.engine.impl.notification.push that implement DeviceRegistration Modifier and Type Class Description class
DeviceRegistrationImpl
Methods in com.flowable.engage.engine.impl.notification.push that return DeviceRegistration Modifier and Type Method Description DeviceRegistration
DeviceRegistrationImpl. applicationId(String applicationId)
DeviceRegistration
DeviceServiceImpl. createDeviceRegistration()
DeviceRegistration
DeviceRegistrationImpl. deviceOS(String deviceOS)
DeviceRegistration
DeviceRegistrationImpl. disabled()
DeviceRegistration
DeviceRegistrationImpl. tenantId(String tenantId)
DeviceRegistration
DeviceRegistrationImpl. token(String token)
DeviceRegistration
DeviceRegistrationImpl. tokenEncoding(String tokenEncoding)
DeviceRegistration
DeviceRegistrationImpl. userId(String userId)
-