Uses of Class
com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0.Note
-
Packages that use Note Package Description com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0 -
-
Uses of Note in com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0
Fields in com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0 with type parameters of type Note Modifier and Type Field Description private List<Note>
ConstituentCommunicationActivities. notes
NotesMethods in com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0 that return Note Modifier and Type Method Description Note
Note. withContent(String content)
Note
Note. withSubject(String subject)
Methods in com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0 that return types with arguments of type Note Modifier and Type Method Description List<Note>
ConstituentCommunicationActivities. getNotes()
NotesMethod parameters in com.ellucian.generated.eedm.constituent_communication_activities.v1_0_0 with type arguments of type Note Modifier and Type Method Description void
ConstituentCommunicationActivities. setNotes(List<Note> notes)
NotesConstituentCommunicationActivities
ConstituentCommunicationActivities. withNotes(List<Note> notes)
-