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 boolean
equals(Object other)
String
getId()
IDint
hashCode()
void
setId(String id)
IDString
toString()
CareerGoal
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Career Goals.") private String id
IDThe 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)
-
-