Class CareerGoal
- java.lang.Object
-
- com.ellucian.generated.eedm.prospect_opportunities.v16_0_0.CareerGoal
-
@Generated("jsonschema2pojo") public class CareerGoal extends Object
Career GoalsThe career goals associated with the prospect opportunity.
-
-
Constructor Summary
Constructors Constructor Description CareerGoal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()CareerGoalwithId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Career Goals.") private String idIDThe global identifier for the Career Goals. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Career Goals. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Career Goals. (Required)
-
withId
public CareerGoal withId(String id)
-
-