public interface

RelationToViewer

implements SchemaEntity
com.google.code.linkedinapi.schema.RelationToViewer
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="{}related-connections"/>
         <element ref="{}distance"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Public Methods
abstract Long getDistance()
Gets the value of the distance property.
abstract RelatedConnections getRelatedConnections()
Gets the value of the relatedConnections property.
abstract void setDistance(Long value)
Sets the value of the distance property.
abstract void setRelatedConnections(RelatedConnections value)
Sets the value of the relatedConnections property.

Public Methods

public abstract Long getDistance ()

Gets the value of the distance property.

Returns
  • possible object is String

public abstract RelatedConnections getRelatedConnections ()

Gets the value of the relatedConnections property.

Returns

public abstract void setDistance (Long value)

Sets the value of the distance property.

Parameters
value Allowed object is String

public abstract void setRelatedConnections (RelatedConnections value)

Sets the value of the relatedConnections property.

Parameters
value Allowed object is RelatedConnections