Class: Kaltura::KalturaCategoryEntryFilter

Inherits:
KalturaCategoryEntryBaseFilter show all
Defined in:
lib/kaltura_types.rb

Instance Attribute Summary

Attributes inherited from KalturaCategoryEntryBaseFilter

#category_full_ids_starts_with, #category_id_equal, #category_id_in, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #creator_user_id_equal, #creator_user_id_in, #entry_id_equal, #entry_id_in, #status_equal, #status_in

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type, #related_objects

Instance Method Summary collapse

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Method Details

#from_xml(xml_element) ⇒ Object



17960
17961
17962
# File 'lib/kaltura_types.rb', line 17960

def from_xml(xml_element)
	super
end