public interface

ItemContent

implements SchemaEntity
com.google.code.linkedinapi.schema.ItemContent
Known Indirect Subclasses

Class Overview

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>
 

Summary

Public Methods
abstract InvitationRequest getInvitationRequest()
Gets the value of the invitationRequest property.
abstract void setInvitationRequest(InvitationRequest value)
Sets the value of the invitationRequest property.

Public Methods

public abstract InvitationRequest getInvitationRequest ()

Gets the value of the invitationRequest property.

Returns

public abstract void setInvitationRequest (InvitationRequest value)

Sets the value of the invitationRequest property.

Parameters
value Allowed object is InvitationRequest