public class

RecommendationTypeImpl

extends Object
implements RecommendationType Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.RecommendationTypeImpl

Summary

Constants
long serialVersionUID
Fields
protected RecommendationCode code
Public Constructors
RecommendationTypeImpl()
Public Methods
RecommendationCode getCode()
Gets the value of the code property.
void setCode(RecommendationCode value)
Sets the value of the code property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.RecommendationType

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected RecommendationCode code

Public Constructors

public RecommendationTypeImpl ()

Public Methods

public RecommendationCode getCode ()

Gets the value of the code property.

Returns

public void setCode (RecommendationCode value)

Sets the value of the code property.

Parameters
value Allowed object is RecommendationCode