Uses of Class
com.google.code.linkedinapi.schema.InviteConnectType

Packages that use InviteConnectType
com.google.code.linkedinapi.schema   
com.google.code.linkedinapi.schema.impl   
com.google.code.linkedinapi.schema.xpp   
 

Uses of InviteConnectType in com.google.code.linkedinapi.schema
 

Methods in com.google.code.linkedinapi.schema that return InviteConnectType
static InviteConnectType InviteConnectType.fromValue(java.lang.String v)
           
 InviteConnectType InvitationRequest.getConnectType()
          Gets the value of the connectType property.
static InviteConnectType InviteConnectType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static InviteConnectType[] InviteConnectType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.google.code.linkedinapi.schema that return types with arguments of type InviteConnectType
 javax.xml.bind.JAXBElement<InviteConnectType> ObjectFactory.createConnectType(InviteConnectType value)
          Create an instance of JAXBElement<InviteConnectType>}
 

Methods in com.google.code.linkedinapi.schema with parameters of type InviteConnectType
 javax.xml.bind.JAXBElement<InviteConnectType> ObjectFactory.createConnectType(InviteConnectType value)
          Create an instance of JAXBElement<InviteConnectType>}
 T SchemaElementFactory.createConnectType(InviteConnectType value)
          Create an instance of JAXBElement <InviteConnectType>}
 void InvitationRequest.setConnectType(InviteConnectType value)
          Sets the value of the connectType property.
 

Uses of InviteConnectType in com.google.code.linkedinapi.schema.impl
 

Fields in com.google.code.linkedinapi.schema.impl declared as InviteConnectType
protected  InviteConnectType InvitationRequestImpl.connectType
           
 

Methods in com.google.code.linkedinapi.schema.impl that return InviteConnectType
 InviteConnectType InvitationRequestImpl.getConnectType()
           
 

Methods in com.google.code.linkedinapi.schema.impl that return types with arguments of type InviteConnectType
 javax.xml.bind.JAXBElement<InviteConnectType> ObjectFactory.createConnectType(InviteConnectType value)
          Create an instance of JAXBElement<InviteConnectType>}
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type InviteConnectType
 javax.xml.bind.JAXBElement<InviteConnectType> ObjectFactory.createConnectType(InviteConnectType value)
          Create an instance of JAXBElement<InviteConnectType>}
 void InvitationRequestImpl.setConnectType(InviteConnectType value)
           
 

Uses of InviteConnectType in com.google.code.linkedinapi.schema.xpp
 

Fields in com.google.code.linkedinapi.schema.xpp declared as InviteConnectType
protected  InviteConnectType InvitationRequestImpl.connectType
           
 

Methods in com.google.code.linkedinapi.schema.xpp that return InviteConnectType
 InviteConnectType InvitationRequestImpl.getConnectType()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type InviteConnectType
 java.lang.String XppElementFactory.createConnectType(InviteConnectType value)
           
 void InvitationRequestImpl.setConnectType(InviteConnectType value)