Package com.microtripit.mandrillapp.lutung.controller

Examples of com.microtripit.mandrillapp.lutung.controller.MandrillTemplatesApi


    tags = new MandrillTagsApi(key);
    rejects = new MandrillRejectsApi(key);
    whitelists = new MandrillWhitelistsApi(key);
    senders = new MandrillSendersApi(key);
    urls = new MandrillUrlsApi(key);
    templates = new MandrillTemplatesApi(key);
    webhooks = new MandrillWebhooksApi(key);
    subaccounts = new MandrillSubaccountsApi(key);
    inbound = new MandrillInboundApi(key);
    exports = new MandrillExportsApi(key);
    ips = new MandrillIpsApi(key);
View Full Code Here

TOP

Related Classes of com.microtripit.mandrillapp.lutung.controller.MandrillTemplatesApi

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.