Uses of Class
com.bandwidth.iris.sdk.model.Note
-
Packages that use Note Package Description com.bandwidth.iris.sdk.model -
-
Uses of Note in com.bandwidth.iris.sdk.model
Methods in com.bandwidth.iris.sdk.model that return types with arguments of type Note Modifier and Type Method Description List<Note>Notes. getNotes()Methods in com.bandwidth.iris.sdk.model with parameters of type Note Modifier and Type Method Description voidOrder. addNote(Note note)static IrisResponseCsr. AddNote(IrisClient client, String orderId, Note note)static IrisResponseCsr. UpdateNote(IrisClient client, String orderId, String noteId, Note note)Method parameters in com.bandwidth.iris.sdk.model with type arguments of type Note Modifier and Type Method Description voidNotes. setNotes(List<Note> notes)
-