com.google.code.linkedinapi.schema.impl
Class InvitationRequestImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.InvitationRequestImpl
All Implemented Interfaces:
InvitationRequest, SchemaEntity, java.io.Serializable

public class InvitationRequestImpl
extends java.lang.Object
implements java.io.Serializable, InvitationRequest

See Also:
Serialized Form

Field Summary
protected  AuthorizationImpl authorization
           
protected  InviteConnectType connectType
           
private static long serialVersionUID
           
 
Constructor Summary
InvitationRequestImpl()
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

connectType

protected InviteConnectType connectType

authorization

protected AuthorizationImpl authorization
Constructor Detail

InvitationRequestImpl

public InvitationRequestImpl()
Method Detail

getConnectType

public InviteConnectType getConnectType()
Description copied from interface: InvitationRequest
Gets the value of the connectType property.

Specified by:
getConnectType in interface InvitationRequest
Returns:
possible object is InviteConnectType

setConnectType

public void setConnectType(InviteConnectType value)
Description copied from interface: InvitationRequest
Sets the value of the connectType property.

Specified by:
setConnectType in interface InvitationRequest
Parameters:
value - allowed object is InviteConnectType

getAuthorization

public Authorization getAuthorization()
Description copied from interface: InvitationRequest
Gets the value of the authorization property.

Specified by:
getAuthorization in interface InvitationRequest
Returns:
possible object is Authorization

setAuthorization

public void setAuthorization(Authorization value)
Description copied from interface: InvitationRequest
Sets the value of the authorization property.

Specified by:
setAuthorization in interface InvitationRequest
Parameters:
value - allowed object is Authorization