java.lang.Object | ||
↳ | com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity | |
↳ | com.google.code.linkedinapi.schema.xpp.UpdateContentImpl |
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
long | serialVersionUID |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
company | |||||||||||
companyJobUpdate | |||||||||||
companyPersonUpdate | |||||||||||
companyProfileUpdate | |||||||||||
job | |||||||||||
person | |||||||||||
question | |||||||||||
updateAction |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the company property.
| |||||||||||
Gets the value of the companyJobUpdate property.
| |||||||||||
Gets the value of the companyPersonUpdate property.
| |||||||||||
Gets the value of the companyProfileUpdate property.
| |||||||||||
Gets the value of the job property.
| |||||||||||
Gets the value of the person property.
| |||||||||||
Gets the value of the question property.
| |||||||||||
Gets the value of the updateAction property.
| |||||||||||
Inits the.
| |||||||||||
Sets the value of the company property.
| |||||||||||
Sets the value of the companyJobUpdate property.
| |||||||||||
Sets the value of the companyPersonUpdate property.
| |||||||||||
Sets the value of the companyProfileUpdate property.
| |||||||||||
Sets the value of the job property.
| |||||||||||
Sets the value of the person property.
| |||||||||||
Sets the value of the question property.
| |||||||||||
Sets the value of the updateAction property.
| |||||||||||
To xml.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.google.code.linkedinapi.schema.UpdateContent
|
Gets the value of the company property.
Company
Gets the value of the companyJobUpdate property.
CompanyJobUpdate
Gets the value of the companyPersonUpdate property.
CompanyPersonUpdate
Gets the value of the companyProfileUpdate property.
CompanyProfileUpdate
Gets the value of the question property.
Question
Gets the value of the updateAction property.
UpdateAction
Inits the.
parser | The element |
---|
IOException | |
---|---|
XmlPullParserException |
Sets the value of the company property.
value | Allowed object is
Company
|
---|
Sets the value of the companyJobUpdate property.
value | Allowed object is
CompanyJobUpdate
|
---|
Sets the value of the companyPersonUpdate property.
value | Allowed object is
CompanyPersonUpdate
|
---|
Sets the value of the companyProfileUpdate property.
value | Allowed object is
CompanyProfileUpdate
|
---|
Sets the value of the job property.
value | Allowed object is
Job
|
---|
Sets the value of the person property.
value | Allowed object is
Person
|
---|
Sets the value of the question property.
value | Allowed object is
Question
|
---|
Sets the value of the updateAction property.
value | Allowed object is
UpdateAction
|
---|
To xml.
serializer | The document |
---|
IOException |
---|