public interface

InvitationRequest

implements SchemaEntity
com.google.code.linkedinapi.schema.InvitationRequest
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="{}connect-type"/>
         <element ref="{}authorization"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Authorization getAuthorization()
Gets the value of the authorization property.
abstract InviteConnectType getConnectType()
Gets the value of the connectType property.
abstract void setAuthorization(Authorization value)
Sets the value of the authorization property.
abstract void setConnectType(InviteConnectType value)
Sets the value of the connectType property.

Public Methods

public abstract Authorization getAuthorization ()

Gets the value of the authorization property.

Returns

public abstract InviteConnectType getConnectType ()

Gets the value of the connectType property.

Returns

public abstract void setAuthorization (Authorization value)

Sets the value of the authorization property.

Parameters
value Allowed object is Authorization

public abstract void setConnectType (InviteConnectType value)

Sets the value of the connectType property.

Parameters
value Allowed object is InviteConnectType