Uses of Class
com.boldsign.model.CreateGroupContactResponse
-
Packages that use CreateGroupContactResponse Package Description com.boldsign.api com.boldsign.model -
-
Uses of CreateGroupContactResponse in com.boldsign.api
Methods in com.boldsign.api that return CreateGroupContactResponse Modifier and Type Method Description CreateGroupContactResponseGroupContactsApi. createGroupContact(GroupContactDetails groupContactDetails)Create a new Group Contact.Methods in com.boldsign.api that return types with arguments of type CreateGroupContactResponse Modifier and Type Method Description ApiResponse<CreateGroupContactResponse>GroupContactsApi. createGroupContactWithHttpInfo(GroupContactDetails groupContactDetails)Create a new Group Contact.Method parameters in com.boldsign.api with type arguments of type CreateGroupContactResponse Modifier and Type Method Description okhttp3.CallGroupContactsApi. createGroupContactAsync(GroupContactDetails groupContactDetails, ApiCallback<CreateGroupContactResponse> _callback)Create a new Group Contact. -
Uses of CreateGroupContactResponse in com.boldsign.model
Methods in com.boldsign.model that return CreateGroupContactResponse Modifier and Type Method Description static CreateGroupContactResponseCreateGroupContactResponse. fromJson(String jsonString)Create an instance of CreateGroupContactResponse given an JSON stringCreateGroupContactResponseCreateGroupContactResponse. groupId(String groupId)CreateGroupContactResponseCreateGroupContactResponse. groupName(String groupName)
-