Namespace opensocial.Organization.Field
All of the fields that a organization has. These are the supported keys for
the
Organization.getField() method.
Defined in: opensocial.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
opensocial.Organization.Field.ADDRESS
The address of the organization, specified as an opensocial.Address.
|
| <static> |
opensocial.Organization.Field.DESCRIPTION
A description or notes about the person's work in the organization,
specified as a string.
|
| <static> |
opensocial.Organization.Field.END_DATE
The date the person stopped at the organization, specified as a Date.
|
| <static> |
opensocial.Organization.Field.FIELD
The field the organization is in, specified as a string.
|
| <static> |
opensocial.Organization.Field.NAME
The name of the organization.
|
| <static> |
opensocial.Organization.Field.SALARY
The salary the person receieves from the organization, specified as a
string.
|
| <static> |
opensocial.Organization.Field.START_DATE
The date the person started at the organization, specified as a Date.
|
| <static> |
opensocial.Organization.Field.SUB_FIELD
The subfield the Organization is in, specified as a string.
|
| <static> |
opensocial.Organization.Field.TITLE
The title or role the person has in the organization, specified as a
string.
|
| <static> |
opensocial.Organization.Field.WEBPAGE
A webpage related to the organization, specified as a string.
|
Field Detail
<static>
opensocial.Organization.Field.ADDRESS
The address of the organization, specified as an opensocial.Address.
Not supported by all containers.
<static>
opensocial.Organization.Field.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.
<static>
opensocial.Organization.Field.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.
<static>
opensocial.Organization.Field.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.
<static>
opensocial.Organization.Field.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.
<static>
opensocial.Organization.Field.SALARY
The salary the person receieves from the organization, specified as a
string.
Not supported by all containers.
<static>
opensocial.Organization.Field.START_DATE
The date the person started at the organization, specified as a Date.
Not supported by all containers.
<static>
opensocial.Organization.Field.SUB_FIELD
The subfield the Organization is in, specified as a string.
Not supported by all containers.
<static>
opensocial.Organization.Field.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.
<static>
opensocial.Organization.Field.WEBPAGE
A webpage related to the organization, specified as a string.
Not supported by all containers.