Class: Kaltura::KalturaUserFilter

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

Direct Known Subclasses

KalturaAdminUserBaseFilter

Instance Attribute Summary collapse

Attributes inherited from KalturaUserBaseFilter

#created_at_greater_than_or_equal, #created_at_less_than_or_equal, #email_like, #email_starts_with, #first_name_starts_with, #is_admin_equal, #last_name_starts_with, #partner_id_equal, #screen_name_like, #screen_name_starts_with, #status_equal, #status_in, #tags_multi_like_and, #tags_multi_like_or

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

#first_name_or_last_name_starts_withObject

Returns the value of attribute first_name_or_last_name_starts_with.



7315
7316
7317
# File 'lib/kaltura_client.rb', line 7315

def first_name_or_last_name_starts_with
  @first_name_or_last_name_starts_with
end

#id_equalObject

Returns the value of attribute id_equal.



7309
7310
7311
# File 'lib/kaltura_client.rb', line 7309

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



7310
7311
7312
# File 'lib/kaltura_client.rb', line 7310

def id_in
  @id_in
end

#id_or_screen_name_starts_withObject

Returns the value of attribute id_or_screen_name_starts_with.



7308
7309
7310
# File 'lib/kaltura_client.rb', line 7308

def id_or_screen_name_starts_with
  @id_or_screen_name_starts_with
end

#login_enabled_equalObject

Returns the value of attribute login_enabled_equal.



7311
7312
7313
# File 'lib/kaltura_client.rb', line 7311

def 
  @login_enabled_equal
end

#permission_names_multi_like_andObject

Permission names filter expression



7321
7322
7323
# File 'lib/kaltura_client.rb', line 7321

def permission_names_multi_like_and
  @permission_names_multi_like_and
end

#permission_names_multi_like_orObject

Permission names filter expression



7318
7319
7320
# File 'lib/kaltura_client.rb', line 7318

def permission_names_multi_like_or
  @permission_names_multi_like_or
end

#role_id_equalObject

Returns the value of attribute role_id_equal.



7312
7313
7314
# File 'lib/kaltura_client.rb', line 7312

def role_id_equal
  @role_id_equal
end

#role_ids_equalObject

Returns the value of attribute role_ids_equal.



7313
7314
7315
# File 'lib/kaltura_client.rb', line 7313

def role_ids_equal
  @role_ids_equal
end

#role_ids_inObject

Returns the value of attribute role_ids_in.



7314
7315
7316
# File 'lib/kaltura_client.rb', line 7314

def role_ids_in
  @role_ids_in
end