Class Department
- java.lang.Object
-
- com.ellucian.generated.eedm.institution_jobs.v12_0.Department
-
@Generated("jsonschema2pojo") public class Department extends Object
DepartmentThe department or organization of the institution to which the job belongs.
-
-
Constructor Summary
Constructors Constructor Description Department()
-
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()
Department
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Department.") private String id
IDThe global identifier for the Department. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Department. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Department. (Required)
-
withId
public Department withId(String id)
-
-