public class

InvitationRequestImpl

extends Object
implements InvitationRequest Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.InvitationRequestImpl

Summary

Constants
long serialVersionUID
Fields
protected AuthorizationImpl authorization
protected InviteConnectType connectType
Public Constructors
InvitationRequestImpl()
Public Methods
Authorization getAuthorization()
Gets the value of the authorization property.
InviteConnectType getConnectType()
Gets the value of the connectType property.
void setAuthorization(Authorization value)
Sets the value of the authorization property.
void setConnectType(InviteConnectType value)
Sets the value of the connectType property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.InvitationRequest

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

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 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