Class: KalturaApi::KalturaAnnotationBaseFilter

Inherits:
KalturaCuePointFilter show all
Defined in:
lib/kaltura_plugins/kaltura_annotation_client_plugin.rb

Direct Known Subclasses

KalturaAnnotationFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaCuePointBaseFilter

#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #cue_point_type_equal, #cue_point_type_in, #entry_id_equal, #entry_id_in, #force_stop_equal, #id_equal, #id_in, #partner_sort_value_equal, #partner_sort_value_greater_than_or_equal, #partner_sort_value_in, #partner_sort_value_less_than_or_equal, #start_time_greater_than_or_equal, #start_time_less_than_or_equal, #status_equal, #status_in, #system_name_equal, #system_name_in, #tags_like, #tags_multi_like_and, #tags_multi_like_or, #updated_at_greater_than_or_equal, #updated_at_less_than_or_equal, #user_id_equal, #user_id_in

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

#duration_greater_than_or_equalObject

Returns the value of attribute duration_greater_than_or_equal.



101
102
103
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 101

def duration_greater_than_or_equal
  @duration_greater_than_or_equal
end

#duration_less_than_or_equalObject

Returns the value of attribute duration_less_than_or_equal.



102
103
104
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 102

def duration_less_than_or_equal
  @duration_less_than_or_equal
end

#end_time_greater_than_or_equalObject

Returns the value of attribute end_time_greater_than_or_equal.



99
100
101
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 99

def end_time_greater_than_or_equal
  @end_time_greater_than_or_equal
end

#end_time_less_than_or_equalObject

Returns the value of attribute end_time_less_than_or_equal.



100
101
102
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 100

def end_time_less_than_or_equal
  @end_time_less_than_or_equal
end

#parent_id_equalObject

Returns the value of attribute parent_id_equal.



94
95
96
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 94

def parent_id_equal
  @parent_id_equal
end

#parent_id_inObject

Returns the value of attribute parent_id_in.



95
96
97
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 95

def parent_id_in
  @parent_id_in
end

#text_likeObject

Returns the value of attribute text_like.



96
97
98
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 96

def text_like
  @text_like
end

#text_multi_like_andObject

Returns the value of attribute text_multi_like_and.



98
99
100
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 98

def text_multi_like_and
  @text_multi_like_and
end

#text_multi_like_orObject

Returns the value of attribute text_multi_like_or.



97
98
99
# File 'lib/kaltura_plugins/kaltura_annotation_client_plugin.rb', line 97

def text_multi_like_or
  @text_multi_like_or
end