Package org.apache.camel.component.linkedin.api.model

Examples of org.apache.camel.component.linkedin.api.model.CompanySearch


    @Test
    public void testSearchCompanies() {
        execute(new Runnable() {
            @Override
            public void run() {
                final CompanySearch companySearch = searchResource.searchCompanies(DEFAULT_FIELDS, "linkedin", null, null,
                    null, null, null, null);
                assertNotNull(companySearch);
            }
        });
    }
View Full Code Here

TOP

Related Classes of org.apache.camel.component.linkedin.api.model.CompanySearch

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.