Query: rt::client::rest::group
OS: debian
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
RT::Client::REST::Group(3pm) User Contributed Perl Documentation RT::Client::REST::Group(3pm)NAMERT::Client::REST::Group -- group object representation.SYNOPSISmy $rt = RT::Client::REST->new(server => $ENV{RTSERVER}); my $group = RT::Client::REST::Group->new( rt => $rt, id => $id, )->retrieve;DESCRIPTIONRT::Client::REST::Group is based on RT::Client::REST::Object. The representation allows one to retrieve, edit, and create groups in RT. Note: RT currently does not allow REST client to search groups.ATTRIBUTESid For retrieval, you can specify either the numeric ID of the group or his group name. After the retrieval, however, this attribute will be set to the numeric id. name Name of the group description Description members List of the members of this group.DB METHODSFor full explanation of these, please see "DB METHODS" in RT::Client::REST::Object documentation. retrieve Retrieve RT group from database. store Create or update the group. search Currently RT does not allow REST clients to search groups.INTERNAL METHODSrt_type Returns 'group'.SEE ALSORT::Client::REST, RT::Client::REST::Object, RT::Client::REST::SearchResult.AUTHORMiquel Ruiz <mruiz@cpan.org>LICENSEPerl license with the exception of RT::Client::REST, which is GPLed. perl v5.14.2 2012-01-20 RT::Client::REST::Group(3pm)
Similar Topics in the Unix Linux Community |
---|
Client - server program |
Hex numbering sequence |
Split a line |
HEX number grouping |
Accessing REST Web Service |