Class: Kaltura::Filter::MediaEntryFilter

Inherits:
PlayableEntryFilter show all
Defined in:
lib/kaltura/filter/media_entry_filter.rb

Instance Attribute Summary collapse

Attributes inherited from PlayableEntryFilter

#duration_greater_than, #duration_greater_than_or_equal, #duration_less_than, #duration_less_than_or_equal, #duration_type_match_or, #ms_duration_greater_than, #ms_duration_greater_than_or_equal, #ms_duration_less_than, #ms_duration_less_than_or_equal

Attributes inherited from BaseEntryFilter

#access_control_id_equal, #access_control_id_in, #admin_tags_like, #admin_tags_multi_like_and, #admin_tags_multi_like_or, #categories_match_and, #categories_match_or, #created_at_greater_than_or_equal, #created_at_less_than_or_equal, #end_date_greater_than_or_equal, #end_date_greater_than_or_equal_or_null, #end_date_less_than_or_equal, #end_date_less_than_or_equal_or_null, #group_id_equal, #id_equal, #id_in, #moderation_status_equal, #moderation_status_in, #moderation_status_not_equal, #moderation_status_not_in, #name_equal, #name_like, #name_multi_like_and, #name_multi_like_or, #partner_id_equal, #partner_id_in, #search_text_match_and, #search_text_match_or, #start_date_greater_than_or_equal, #start_date_greater_than_or_equal_or_null, #start_date_less_than_or_equal, #start_date_less_than_or_equal_or_null, #status_equal, #status_in, #status_not_equal, #status_not_in, #tags_admin_tags_multi_like_and, #tags_admin_tags_multi_like_or, #tags_admin_tags_name_multi_like_and, #tags_admin_tags_name_multi_like_or, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #tags_name_multi_like_and, #tags_name_multi_like_or, #type_equal, #type_in, #user_id_equal

Attributes inherited from BaseFilter

#order_by

Attributes inherited from ObjectBase

#object_type

Method Summary

Methods inherited from ObjectBase

#camelcase, #to_b, #to_params

Instance Attribute Details

#flavor_params_ids_match_andObject

Returns the value of attribute flavor_params_ids_match_and.



9
10
11
# File 'lib/kaltura/filter/media_entry_filter.rb', line 9

def flavor_params_ids_match_and
  @flavor_params_ids_match_and
end

#flavor_params_ids_match_orObject

Returns the value of attribute flavor_params_ids_match_or.



8
9
10
# File 'lib/kaltura/filter/media_entry_filter.rb', line 8

def flavor_params_ids_match_or
  @flavor_params_ids_match_or
end

#media_date_greater_than_or_equalObject

Returns the value of attribute media_date_greater_than_or_equal.



6
7
8
# File 'lib/kaltura/filter/media_entry_filter.rb', line 6

def media_date_greater_than_or_equal
  @media_date_greater_than_or_equal
end

#media_date_less_than_or_equalObject

Returns the value of attribute media_date_less_than_or_equal.



7
8
9
# File 'lib/kaltura/filter/media_entry_filter.rb', line 7

def media_date_less_than_or_equal
  @media_date_less_than_or_equal
end

#media_type_equalObject

Returns the value of attribute media_type_equal.



4
5
6
# File 'lib/kaltura/filter/media_entry_filter.rb', line 4

def media_type_equal
  @media_type_equal
end

#media_type_inObject

Returns the value of attribute media_type_in.



5
6
7
# File 'lib/kaltura/filter/media_entry_filter.rb', line 5

def media_type_in
  @media_type_in
end