Class InstructionalEvent__1
- java.lang.Object
-
- com.ellucian.generated.eedm.sections_maximum.v16_0_0.InstructionalEvent__1
-
@Generated("jsonschema2pojo") public class InstructionalEvent__1 extends Object
Instructional EventsThe instructional events associated with the assignment of the instructor to the section, if applicable.
-
-
Constructor Summary
Constructors Constructor Description InstructionalEvent__1()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object other)StringgetId()IDinthashCode()voidsetId(String id)IDStringtoString()InstructionalEvent__1withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Instructional Events.") private String idIDThe global identifier for the Instructional Events. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Instructional Events. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Instructional Events. (Required)
-
withId
public InstructionalEvent__1 withId(String id)
-
-