Class: KalturaApi::KalturaUserRoleBaseFilter

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

Direct Known Subclasses

KalturaUserRoleFilter

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.



8129
8130
8131
# File 'lib/kaltura_client.rb', line 8129

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.



8130
8131
8132
# File 'lib/kaltura_client.rb', line 8130

def created_at_less_than_or_equal
  @created_at_less_than_or_equal
end

#description_likeObject

Returns the value of attribute description_like.



8122
8123
8124
# File 'lib/kaltura_client.rb', line 8122

def description_like
  @description_like
end

#id_equalObject

Returns the value of attribute id_equal.



8116
8117
8118
# File 'lib/kaltura_client.rb', line 8116

def id_equal
  @id_equal
end

#id_inObject

Returns the value of attribute id_in.



8117
8118
8119
# File 'lib/kaltura_client.rb', line 8117

def id_in
  @id_in
end

#name_equalObject

Returns the value of attribute name_equal.



8118
8119
8120
# File 'lib/kaltura_client.rb', line 8118

def name_equal
  @name_equal
end

#name_inObject

Returns the value of attribute name_in.



8119
8120
8121
# File 'lib/kaltura_client.rb', line 8119

def name_in
  @name_in
end

#partner_id_equalObject

Returns the value of attribute partner_id_equal.



8125
8126
8127
# File 'lib/kaltura_client.rb', line 8125

def partner_id_equal
  @partner_id_equal
end

#partner_id_inObject

Returns the value of attribute partner_id_in.



8126
8127
8128
# File 'lib/kaltura_client.rb', line 8126

def partner_id_in
  @partner_id_in
end

#status_equalObject

Returns the value of attribute status_equal.



8123
8124
8125
# File 'lib/kaltura_client.rb', line 8123

def status_equal
  @status_equal
end

#status_inObject

Returns the value of attribute status_in.



8124
8125
8126
# File 'lib/kaltura_client.rb', line 8124

def status_in
  @status_in
end

#system_name_equalObject

Returns the value of attribute system_name_equal.



8120
8121
8122
# File 'lib/kaltura_client.rb', line 8120

def system_name_equal
  @system_name_equal
end

#system_name_inObject

Returns the value of attribute system_name_in.



8121
8122
8123
# File 'lib/kaltura_client.rb', line 8121

def system_name_in
  @system_name_in
end

#tags_multi_like_andObject

Returns the value of attribute tags_multi_like_and.



8128
8129
8130
# File 'lib/kaltura_client.rb', line 8128

def tags_multi_like_and
  @tags_multi_like_and
end

#tags_multi_like_orObject

Returns the value of attribute tags_multi_like_or.



8127
8128
8129
# File 'lib/kaltura_client.rb', line 8127

def tags_multi_like_or
  @tags_multi_like_or
end

#updated_at_greater_than_or_equalObject

Returns the value of attribute updated_at_greater_than_or_equal.



8131
8132
8133
# File 'lib/kaltura_client.rb', line 8131

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.



8132
8133
8134
# File 'lib/kaltura_client.rb', line 8132

def updated_at_less_than_or_equal
  @updated_at_less_than_or_equal
end