Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected NetworkUpdateContentType |
Activity.contentType |
Modifier and Type | Method and Description |
---|---|
static NetworkUpdateContentType |
NetworkUpdateContentType.fromValue(String v) |
NetworkUpdateContentType |
Activity.getContentType()
Gets the value of the contentType property.
|
static NetworkUpdateContentType |
NetworkUpdateContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkUpdateContentType[] |
NetworkUpdateContentType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<NetworkUpdateContentType> |
ObjectFactory.createContentType(NetworkUpdateContentType value)
|
Modifier and Type | Method and Description |
---|---|
JAXBElement<NetworkUpdateContentType> |
ObjectFactory.createContentType(NetworkUpdateContentType value)
|
void |
Activity.setContentType(NetworkUpdateContentType value)
Sets the value of the contentType property.
|
Apache Camel