Uses of Class
com.kaltura.client.enums.BatchJobObjectType
-
Packages that use BatchJobObjectType Package Description com.kaltura.client.enums com.kaltura.client.services -
-
Uses of BatchJobObjectType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return BatchJobObjectType Modifier and Type Method Description static BatchJobObjectTypeBatchJobObjectType. get(String value)static BatchJobObjectTypeBatchJobObjectType. valueOf(String name)Returns the enum constant of this type with the specified name.static BatchJobObjectType[]BatchJobObjectType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of BatchJobObjectType in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type BatchJobObjectType Modifier and Type Method Description static IntegrationService.DispatchIntegrationBuilderIntegrationService. dispatch(IntegrationJobData data, BatchJobObjectType objectType, String objectId)Dispatch integration taskConstructors in com.kaltura.client.services with parameters of type BatchJobObjectType Constructor Description DispatchIntegrationBuilder(IntegrationJobData data, BatchJobObjectType objectType, String objectId)
-