Class: Kaltura::KalturaUserBaseFilter

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

Direct Known Subclasses

KalturaUserFilter

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

#created_at_greater_than_or_equalObject

Returns the value of attribute created_at_greater_than_or_equal.



7284
7285
7286
# File 'lib/kaltura_client.rb', line 7284

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.



7285
7286
7287
# File 'lib/kaltura_client.rb', line 7285

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#email_likeObject

Returns the value of attribute email_like.



7278
7279
7280
# File 'lib/kaltura_client.rb', line 7278

def email_like
  @email_like
end

#email_starts_withObject

Returns the value of attribute email_starts_with.



7279
7280
7281
# File 'lib/kaltura_client.rb', line 7279

def email_starts_with
  @email_starts_with
end

#first_name_starts_withObject

Returns the value of attribute first_name_starts_with.



7286
7287
7288
# File 'lib/kaltura_client.rb', line 7286

def first_name_starts_with
  @first_name_starts_with
end

#is_admin_equalObject

Returns the value of attribute is_admin_equal.



7288
7289
7290
# File 'lib/kaltura_client.rb', line 7288

def is_admin_equal
  @is_admin_equal
end

#last_name_starts_withObject

Returns the value of attribute last_name_starts_with.



7287
7288
7289
# File 'lib/kaltura_client.rb', line 7287

def last_name_starts_with
  @last_name_starts_with
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



7275
7276
7277
# File 'lib/kaltura_client.rb', line 7275

def partner_id_equal
  @partner_id_equal
end

#screen_name_likeObject

Returns the value of attribute screen_name_like.



7276
7277
7278
# File 'lib/kaltura_client.rb', line 7276

def screen_name_like
  @screen_name_like
end

#screen_name_starts_withObject

Returns the value of attribute screen_name_starts_with.



7277
7278
7279
# File 'lib/kaltura_client.rb', line 7277

def screen_name_starts_with
  @screen_name_starts_with
end

#status_equalObject

Returns the value of attribute status_equal.



7282
7283
7284
# File 'lib/kaltura_client.rb', line 7282

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



7283
7284
7285
# File 'lib/kaltura_client.rb', line 7283

def status_in
  @status_in
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



7281
7282
7283
# File 'lib/kaltura_client.rb', line 7281

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



7280
7281
7282
# File 'lib/kaltura_client.rb', line 7280

def tags_multi_like_or
  @tags_multi_like_or
end