Package com.kaltura.client.services
Class IntegrationService
- java.lang.Object
-
- com.kaltura.client.services.IntegrationService
-
public class IntegrationService extends Object
Integration service lets you dispatch integration tasks
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntegrationService.DispatchIntegrationBuilderstatic classIntegrationService.NotifyIntegrationBuilder
-
Constructor Summary
Constructors Constructor Description IntegrationService()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IntegrationService.DispatchIntegrationBuilderdispatch(IntegrationJobData data, BatchJobObjectType objectType, String objectId)Dispatch integration taskstatic IntegrationService.NotifyIntegrationBuildernotify_(int id)
-
-
-
Method Detail
-
dispatch
public static IntegrationService.DispatchIntegrationBuilder dispatch(IntegrationJobData data, BatchJobObjectType objectType, String objectId)
Dispatch integration task- Parameters:
data-objectType-objectId-
-
notify_
public static IntegrationService.NotifyIntegrationBuilder notify_(int id)
-
-