- All Implemented Interfaces:
- QualifiedReport, Report
public class AddressBookMultiGetReport
extends AbstractMultiGetReport
The CARDDAV:addressbook-multiget REPORT is used to retrieve specific
address object resources from within a collection, if the Request-URI
is a collection, or to retrieve a specific address object resource,
if the Request-URI is an address object resource. This report is
similar to the CARDDAV:addressbook-query REPORT (see Section 8.6),
except that it takes a list of DAV:href elements instead of a
CARDDAV:filter element to determine which address object resources to
return.
>> Request <<
REPORT /home/bernard/addressbook/ HTTP/1.1
Host: addressbook.example.com
Depth: 1
Content-Type: text/xml; charset="utf-8"
Content-Length: xxxx
/home/bernard/addressbook/vcf102.vcf
/home/bernard/addressbook/vcf1.vcf
- Author:
- nabil.shams