Package com.dietsodasoftware.yail.xmlrpc.model

Examples of com.dietsodasoftware.yail.xmlrpc.model.InfusionsoftUserInfo


    }

    @Override
    public InfusionsoftUserInfo parseResult(Object rawResponse) throws InfusionsoftResponseParsingException, InfusionsoftAuthorizationFailureException {
        final Map<String, Object> modelMap = (Map<String, Object>) rawResponse;
        return new InfusionsoftUserInfo(modelMap);
    }
View Full Code Here

TOP

Related Classes of com.dietsodasoftware.yail.xmlrpc.model.InfusionsoftUserInfo

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.