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