Package com.cribbstechnologies.clients.mandrill.model.response

Examples of com.cribbstechnologies.clients.mandrill.model.response.BaseMandrillResponse


     * @param infoRequest
     *            a populated @see com.cribbstechnologies.clients.mandrill.model.BaseMandrillRequest
     * @throws RequestFailedException
     */
    public UsersInfoResponse getInfo(BaseMandrillRequest infoRequest) throws RequestFailedException {
        BaseMandrillResponse response = request.postRequest(infoRequest, ServiceMethods.Users.INFO, UsersInfoResponse.class);
        return (UsersInfoResponse) response;
    }
View Full Code Here

TOP

Related Classes of com.cribbstechnologies.clients.mandrill.model.response.BaseMandrillResponse

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.