Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteOutboundContactlistContactsRequest
Packages that use DeleteOutboundContactlistContactsRequest
-
Uses of DeleteOutboundContactlistContactsRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteOutboundContactlistContactsRequestModifier and TypeMethodDescriptionvoidOutboundApi.deleteOutboundContactlistContacts(DeleteOutboundContactlistContactsRequest request) Delete contacts from a contact list.OutboundApiAsync.deleteOutboundContactlistContactsAsync(DeleteOutboundContactlistContactsRequest request, AsyncApiCallback<Void> callback) Delete contacts from a contact list. -
Uses of DeleteOutboundContactlistContactsRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteOutboundContactlistContactsRequestModifier and TypeMethodDescriptionDeleteOutboundContactlistContactsRequest.Builder.build()DeleteOutboundContactlistContactsRequest.withContactIds(List<String> contactIds) DeleteOutboundContactlistContactsRequest.withContactListId(String contactListId) DeleteOutboundContactlistContactsRequest.withCustomHeader(String name, String value)