Uses of Class
com.boldsign.model.UpdateGroupContact
-
Packages that use UpdateGroupContact Package Description com.boldsign.api com.boldsign.model -
-
Uses of UpdateGroupContact in com.boldsign.api
Methods in com.boldsign.api with parameters of type UpdateGroupContact Modifier and Type Method Description voidGroupContactsApi. updateGroupContact(String groupId, UpdateGroupContact updateGroupContact)Update the Group Contact.okhttp3.CallGroupContactsApi. updateGroupContactAsync(String groupId, UpdateGroupContact updateGroupContact, ApiCallback<Void> _callback)Update the Group Contact.okhttp3.CallGroupContactsApi. updateGroupContactCall(String groupId, UpdateGroupContact updateGroupContact, ApiCallback _callback)Build call for updateGroupContactApiResponse<Void>GroupContactsApi. updateGroupContactWithHttpInfo(String groupId, UpdateGroupContact updateGroupContact)Update the Group Contact. -
Uses of UpdateGroupContact in com.boldsign.model
Methods in com.boldsign.model that return UpdateGroupContact Modifier and Type Method Description UpdateGroupContactUpdateGroupContact. addContactsItem(GroupUser contactsItem)UpdateGroupContactUpdateGroupContact. addDirectoriesItem(String directoriesItem)UpdateGroupContactUpdateGroupContact. contacts(List<GroupUser> contacts)UpdateGroupContactUpdateGroupContact. directories(List<String> directories)static UpdateGroupContactUpdateGroupContact. fromJson(String jsonString)Create an instance of UpdateGroupContact given an JSON stringUpdateGroupContactUpdateGroupContact. groupName(String groupName)
-