Class: UU::OS::Cast::CastGetAccessRoleCastList
- Inherits:
-
REST::PagingCriteria
- Object
- REST::DTO
- REST::PagingCriteria
- UU::OS::Cast::CastGetAccessRoleCastList
- Defined in:
- uu_os_client-0.10.6/lib/uu/os/cast/cast_get_access_role_cast_list.rb
Overview
Instance Attribute Summary (collapse)
-
- (Object) query
The UES Query string for filtering and sorting of the result list.
Attributes inherited from REST::PagingCriteria
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 for filtering and sorting of the result list. It has to conform the ues query syntax (see the documentation for more info). If it is not set, no filtering is applied and casts are ordered by the castedSubjectName and subsequently by castedSubjectCode (default setting). Available parameters are: castedSubjectCode and castedSubjectName.
17 18 19 |
# File 'uu_os_client-0.10.6/lib/uu/os/cast/cast_get_access_role_cast_list.rb', line 17 def query @query end |