Uses of Class
com.kaltura.client.types.EmailIngestionProfile
-
Packages that use EmailIngestionProfile Package Description com.kaltura.client.services -
-
Uses of EmailIngestionProfile in com.kaltura.client.services
Methods in com.kaltura.client.services with parameters of type EmailIngestionProfile Modifier and Type Method Description static EmailIngestionProfileService.AddEmailIngestionProfileBuilderEmailIngestionProfileService. add(EmailIngestionProfile EmailIP)EmailIngestionProfile Add action allows you to add a EmailIngestionProfile to Kaltura DBstatic EmailIngestionProfileService.UpdateEmailIngestionProfileBuilderEmailIngestionProfileService. update(long id, EmailIngestionProfile EmailIP)Update an existing EmailIngestionProfileConstructors in com.kaltura.client.services with parameters of type EmailIngestionProfile Constructor Description AddEmailIngestionProfileBuilder(EmailIngestionProfile EmailIP)UpdateEmailIngestionProfileBuilder(long id, EmailIngestionProfile EmailIP)
-