Uses of Class
com.mypurecloud.sdk.v2.api.request.PutOutboundContactlistContactRequest
Packages that use PutOutboundContactlistContactRequest
-
Uses of PutOutboundContactlistContactRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutOutboundContactlistContactRequestModifier and TypeMethodDescriptionOutboundApi.putOutboundContactlistContact(PutOutboundContactlistContactRequest request) Update a contact.OutboundApiAsync.putOutboundContactlistContactAsync(PutOutboundContactlistContactRequest request, AsyncApiCallback<DialerContact> callback) Update a contact. -
Uses of PutOutboundContactlistContactRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutOutboundContactlistContactRequestModifier and TypeMethodDescriptionPutOutboundContactlistContactRequest.Builder.build()PutOutboundContactlistContactRequest.withBody(DialerContact body) PutOutboundContactlistContactRequest.withContactId(String contactId) PutOutboundContactlistContactRequest.withContactListId(String contactListId) PutOutboundContactlistContactRequest.withCustomHeader(String name, String value)