![JAR search and dependency download from the Maven repository](/logo.png)
org.apache.camel.component.linkedin.GroupsResourceEndpointConfiguration Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-linkedin Show documentation
Show all versions of camel-linkedin Show documentation
Camel Component for LinkedIn
/*
* Camel EndpointConfiguration generated by camel-component-util-maven-plugin
* Generated on: Wed Dec 10 16:14:08 UTC 2014
*/
package org.apache.camel.component.linkedin;
import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;
/**
* Camel EndpointConfiguration for org.apache.camel.component.linkedin.api.GroupsResource
*/
@UriParams
public final class GroupsResourceEndpointConfiguration extends LinkedInConfiguration {
@UriParam
private Long group_id;
public Long getGroup_id() {
return group_id;
}
public void setGroup_id(Long group_id) {
this.group_id = group_id;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy