opensocial.Organization.Field (v0.7)
SUMMARY DETAIL
Static Class opensocial.Organization.Field
All of the fields that a organization has. These are the supported keys for
the
Organization.getField() method.
Field Summary
-
<static> object
ADDRESS
- The address of the organization, specified as an opensocial.Address.
-
<static> object
DESCRIPTION
- A description or notes about the person's work in the organization,
specified as a string.
-
<static> object
END_DATE
- The date the person stopped at the organization, specified as a Date.
-
<static> object
FIELD
- The field the organization is in, specified as a string.
-
<static> object
NAME
- The name of the organization.
-
<static> object
SALARY
- The salary the person receieves from the organization, specified as a
string.
-
<static> object
START_DATE
- The date the person started at the organization, specified as a Date.
-
<static> object
SUB_FIELD
- The subfield the Organization is in, specified as a string.
-
<static> object
TITLE
- The title or role the person has in the organization, specified as a
string.
-
<static> object
WEBPAGE
- A webpage related to the organization, specified as a string.
Field Detail
ADDRESS
<static> object ADDRESS
The address of the organization, specified as an opensocial.Address.
Not supported by all containers.
DESCRIPTION
<static> object DESCRIPTION
A description or notes about the person's work in the organization,
specified as a string. This could be the courses taken by a student, or a
more detailed description about a Organization role.
Not supported by all containers.
END_DATE
<static> object END_DATE
The date the person stopped at the organization, specified as a Date.
A null date indicates that the person is still involved with the
organization.
Not supported by all containers.
FIELD
<static> object FIELD
The field the organization is in, specified as a string. This could be the
degree pursued if the organization is a school.
Not supported by all containers.
NAME
<static> object NAME
The name of the organization. For example, could be a school name or a job
company. Specified as a string.
Not supported by all containers.
SALARY
<static> object SALARY
The salary the person receieves from the organization, specified as a
string.
Not supported by all containers.
START_DATE
<static> object START_DATE
The date the person started at the organization, specified as a Date.
Not supported by all containers.
SUB_FIELD
<static> object SUB_FIELD
The subfield the Organization is in, specified as a string.
Not supported by all containers.
TITLE
<static> object TITLE
The title or role the person has in the organization, specified as a
string. This could be graduate student, or software engineer.
Not supported by all containers.
WEBPAGE
<static> object WEBPAGE
A webpage related to the organization, specified as a string.
Not supported by all containers.