com.google.code.linkedinapi.schema.impl
Class InvitationRequestImpl
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
connectType
protected InviteConnectType connectType
authorization
protected AuthorizationImpl authorization
InvitationRequestImpl
public InvitationRequestImpl()
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