public class

InvitationRequestImpl

extends BaseSchemaEntity
implements InvitationRequest
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
     ↳ com.google.code.linkedinapi.schema.xpp.InvitationRequestImpl

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Fields
protected AuthorizationImpl authorization
protected InviteConnectType connectType
[Expand]
Inherited Fields
From class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
Public Constructors
InvitationRequestImpl()
Public Methods
Authorization getAuthorization()
Gets the value of the authorization property.
InviteConnectType getConnectType()
Gets the value of the connectType property.
void init(XmlPullParser parser)
Inits the.
void setAuthorization(Authorization value)
Sets the value of the authorization property.
void setConnectType(InviteConnectType value)
Sets the value of the connectType 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.InvitationRequest

Constants

private static final long serialVersionUID

Constant Value: -4777671180159209124 (0xbdb24d5ff4fd315c)

Fields

protected AuthorizationImpl authorization

protected InviteConnectType connectType

Public Constructors

public InvitationRequestImpl ()

Public Methods

public Authorization getAuthorization ()

Gets the value of the authorization property.

Returns

public InviteConnectType getConnectType ()

Gets the value of the connectType property.

Returns

public void init (XmlPullParser parser)

Inits the.

Parameters
parser The element
Throws
IOException
XmlPullParserException

public void setAuthorization (Authorization value)

Sets the value of the authorization property.

Parameters
value Allowed object is Authorization

public void setConnectType (InviteConnectType value)

Sets the value of the connectType property.

Parameters
value Allowed object is InviteConnectType

public void toXml (XmlSerializer serializer)

To xml.

Parameters
serializer The document
Throws
IOException