Uses of Class
io.swagger.client.model.EssentialNote
-
Packages that use EssentialNote Package Description io.swagger.client.model -
-
Uses of EssentialNote in io.swagger.client.model
Methods in io.swagger.client.model that return EssentialNote Modifier and Type Method Description EssentialNote
EssentialNote. description(String description)
EssentialNote
EssentialNote. isMandatory(Boolean isMandatory)
EssentialNote
EssentialNote. name(String name)
EssentialNote
EssentialNote. number(Integer number)
Methods in io.swagger.client.model that return types with arguments of type EssentialNote Modifier and Type Method Description List<EssentialNote>
VoucherDocument. getEssentialNotes()
Get essentialNotesMethods in io.swagger.client.model with parameters of type EssentialNote Modifier and Type Method Description VoucherDocument
VoucherDocument. addEssentialNotesItem(EssentialNote essentialNotesItem)
Method parameters in io.swagger.client.model with type arguments of type EssentialNote Modifier and Type Method Description VoucherDocument
VoucherDocument. essentialNotes(List<EssentialNote> essentialNotes)
void
VoucherDocument. setEssentialNotes(List<EssentialNote> essentialNotes)
-