public class

TwitterAccountImpl

extends BaseSchemaEntity
implements TwitterAccount Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.TwitterAccountImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected Long providerAccountId
protected String providerAccountName
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
TwitterAccountImpl()
Public Methods
Long getProviderAccountId()
Gets the value of the providerAccountId property.
String getProviderAccountName()
Gets the value of the providerAccountName property.
void init(XmlPullParser parser)
Inits the.
void setProviderAccountId(Long value)
Sets the value of the providerAccountId property.
void setProviderAccountName(String value)
Sets the value of the providerAccountName property.
void toXml(XmlSerializer serializer)
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.TwitterAccount

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected Long providerAccountId

protected String providerAccountName

Public Constructors

public TwitterAccountImpl ()

Public Methods

public Long getProviderAccountId ()

Gets the value of the providerAccountId property.

Returns
  • possible object is String

public String getProviderAccountName ()

Gets the value of the providerAccountName property.

Returns
  • possible object is String

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setProviderAccountId (Long value)

Sets the value of the providerAccountId property.

Parameters
value Allowed object is String

public void setProviderAccountName (String value)

Sets the value of the providerAccountName property.

Parameters
value Allowed object is String

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException