Class: Kaltura::KalturaCategoryUserBaseFilter

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

Direct Known Subclasses

KalturaCategoryUserFilter

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_equalObject

Returns the value of attribute category_full_ids_equal.



6941
6942
6943
# File 'lib/kaltura_client.rb', line 6941

def category_full_ids_equal
  @category_full_ids_equal
end

#category_full_ids_starts_withObject

Returns the value of attribute category_full_ids_starts_with.



6940
6941
6942
# File 'lib/kaltura_client.rb', line 6940

def category_full_ids_starts_with
  @category_full_ids_starts_with
end

#category_id_equalObject

Returns the value of attribute category_id_equal.



6926
6927
6928
# File 'lib/kaltura_client.rb', line 6926

def category_id_equal
  @category_id_equal
end

#category_id_inObject

Returns the value of attribute category_id_in.



6927
6928
6929
# File 'lib/kaltura_client.rb', line 6927

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.



6934
6935
6936
# File 'lib/kaltura_client.rb', line 6934

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.



6935
6936
6937
# File 'lib/kaltura_client.rb', line 6935

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#permission_level_equalObject

Returns the value of attribute permission_level_equal.



6930
6931
6932
# File 'lib/kaltura_client.rb', line 6930

def permission_level_equal
  @permission_level_equal
end

#permission_level_inObject

Returns the value of attribute permission_level_in.



6931
6932
6933
# File 'lib/kaltura_client.rb', line 6931

def permission_level_in
  @permission_level_in
end

#permission_names_match_andObject

Returns the value of attribute permission_names_match_and.



6942
6943
6944
# File 'lib/kaltura_client.rb', line 6942

def permission_names_match_and
  @permission_names_match_and
end

#permission_names_match_orObject

Returns the value of attribute permission_names_match_or.



6943
6944
6945
# File 'lib/kaltura_client.rb', line 6943

def permission_names_match_or
  @permission_names_match_or
end

#permission_names_not_containsObject

Returns the value of attribute permission_names_not_contains.



6944
6945
6946
# File 'lib/kaltura_client.rb', line 6944

def permission_names_not_contains
  @permission_names_not_contains
end

#status_equalObject

Returns the value of attribute status_equal.



6932
6933
6934
# File 'lib/kaltura_client.rb', line 6932

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



6933
6934
6935
# File 'lib/kaltura_client.rb', line 6933

def status_in
  @status_in
end

#update_method_equalObject

Returns the value of attribute update_method_equal.



6938
6939
6940
# File 'lib/kaltura_client.rb', line 6938

def update_method_equal
  @update_method_equal
end

#update_method_inObject

Returns the value of attribute update_method_in.



6939
6940
6941
# File 'lib/kaltura_client.rb', line 6939

def update_method_in
  @update_method_in
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



6936
6937
6938
# File 'lib/kaltura_client.rb', line 6936

def updated_at_greater_than_or_equal
  @updated_at_greater_than_or_equal
end

#updated_at_less_than_or_equalObject

Returns the value of attribute updated_at_less_than_or_equal.



6937
6938
6939
# File 'lib/kaltura_client.rb', line 6937

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end

#user_id_equalObject

Returns the value of attribute user_id_equal.



6928
6929
6930
# File 'lib/kaltura_client.rb', line 6928

def user_id_equal
  @user_id_equal
end

#user_id_inObject

Returns the value of attribute user_id_in.



6929
6930
6931
# File 'lib/kaltura_client.rb', line 6929

def user_id_in
  @user_id_in
end