我不是 Java 开发人员,但我需要为我的 Google 域自动创建电子邮件导出,并且仅支持 .NET 和 Java。具体来说,我正在尝试复制此处提供的代码段:https ://developers.google.com/google-apps/email-audit/#creating_a_mailbox_for_export
不幸的是,我无法解决以下导入:
import com.google.gdata.client.appsforyourdomain.audit.AuditService;
import com.google.gdata.client.appsforyourdomain.audit.MailBoxDumpRequest;
import com.google.gdata.data.appsforyourdomain.generic.GenericEntry;
奇怪的是,这个导入有效:
import com.google.gdata.client.appsforyourdomain.AppsForYourDomainService;
我尝试使用最新可用下载和源存储库中的库,但没有成功。对于我对 Java 导入和包的误解,我深表歉意,但我希望得到有关解决上述三个导入的指导。