java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.QuestionImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
answers | |||||||||||
author | |||||||||||
id | |||||||||||
questionCategories | |||||||||||
title | |||||||||||
webUrl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the answers property.
| |||||||||||
Gets the value of the author property.
| |||||||||||
Gets the value of the id property.
| |||||||||||
Gets the value of the questionCategories property.
| |||||||||||
Gets the value of the title property.
| |||||||||||
Gets the value of the webUrl property.
| |||||||||||
Sets the value of the answers property.
| |||||||||||
Sets the value of the author property.
| |||||||||||
Sets the value of the id property.
| |||||||||||
Sets the value of the questionCategories property.
| |||||||||||
Sets the value of the title property.
| |||||||||||
Sets the value of the webUrl property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Question
|
Gets the value of the answers property.
Answers
Gets the value of the id property.
Gets the value of the questionCategories property.
QuestionCategories
Gets the value of the title property.
Gets the value of the webUrl property.
Sets the value of the answers property.
value | Allowed object is
Answers
|
---|
Sets the value of the author property.
value | Allowed object is
Author
|
---|
Sets the value of the id property.
value | Allowed object is String |
---|
Sets the value of the questionCategories property.
value | Allowed object is
QuestionCategories
|
---|
Sets the value of the title property.
value | Allowed object is String |
---|
Sets the value of the webUrl property.
value | Allowed object is String |
---|