Package | Description |
---|---|
org.apache.camel.component.linkedin.api.model |
Modifier and Type | Field and Description |
---|---|
protected CompanyStatusCode |
CompanyStatus.code |
Modifier and Type | Method and Description |
---|---|
static CompanyStatusCode |
CompanyStatusCode.fromValue(String v) |
CompanyStatusCode |
CompanyStatus.getCode()
Gets the value of the code property.
|
static CompanyStatusCode |
CompanyStatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompanyStatusCode[] |
CompanyStatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CompanyStatus.setCode(CompanyStatusCode value)
Sets the value of the code property.
|
Apache Camel