Uses of Class
com.kaltura.client.enums.HttpNotificationSslKeyType
-
Packages that use HttpNotificationSslKeyType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of HttpNotificationSslKeyType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return HttpNotificationSslKeyType Modifier and Type Method Description static HttpNotificationSslKeyTypeHttpNotificationSslKeyType. get(String value)static HttpNotificationSslKeyTypeHttpNotificationSslKeyType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpNotificationSslKeyType[]HttpNotificationSslKeyType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpNotificationSslKeyType in com.kaltura.client.types
Methods in com.kaltura.client.types that return HttpNotificationSslKeyType Modifier and Type Method Description HttpNotificationSslKeyTypeHttpNotificationDispatchJobData. getSslKeyType()HttpNotificationSslKeyTypeHttpNotificationTemplate. getSslKeyType()Methods in com.kaltura.client.types with parameters of type HttpNotificationSslKeyType Modifier and Type Method Description voidHttpNotificationDispatchJobData. setSslKeyType(HttpNotificationSslKeyType sslKeyType)voidHttpNotificationTemplate. setSslKeyType(HttpNotificationSslKeyType sslKeyType)
-