Uses of Class
com.mypurecloud.sdk.v2.model.DncPatchWhatsAppNumbersRequest
Packages that use DncPatchWhatsAppNumbersRequest
Package
Description
-
Uses of DncPatchWhatsAppNumbersRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DncPatchWhatsAppNumbersRequestModifier and TypeMethodDescriptionvoidOutboundApi.patchOutboundDnclistWhatsappnumbers(String dncListId, DncPatchWhatsAppNumbersRequest body) Add entries to or delete entries from a DNC list.OutboundApi.patchOutboundDnclistWhatsappnumbersWithHttpInfo(String dncListId, DncPatchWhatsAppNumbersRequest body) Add entries to or delete entries from a DNC list.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type DncPatchWhatsAppNumbersRequestModifier and TypeMethodDescriptionOutboundApi.patchOutboundDnclistWhatsappnumbers(ApiRequest<DncPatchWhatsAppNumbersRequest> request) Add entries to or delete entries from a DNC list.OutboundApiAsync.patchOutboundDnclistWhatsappnumbersAsync(ApiRequest<DncPatchWhatsAppNumbersRequest> request, AsyncApiCallback<ApiResponse<Void>> callback) Add entries to or delete entries from a DNC list. -
Uses of DncPatchWhatsAppNumbersRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DncPatchWhatsAppNumbersRequestMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type DncPatchWhatsAppNumbersRequestMethods in com.mypurecloud.sdk.v2.api.request with parameters of type DncPatchWhatsAppNumbersRequestModifier and TypeMethodDescriptionPatchOutboundDnclistWhatsappnumbersRequest.builder(String dncListId, DncPatchWhatsAppNumbersRequest body) voidPatchOutboundDnclistWhatsappnumbersRequest.setBody(DncPatchWhatsAppNumbersRequest body) PatchOutboundDnclistWhatsappnumbersRequest.Builder.withBody(DncPatchWhatsAppNumbersRequest body) PatchOutboundDnclistWhatsappnumbersRequest.withBody(DncPatchWhatsAppNumbersRequest body) PatchOutboundDnclistWhatsappnumbersRequest.Builder.withRequiredParams(String dncListId, DncPatchWhatsAppNumbersRequest body) -
Uses of DncPatchWhatsAppNumbersRequest in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return DncPatchWhatsAppNumbersRequestModifier and TypeMethodDescriptionDncPatchWhatsAppNumbersRequest.action(DncPatchWhatsAppNumbersRequest.ActionEnum action) The action to performDncPatchWhatsAppNumbersRequest.expirationDateTime(String expirationDateTime) Expiration date for DNC whatsApp numbers in yyyy-MM-ddTHH:mmZ formatDncPatchWhatsAppNumbersRequest.whatsAppNumbers(List<String> whatsAppNumbers) The list of whatsApp numbers to Add to / Remove from the DNC list