Uses of Class
com.kaltura.client.enums.EventNotificationEventObjectType
-
Packages that use EventNotificationEventObjectType Package Description com.kaltura.client.enums com.kaltura.client.services com.kaltura.client.types -
-
Uses of EventNotificationEventObjectType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return EventNotificationEventObjectType Modifier and Type Method Description static EventNotificationEventObjectTypeEventNotificationEventObjectType. get(String value)static EventNotificationEventObjectTypeEventNotificationEventObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static EventNotificationEventObjectType[]EventNotificationEventObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EventNotificationEventObjectType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type EventNotificationEventObjectType Modifier and Type Method Description static BusinessProcessCaseService.AbortBusinessProcessCaseBuilderBusinessProcessCaseService. abort(EventNotificationEventObjectType objectType, String objectId, int businessProcessStartNotificationTemplateId)Abort business-process casestatic BusinessProcessCaseService.ListBusinessProcessCaseBuilderBusinessProcessCaseService. list(EventNotificationEventObjectType objectType, String objectId)list business-process casesstatic BusinessProcessCaseService.ServeDiagramBusinessProcessCaseBuilderBusinessProcessCaseService. serveDiagram(EventNotificationEventObjectType objectType, String objectId, int businessProcessStartNotificationTemplateId)Server business-process case diagramConstructors in com.kaltura.client.services with parameters of type EventNotificationEventObjectType Constructor Description AbortBusinessProcessCaseBuilder(EventNotificationEventObjectType objectType, String objectId, int businessProcessStartNotificationTemplateId)ListBusinessProcessCaseBuilder(EventNotificationEventObjectType objectType, String objectId)ServeDiagramBusinessProcessCaseBuilder(EventNotificationEventObjectType objectType, String objectId, int businessProcessStartNotificationTemplateId) -
Uses of EventNotificationEventObjectType in com.kaltura.client.types
Methods in com.kaltura.client.types that return EventNotificationEventObjectType Modifier and Type Method Description EventNotificationEventObjectTypeEventNotificationTemplate. getEventObjectType()EventNotificationEventObjectTypeHttpNotification. getEventObjectType()EventNotificationEventObjectTypeEventNotificationScope. getScopeObjectType()Methods in com.kaltura.client.types with parameters of type EventNotificationEventObjectType Modifier and Type Method Description voidEventNotificationTemplate. setEventObjectType(EventNotificationEventObjectType eventObjectType)voidHttpNotification. setEventObjectType(EventNotificationEventObjectType eventObjectType)voidEventNotificationScope. setScopeObjectType(EventNotificationEventObjectType scopeObjectType)
-