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