com.google.code.linkedinapi.schema
Interface InvitationRequest

All Superinterfaces:
SchemaEntity
All Known Implementing Classes:
InvitationRequestImpl, InvitationRequestImpl

public interface InvitationRequest
extends SchemaEntity

Java class for anonymous complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType>
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element ref="{}connect-type"/>
         <element ref="{}authorization"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


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.
 

Method Detail

getConnectType

InviteConnectType getConnectType()
Gets the value of the connectType property.

Returns:
possible object is InviteConnectType

setConnectType

void setConnectType(InviteConnectType value)
Sets the value of the connectType property.

Parameters:
value - allowed object is InviteConnectType

getAuthorization

Authorization getAuthorization()
Gets the value of the authorization property.

Returns:
possible object is Authorization

setAuthorization

void setAuthorization(Authorization value)
Sets the value of the authorization property.

Parameters:
value - allowed object is Authorization