Uses of Class
com.kaltura.client.enums.DistributionProviderType
-
Packages that use DistributionProviderType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of DistributionProviderType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return DistributionProviderType Modifier and Type Method Description static DistributionProviderTypeDistributionProviderType. get(String value)static DistributionProviderTypeDistributionProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static DistributionProviderType[]DistributionProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DistributionProviderType in com.kaltura.client.types
Methods in com.kaltura.client.types that return DistributionProviderType Modifier and Type Method Description DistributionProviderTypeDistributionJobData. getProviderType()DistributionProviderTypeDistributionProfile. getProviderType()DistributionProviderTypeDistributionProvider. getType()DistributionProviderTypeDistributionProviderBaseFilter. getTypeEqual()Methods in com.kaltura.client.types with parameters of type DistributionProviderType Modifier and Type Method Description voidDistributionJobData. setProviderType(DistributionProviderType providerType)voidDistributionProfile. setProviderType(DistributionProviderType providerType)voidDistributionProviderBaseFilter. setTypeEqual(DistributionProviderType typeEqual)
-