Uses of Class
io.sendon.model.Contact
-
Packages that use Contact Package Description io.sendon.model -
-
Uses of Contact in io.sendon.model
Methods in io.sendon.model that return Contact Modifier and Type Method Description ContactContact. addMemberIdItem(String memberIdItem)static ContactContact. fromJson(String jsonString)Create an instance of Contact given an JSON stringContactContact. groupId(String groupId)ContactContact. memberId(List<String> memberId)Methods in io.sendon.model that return types with arguments of type Contact Modifier and Type Method Description List<Contact>SendMessageRequestDto. getContacts()(SMS/LMS/MMS) 주소록Methods in io.sendon.model with parameters of type Contact Modifier and Type Method Description SendMessageRequestDtoSendMessageRequestDto. addContactsItem(Contact contactsItem)Method parameters in io.sendon.model with type arguments of type Contact Modifier and Type Method Description SendMessageRequestDtoSendMessageRequestDto. contacts(List<Contact> contacts)voidSendMessageRequestDto. setContacts(List<Contact> contacts)
-