Uses of Interface
com.labs64.netlicensing.domain.entity.Notification
Packages that use Notification
Package
Description
Schema converters.
Service interfaces.
-
Uses of Notification in com.labs64.netlicensing.domain.entity.impl
Classes in com.labs64.netlicensing.domain.entity.impl that implement Notification -
Uses of Notification in com.labs64.netlicensing.schema.converter
Methods in com.labs64.netlicensing.schema.converter that return Notification -
Uses of Notification in com.labs64.netlicensing.service
Methods in com.labs64.netlicensing.service that return NotificationModifier and TypeMethodDescriptionstatic Notification
NotificationService.create
(Context context, Notification notification) Creates new notification with given properties.static Notification
Gets notification by its number.static Notification
NotificationService.update
(Context context, String number, Notification notification) Updates notification properties.Methods in com.labs64.netlicensing.service that return types with arguments of type NotificationMethods in com.labs64.netlicensing.service with parameters of type NotificationModifier and TypeMethodDescriptionstatic Notification
NotificationService.create
(Context context, Notification notification) Creates new notification with given properties.static Notification
NotificationService.update
(Context context, String number, Notification notification) Updates notification properties.