java.lang.Object | |
↳ | com.google.code.linkedinapi.schema.impl.AnswersImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
answerList | |||||||||||
count |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the answerList property.
| |||||||||||
Gets the value of the count property.
| |||||||||||
Sets the value of the count property.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.Answers
|
Gets the value of the answerList property.
This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not aset
method for the answerList property.
For example, to add a new item, do as follows:
getAnswerList().add(newItem);Objects of the following type(s) are allowed in the list
Answer
Gets the value of the count property.
Sets the value of the count property.
value | Allowed object is String |
---|