java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.RecommendationImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
id | |||||||||||
recommendationSnippet | |||||||||||
recommendationText | |||||||||||
recommendationType | |||||||||||
recommendee | |||||||||||
recommender | |||||||||||
webUrl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the id property.
| |||||||||||
Gets the value of the recommendationSnippet property.
| |||||||||||
Gets the value of the recommendationText property.
| |||||||||||
Gets the value of the recommendationType property.
| |||||||||||
Gets the value of the recommendee property.
| |||||||||||
Gets the value of the recommender property.
| |||||||||||
Gets the value of the webUrl property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the recommendationSnippet property.
| |||||||||||
Sets the value of the recommendationText property.
| |||||||||||
Sets the value of the recommendationType property.
| |||||||||||
Sets the value of the recommendee property.
| |||||||||||
Sets the value of the recommender property.
| |||||||||||
Sets the value of the webUrl property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Recommendation
|
Gets the value of the id property.
Gets the value of the recommendationSnippet property.
Gets the value of the recommendationText property.
Gets the value of the recommendationType property.
RecommendationType
Gets the value of the recommendee property.
Recommendee
Gets the value of the recommender property.
Recommender
Gets the value of the webUrl property.
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the recommendationSnippet property.
value | Allowed object is String |
---|
Sets the value of the recommendationText property.
value | Allowed object is String |
---|
Sets the value of the recommendationType property.
value | Allowed object is
RecommendationType
|
---|
Sets the value of the recommendee property.
value | Allowed object is
Recommendee
|
---|
Sets the value of the recommender property.
value | Allowed object is
Recommender
|
---|
Sets the value of the webUrl property.
value | Allowed object is String |
---|