Uses of Class
com.kaltura.client.enums.NotificationType
-
Packages that use NotificationType Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of NotificationType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return NotificationType Modifier and Type Method Description static NotificationTypeNotificationType. get(Integer value)static NotificationTypeNotificationType. valueOf(String name)Returns the enum constant of this type with the specified name.static NotificationType[]NotificationType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of NotificationType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type NotificationType Modifier and Type Method Description static NotificationService.GetClientNotificationNotificationBuilderNotificationService. getClientNotification(String entryId, NotificationType type)Return the notifications for a specific entry id and typeConstructors in com.kaltura.client.services with parameters of type NotificationType Constructor Description GetClientNotificationNotificationBuilder(String entryId, NotificationType type) -
Uses of NotificationType in com.kaltura.client.types
Methods in com.kaltura.client.types that return NotificationType Modifier and Type Method Description NotificationTypeNotificationJobData. getType()Methods in com.kaltura.client.types with parameters of type NotificationType Modifier and Type Method Description voidNotificationJobData. setType(NotificationType type)
-