Nested Class Summary
class | Person.Organizations.Type | The type of organization. |
Public Method Summary
abstract String |
getDepartment()
The department within the organization.
|
abstract String |
getDescription()
A short description of the person's role in this organization.
|
abstract String |
getEndDate()
The date that the person left this organization.
|
abstract String |
getLocation()
The location of this organization.
|
abstract String |
getName()
The name of the organization.
|
abstract String |
getStartDate()
The date that the person joined this organization.
|
abstract String |
getTitle()
The person's job title or role within the organization.
|
abstract int |
getType()
The type of organization.
|
abstract boolean |
hasDepartment()
Indicates whether the "department" field is explicitly set to a value.
|
abstract boolean |
hasDescription()
Indicates whether the "description" field is explicitly set to a value.
|
abstract boolean |
hasEndDate()
Indicates whether the "endDate" field is explicitly set to a value.
|
abstract boolean |
hasLocation()
Indicates whether the "location" field is explicitly set to a value.
|
abstract boolean |
hasName()
Indicates whether the "name" field is explicitly set to a value.
|
abstract boolean |
hasPrimary()
Indicates whether the "primary" field is explicitly set to a value.
|
abstract boolean |
hasStartDate()
Indicates whether the "startDate" field is explicitly set to a value.
|
abstract boolean |
hasTitle()
Indicates whether the "title" field is explicitly set to a value.
|
abstract boolean |
hasType()
Indicates whether the "type" field is explicitly set to a value.
|
abstract boolean |
isPrimary()
If "true", indicates this organization is the person's primary one, which is
typically interpreted as the current one.
|
Inherited Method Summary
Public Methods
public abstract String getDepartment ()
The department within the organization. Deprecated.
public abstract String getDescription ()
A short description of the person's role in this organization. Deprecated.
public abstract String getEndDate ()
The date that the person left this organization.
public abstract String getLocation ()
The location of this organization. Deprecated.
public abstract String getName ()
The name of the organization.
public abstract String getStartDate ()
The date that the person joined this organization.
public abstract String getTitle ()
The person's job title or role within the organization.
public abstract int getType ()
The type of organization. Possible values include, but are not limited to, the following values: - "work" - Work. - "school" - School.
public abstract boolean hasDepartment ()
Indicates whether the "department" field is explicitly set to a value.
public abstract boolean hasDescription ()
Indicates whether the "description" field is explicitly set to a value.
public abstract boolean hasEndDate ()
Indicates whether the "endDate" field is explicitly set to a value.
public abstract boolean hasLocation ()
Indicates whether the "location" field is explicitly set to a value.
public abstract boolean hasName ()
Indicates whether the "name" field is explicitly set to a value.
public abstract boolean hasPrimary ()
Indicates whether the "primary" field is explicitly set to a value.
public abstract boolean hasStartDate ()
Indicates whether the "startDate" field is explicitly set to a value.
public abstract boolean hasTitle ()
Indicates whether the "title" field is explicitly set to a value.
public abstract boolean hasType ()
Indicates whether the "type" field is explicitly set to a value.
public abstract boolean isPrimary ()
If "true", indicates this organization is the person's primary one, which is typically interpreted as the current one.