Uses of Class
com.kaltura.client.enums.IpAddressRestrictionType
-
Packages that use IpAddressRestrictionType Package Description com.kaltura.client.enums com.kaltura.client.types -
-
Uses of IpAddressRestrictionType in com.kaltura.client.enums
Methods in com.kaltura.client.enums that return IpAddressRestrictionType Modifier and Type Method Description static IpAddressRestrictionTypeIpAddressRestrictionType. get(Integer value)static IpAddressRestrictionTypeIpAddressRestrictionType. valueOf(String name)Returns the enum constant of this type with the specified name.static IpAddressRestrictionType[]IpAddressRestrictionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of IpAddressRestrictionType in com.kaltura.client.types
Methods in com.kaltura.client.types that return IpAddressRestrictionType Modifier and Type Method Description IpAddressRestrictionTypeIpAddressRestriction. getIpAddressRestrictionType()Methods in com.kaltura.client.types with parameters of type IpAddressRestrictionType Modifier and Type Method Description voidIpAddressRestriction. setIpAddressRestrictionType(IpAddressRestrictionType ipAddressRestrictionType)
-