com.google.code.linkedinapi.schema.Question |
Known Indirect Subclasses |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element ref="{}id"/> <element ref="{}title"/> <element ref="{}author"/> <element ref="{}question-categories"/> <choice> <element ref="{}web-url"/> <element ref="{}answers"/> </choice> </sequence> </restriction> </complexContent> </complexType>
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.
|
Gets the value of the answers property.
Answers
Gets the value of the author property.
Author
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 |
---|