Package com.capra.integration.asana

Examples of com.capra.integration.asana.AsanaClient


    private final Set<Long> taskIds = new HashSet<Long>();

    private final Set<Long> projectIds = new HashSet<Long>();

    public TestDataCleanUp(AsanaHttpClient asanaHttpClient) {
        this.asanaClient = new AsanaClient(asanaHttpClient);
    }
View Full Code Here

TOP

Related Classes of com.capra.integration.asana.AsanaClient

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.