I am looking for email delegation using google admin sdk. I am using admin sdk because still its not available in Gmail API.
I checked google doc
https://developers.google.com/admin-sdk/email-settings/#delegation_examples
But it gives only feed url.
Can anyone please let me know how to call feedURl using Java code. Or is there any api with can be used to achieve this ?
Thanks
I downloaded GmailSettingsService of package sample.appsforyourdomain.gmailsettings and modified it according to my need.