Class Supervisor__1
- java.lang.Object
-
- com.ellucian.generated.eedm.institution_jobs.v12_1_0.Supervisor__1
-
@Generated("jsonschema2pojo") public class Supervisor__1 extends Object
SupervisorThe supervisor for the job.
-
-
Constructor Summary
Constructors Constructor Description Supervisor__1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()Supervisor__1withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Supervisor.") private String idIDThe global identifier for the Supervisor. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Supervisor. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Supervisor. (Required)
-
withId
public Supervisor__1 withId(String id)
-
-