java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.SkillImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
id | |||||||||||
proficiency | |||||||||||
skill | |||||||||||
years |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the proficiency property.
| |||||||||||
Gets the value of the skill property.
| |||||||||||
Gets the value of the years property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the proficiency property.
| |||||||||||
Sets the value of the skill property.
| |||||||||||
Sets the value of the years property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Skill
|
Gets the value of the id property.
Gets the value of the proficiency property.
Proficiency
Gets the value of the skill property.
NameType
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the proficiency property.
value | Allowed object is
Proficiency
|
---|
Sets the value of the skill property.
value | Allowed object is
NameType
|
---|
Sets the value of the years property.
value | Allowed object is
Years
|
---|