Class: UU::OS::AccessRole::AccessRoleGetRoleInterfaceList Deprecated

Inherits:
REST::PagingCriteria show all
Defined in:
uu_os_client-0.10.6/lib/uu/os/access_role/access_role_get_role_interface_list.rb

Overview

Instance Attribute Summary (collapse)

Attributes inherited from REST::PagingCriteria

#page_index, #page_size

Method Summary

Methods inherited from REST::DTO

#initialize, #to_hash, #to_json

Constructor Details

This class inherits a constructor from UU::OS::REST::DTO

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class UU::OS::REST::DTO

Instance Attribute Details

- (Object) query

The UES query string. It has to conform the uesquery syntax (see documentation for more info). Filtering and order of the result list can be specified there. When nil is set, no filtering is applied and entries are ordered by name of casted subjects (and code as the second criteria).

See UESQuery Documentation.



18
19
20
# File 'uu_os_client-0.10.6/lib/uu/os/access_role/access_role_get_role_interface_list.rb', line 18

def query
  @query
end