Uses of Interface
com.google.code.linkedinapi.schema.RelationToViewer

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

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

Methods in com.google.code.linkedinapi.schema that return RelationToViewer
 RelationToViewer ObjectFactory.createRelationToViewer()
          Create an instance of RelationToViewer
 RelationToViewer SchemaElementFactory.createRelationToViewer()
          Create an instance of RelationToViewer
 RelationToViewer Person.getRelationToViewer()
          Gets the value of the relationToViewer property.
 RelationToViewer Author.getRelationToViewer()
          Gets the value of the relationToViewer property.
 

Methods in com.google.code.linkedinapi.schema with parameters of type RelationToViewer
 void Person.setRelationToViewer(RelationToViewer value)
          Sets the value of the relationToViewer property.
 void Author.setRelationToViewer(RelationToViewer value)
          Sets the value of the relationToViewer property.
 

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

Classes in com.google.code.linkedinapi.schema.impl that implement RelationToViewer
 class RelationToViewerImpl
           
 

Methods in com.google.code.linkedinapi.schema.impl that return RelationToViewer
 RelationToViewer PersonImpl.getRelationToViewer()
           
 RelationToViewer AuthorImpl.getRelationToViewer()
           
 

Methods in com.google.code.linkedinapi.schema.impl with parameters of type RelationToViewer
 void PersonImpl.setRelationToViewer(RelationToViewer value)
           
 void AuthorImpl.setRelationToViewer(RelationToViewer value)
           
 

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

Methods in com.google.code.linkedinapi.schema.xpp that return RelationToViewer
 RelationToViewer XppElementFactory.createRelationToViewer()
           
 RelationToViewer PersonImpl.getRelationToViewer()
           
 RelationToViewer AuthorImpl.getRelationToViewer()
           
 

Methods in com.google.code.linkedinapi.schema.xpp with parameters of type RelationToViewer
 void PersonImpl.setRelationToViewer(RelationToViewer value)
           
 void AuthorImpl.setRelationToViewer(RelationToViewer value)