com.google.code.linkedinapi.schema
Interface ItemContent

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

public interface ItemContent
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="{}invitation-request"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 


Method Summary
 InvitationRequest getInvitationRequest()
          Gets the value of the invitationRequest property.
 void setInvitationRequest(InvitationRequest value)
          Sets the value of the invitationRequest property.
 

Method Detail

getInvitationRequest

InvitationRequest getInvitationRequest()
Gets the value of the invitationRequest property.

Returns:
possible object is InvitationRequest

setInvitationRequest

void setInvitationRequest(InvitationRequest value)
Sets the value of the invitationRequest property.

Parameters:
value - allowed object is InvitationRequest