Class Note
- java.lang.Object
-
- com.ellucian.generated.eedm.appeals.v7_0.Note
-
@Generated("jsonschema2pojo") public class Note extends Object
-
-
Constructor Summary
Constructors Constructor Description Note()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object other)
String
getContent()
ContentString
getSubject()
Subjectint
hashCode()
void
setContent(String content)
Contentvoid
setSubject(String subject)
SubjectString
toString()
Note
withContent(String content)
Note
withSubject(String subject)
-
-
-
Method Detail
-
getSubject
public String getSubject()
SubjectThe subject of the note.
-
setSubject
public void setSubject(String subject)
SubjectThe subject of the note.
-
getContent
public String getContent()
ContentThe content of the note. (Required)
-
setContent
public void setContent(String content)
ContentThe content of the note. (Required)
-
-