Uses of Class
ru.moysklad.remap_1_2.entities.Note
-
Packages that use Note Package Description ru.moysklad.remap_1_2.clients -
-
Uses of Note in ru.moysklad.remap_1_2.clients
Methods in ru.moysklad.remap_1_2.clients that return Note Modifier and Type Method Description NoteCounterpartyClient. createNote(String counterpartyId, Note newEntity)NoteCounterpartyClient. getNote(String counterpartyId, String noteId)NoteCounterpartyClient. getNote(Counterparty counterparty, String noteId)NoteCounterpartyClient. getNote(Counterparty counterparty, Note note)Methods in ru.moysklad.remap_1_2.clients that return types with arguments of type Note Modifier and Type Method Description ListEntity<Note>CounterpartyClient. getNotes(String counterpartyId, ApiParam... params)ListEntity<Note>CounterpartyClient. getNotes(Counterparty counterparty, ApiParam... params)Methods in ru.moysklad.remap_1_2.clients with parameters of type Note Modifier and Type Method Description NoteCounterpartyClient. createNote(String counterpartyId, Note newEntity)voidCounterpartyClient. deleteNote(Counterparty counterparty, Note note)NoteCounterpartyClient. getNote(Counterparty counterparty, Note note)voidCounterpartyClient. updateNote(String counterpartyId, String noteId, Note updatedEntity)voidCounterpartyClient. updateNote(Counterparty counterparty, String noteId, Note updatedEntity)voidCounterpartyClient. updateNote(Counterparty counterparty, Note note)voidCounterpartyClient. updateNote(Counterparty counterparty, Note note, Note updatedEntity)
-