public enum TaskApiProperty extends java.lang.Enum<TaskApiProperty>
Java class for taskApiProperty.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="taskApiProperty">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="taskID"/>
<enumeration value="candidateID"/>
<enumeration value="clientContactID"/>
<enumeration value="dateAdded"/>
<enumeration value="dateBegin"/>
<enumeration value="dateCompleted"/>
<enumeration value="dateEnd"/>
<enumeration value="dateLastModified"/>
<enumeration value="description"/>
<enumeration value="isCompleted"/>
<enumeration value="isDeleted"/>
<enumeration value="isPrivate"/>
<enumeration value="isSystemTask"/>
<enumeration value="jobOrderID"/>
<enumeration value="jobSubmissionID"/>
<enumeration value="migrateGUID"/>
<enumeration value="notificationMinutes"/>
<enumeration value="ownerID"/>
<enumeration value="parentTaskID"/>
<enumeration value="placementID"/>
<enumeration value="recurrenceDayBits"/>
<enumeration value="recurrenceFrequency"/>
<enumeration value="recurrenceMax"/>
<enumeration value="recurrenceMonthBits"/>
<enumeration value="recurrenceStyle"/>
<enumeration value="recurrenceType"/>
<enumeration value="subject"/>
<enumeration value="taskUUID"/>
<enumeration value="timeZoneID"/>
<enumeration value="type"/>
</restriction>
</simpleType>
| Modifier and Type | Method and Description |
|---|---|
static TaskApiProperty |
fromValue(java.lang.String v) |
java.lang.String |
value() |
static TaskApiProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TaskApiProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TaskApiProperty TASK_ID
public static final TaskApiProperty CANDIDATE_ID
public static final TaskApiProperty CLIENT_CONTACT_ID
public static final TaskApiProperty DATE_ADDED
public static final TaskApiProperty DATE_BEGIN
public static final TaskApiProperty DATE_COMPLETED
public static final TaskApiProperty DATE_END
public static final TaskApiProperty DATE_LAST_MODIFIED
public static final TaskApiProperty DESCRIPTION
public static final TaskApiProperty IS_COMPLETED
public static final TaskApiProperty IS_DELETED
public static final TaskApiProperty IS_PRIVATE
public static final TaskApiProperty IS_SYSTEM_TASK
public static final TaskApiProperty JOB_ORDER_ID
public static final TaskApiProperty JOB_SUBMISSION_ID
public static final TaskApiProperty MIGRATE_GUID
public static final TaskApiProperty NOTIFICATION_MINUTES
public static final TaskApiProperty OWNER_ID
public static final TaskApiProperty PARENT_TASK_ID
public static final TaskApiProperty PLACEMENT_ID
public static final TaskApiProperty RECURRENCE_DAY_BITS
public static final TaskApiProperty RECURRENCE_FREQUENCY
public static final TaskApiProperty RECURRENCE_MAX
public static final TaskApiProperty RECURRENCE_MONTH_BITS
public static final TaskApiProperty RECURRENCE_STYLE
public static final TaskApiProperty RECURRENCE_TYPE
public static final TaskApiProperty SUBJECT
public static final TaskApiProperty TASK_UUID
public static final TaskApiProperty TIME_ZONE_ID
public static final TaskApiProperty TYPE
public static TaskApiProperty[] values()
for (TaskApiProperty c : TaskApiProperty.values()) System.out.println(c);
public static TaskApiProperty valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static TaskApiProperty fromValue(java.lang.String v)