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

Examples of com.cribbstechnologies.clients.mandrill.model.response.users.PingResponse


     * @param pingRequest
     *            a populated @see com.cribbstechnologies.clients.mandrill.model.BaseMandrillRequest
     * @throws RequestFailedException
     */
    public PingResponse performPing2(BaseMandrillRequest pingRequest) throws RequestFailedException {
        PingResponse response = (PingResponse) request.postRequest(pingRequest, ServiceMethods.Users.PING2, null);
        return response;
    }
View Full Code Here

TOP

Related Classes of com.cribbstechnologies.clients.mandrill.model.response.users.PingResponse

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.