public class SocialUserProfileProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROPNAME_ACCOUNTNAME
Optional, single valued property that provides the accountname of the user.
|
static java.lang.String |
PROPNAME_ASKMEABOUT
Optional, multi-valued property that provides the subjects the user can be
asked about.
|
static java.lang.String |
PROPNAME_COLLEAGUES
Optional, property that describes contact information for user's colleagues
in xml.
|
static java.lang.String |
PROPNAME_ORGURL
Optional, single valued property that provides URL to a profile picture of
user
|
static java.lang.String |
PROPNAME_PASTPROJECTS
Optional, multi-valued property that provides the names of projects user
has been involved in the past.
|
static java.lang.String |
PROPNAME_PICTUREURL
Optional, single valued property that provides URL to a profile picture of
user
|
static java.lang.String |
PROPNAME_PREFERREDNAME
Optional, single valued property that provides a name user prefers to be
called by
|
static java.lang.String |
PROPNAME_SKILLS
Optional, multi-valued property that provides the topics in which the user
has specific skills.
|
static java.lang.String |
PROPNAME_USERCONTENT
Optional, single valued property that provides a name user prefers to be
called by
|
static java.lang.String |
PROPNAME_USERPROFILEURL
Optional, single-valued property that provides the url to point to for
opening the profile of user
|
Constructor and Description |
---|
SocialUserProfileProperties() |
public static final java.lang.String PROPNAME_ASKMEABOUT
public static final java.lang.String PROPNAME_SKILLS
public static final java.lang.String PROPNAME_PASTPROJECTS
public static final java.lang.String PROPNAME_ACCOUNTNAME
public static final java.lang.String PROPNAME_PREFERREDNAME
public static final java.lang.String PROPNAME_USERCONTENT
public static final java.lang.String PROPNAME_PICTUREURL
public static final java.lang.String PROPNAME_ORGURL
public static final java.lang.String PROPNAME_COLLEAGUES
<?xml version="1.0" encoding="UTF-8"?>
<schema xmlns="http://www.w3.org/2001/XMLSchema"
targetNamespace="http://www.google.com/schemas/gsa"
xmlns:gsa="http://www.google.com/schemas/gsa"
elementFormDefault="qualified">
<element name="Contacts">
<complexType>
<sequence>
<element name="contact" maxOccurs="unbounded" minOccurs="1">
<complexType>
<attribute name="name" type="string" form="qualified"
use="optional" />
<attribute name="email" type="string" form="qualified" />
<attribute name="accountname" type="string"
form="qualified" use="required" />
<attribute name="url" type="string" form="qualified"
use="optional" />
<attribute name="title" type="string" form="qualified"
use="optional" />
<attribute name="group" type="string" form="qualified"
use="optional" />
<attribute name="isinworkinggroup" type="boolean"
form="qualified" use="optional" />
</complexType>
</element>
</sequence>
</complexType>
</element>
</schema>
public static final java.lang.String PROPNAME_USERPROFILEURL