Class InstructionalMethod
- java.lang.Object
-
- com.ellucian.generated.eedm.courses.v16_1_0.InstructionalMethod
-
@Generated("jsonschema2pojo") public class InstructionalMethod extends Object
Instructional MethodThe method, style, or format in which the course is taught (for example, 'Lecture', 'Lab').
-
-
Constructor Summary
Constructors Constructor Description InstructionalMethod()
-
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()
InstructionalMethod
withId(String id)
-
-
-
Field Detail
-
id
@JsonPropertyDescription("The global identifier for the Instructional Method.") private String id
IDThe global identifier for the Instructional Method. (Required)
-
-
Method Detail
-
getId
public String getId()
IDThe global identifier for the Instructional Method. (Required)
-
setId
public void setId(String id)
IDThe global identifier for the Instructional Method. (Required)
-
withId
public InstructionalMethod withId(String id)
-
-