Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteOutboundContactlistContactRequest
Packages that use DeleteOutboundContactlistContactRequest
-
Uses of DeleteOutboundContactlistContactRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteOutboundContactlistContactRequestModifier and TypeMethodDescriptionvoidOutboundApi.deleteOutboundContactlistContact(DeleteOutboundContactlistContactRequest request) Delete a contact.OutboundApiAsync.deleteOutboundContactlistContactAsync(DeleteOutboundContactlistContactRequest request, AsyncApiCallback<Void> callback) Delete a contact. -
Uses of DeleteOutboundContactlistContactRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteOutboundContactlistContactRequestModifier and TypeMethodDescriptionDeleteOutboundContactlistContactRequest.Builder.build()DeleteOutboundContactlistContactRequest.withContactId(String contactId) DeleteOutboundContactlistContactRequest.withContactListId(String contactListId) DeleteOutboundContactlistContactRequest.withCustomHeader(String name, String value)