Uses of Class
com.mypurecloud.sdk.v2.api.request.PostOutboundContactlistClearRequest
Packages that use PostOutboundContactlistClearRequest
-
Uses of PostOutboundContactlistClearRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PostOutboundContactlistClearRequestModifier and TypeMethodDescriptionvoidOutboundApi.postOutboundContactlistClear(PostOutboundContactlistClearRequest request) Deletes all contacts out of a list.OutboundApiAsync.postOutboundContactlistClearAsync(PostOutboundContactlistClearRequest request, AsyncApiCallback<Void> callback) Deletes all contacts out of a list. -
Uses of PostOutboundContactlistClearRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PostOutboundContactlistClearRequestModifier and TypeMethodDescriptionPostOutboundContactlistClearRequest.Builder.build()PostOutboundContactlistClearRequest.withContactListId(String contactListId) PostOutboundContactlistClearRequest.withCustomHeader(String name, String value)