Package | Description |
---|---|
com.google.enterprise.connector.spi |
Defines the SPI for connector developers who wish to write
plug-ins to the Google Search Appliance.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<SocialUserProfileDocument.ColleagueData> |
SocialUserProfileDocument.getColleagues()
Gets list of colleagues.
|
Modifier and Type | Method and Description |
---|---|
void |
SocialUserProfileDocument.setColleagues(java.util.List<SocialUserProfileDocument.ColleagueData> colleagues)
Sets list of colleagues of user.
|