public enum ApiEntityNameRestMapping extends java.lang.Enum<ApiEntityNameRestMapping>
Modifier and Type | Method and Description |
---|---|
static ApiEntityNameRestMapping |
fromApiEntityName(ApiEntityName entityName) |
static ApiEntityNameRestMapping |
fromDisplayName(java.lang.String displayName) |
static ApiEntityNameRestMapping |
fromEntityClass(java.lang.Class<? extends com.bullhornsdk.data.model.entity.core.type.BullhornEntity> entityClass) |
ApiEntityName |
getApiEntityName() |
java.lang.Class<? extends com.bullhornsdk.data.model.entity.core.type.BullhornEntity> |
getRestClass() |
static ApiEntityNameRestMapping |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ApiEntityNameRestMapping[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApiEntityNameRestMapping APPOINTMENT
public static final ApiEntityNameRestMapping APPOINTMENT_ATTENDEE
public static final ApiEntityNameRestMapping BUSINESS_SECTOR
public static final ApiEntityNameRestMapping CANDIDATE
public static final ApiEntityNameRestMapping CANDIDATE_EDUCATION
public static final ApiEntityNameRestMapping CANDIDATE_REFERENCE
public static final ApiEntityNameRestMapping CANDIDATE_WORK_HISTORY
public static final ApiEntityNameRestMapping CATEGORY
public static final ApiEntityNameRestMapping CERTIFICATION
public static final ApiEntityNameRestMapping CLIENT_CONTACT
public static final ApiEntityNameRestMapping CLIENT_CORPORATION
public static final ApiEntityNameRestMapping CORPORATE_USER
public static final ApiEntityNameRestMapping CORPORATION_DEPARTMENT
public static final ApiEntityNameRestMapping COUNTRY
public static final ApiEntityNameRestMapping HOUSING_COMPLEX
public static final ApiEntityNameRestMapping JOB_ORDER
public static final ApiEntityNameRestMapping JOB_SUBMISSION
public static final ApiEntityNameRestMapping NOTE
public static final ApiEntityNameRestMapping NOTE_ENTITY
public static final ApiEntityNameRestMapping PLACEMENT
public static final ApiEntityNameRestMapping PLACEMENT_CHANGE_REQUEST
public static final ApiEntityNameRestMapping PLACEMENT_COMMISSION
public static final ApiEntityNameRestMapping SENDOUT
public static final ApiEntityNameRestMapping SKILL
public static final ApiEntityNameRestMapping SPECIALTY
public static final ApiEntityNameRestMapping STATE
public static final ApiEntityNameRestMapping TASK
public static final ApiEntityNameRestMapping TIME_UNIT
public static ApiEntityNameRestMapping[] values()
for (ApiEntityNameRestMapping c : ApiEntityNameRestMapping.values()) System.out.println(c);
public static ApiEntityNameRestMapping 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 ApiEntityName getApiEntityName()
public java.lang.Class<? extends com.bullhornsdk.data.model.entity.core.type.BullhornEntity> getRestClass()
public static ApiEntityNameRestMapping fromApiEntityName(ApiEntityName entityName)
public static ApiEntityNameRestMapping fromDisplayName(java.lang.String displayName)
public static ApiEntityNameRestMapping fromEntityClass(java.lang.Class<? extends com.bullhornsdk.data.model.entity.core.type.BullhornEntity> entityClass)