Class: Kaltura::KalturaCategoryEntryBaseFilter

Inherits:
KalturaFilter show all
Defined in:
lib/kaltura_client.rb

Direct Known Subclasses

KalturaCategoryEntryFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaFilter

#advanced_search, #order_by

Attributes inherited from KalturaObjectBase

#object_type

Method Summary

Methods inherited from KalturaObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#category_full_ids_starts_withObject

Returns the value of attribute category_full_ids_starts_with.



6892
6893
6894
# File 'lib/kaltura_client.rb', line 6892

def category_full_ids_starts_with
  @category_full_ids_starts_with
end

#category_id_equalObject

Returns the value of attribute category_id_equal.



6886
6887
6888
# File 'lib/kaltura_client.rb', line 6886

def category_id_equal
  @category_id_equal
end

#category_id_inObject

Returns the value of attribute category_id_in.



6887
6888
6889
# File 'lib/kaltura_client.rb', line 6887

def category_id_in
  @category_id_in
end

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



6890
6891
6892
# File 'lib/kaltura_client.rb', line 6890

def created_at_greater_than_or_equal
  @created_at_greater_than_or_equal
end

#created_at_less_than_or_equalObject

Returns the value of attribute created_at_less_than_or_equal.



6891
6892
6893
# File 'lib/kaltura_client.rb', line 6891

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#entry_id_equalObject

Returns the value of attribute entry_id_equal.



6888
6889
6890
# File 'lib/kaltura_client.rb', line 6888

def entry_id_equal
  @entry_id_equal
end

#entry_id_inObject

Returns the value of attribute entry_id_in.



6889
6890
6891
# File 'lib/kaltura_client.rb', line 6889

def entry_id_in
  @entry_id_in
end

#status_equalObject

Returns the value of attribute status_equal.



6893
6894
6895
# File 'lib/kaltura_client.rb', line 6893

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



6894
6895
6896
# File 'lib/kaltura_client.rb', line 6894

def status_in
  @status_in
end