Package com.microtripit.mandrillapp.lutung.controller

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


    this.key = key;
    users = new MandrillUsersApi(key);
    messages = new MandrillMessagesApi(key);
    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);
View Full Code Here

TOP

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

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.