Uses of Class
com.mypurecloud.sdk.v2.model.CustomAttributesBulkUpdateResponseMap
Packages that use CustomAttributesBulkUpdateResponseMap
-
Uses of CustomAttributesBulkUpdateResponseMap in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return CustomAttributesBulkUpdateResponseMapModifier and TypeMethodDescriptionConversationsApi.patchConversationCustomattributesBulk(PatchConversationCustomattributesBulkRequest request) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApi.patchConversationCustomattributesBulk(String conversationId, List<CustomAttributesPatchRequest> body) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApi.putConversationCustomattributesBulk(PutConversationCustomattributesBulkRequest request) Create or update a list of custom attributes records.ConversationsApi.putConversationCustomattributesBulk(String conversationId, List<CustomAttributesUpdateRequest> body) Create or update a list of custom attributes records.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type CustomAttributesBulkUpdateResponseMapModifier and TypeMethodDescriptionConversationsApi.patchConversationCustomattributesBulk(ApiRequest<List<CustomAttributesPatchRequest>> request) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.patchConversationCustomattributesBulkAsync(PatchConversationCustomattributesBulkRequest request, AsyncApiCallback<CustomAttributesBulkUpdateResponseMap> callback) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.patchConversationCustomattributesBulkAsync(ApiRequest<List<CustomAttributesPatchRequest>> request, AsyncApiCallback<ApiResponse<CustomAttributesBulkUpdateResponseMap>> callback) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApi.patchConversationCustomattributesBulkWithHttpInfo(String conversationId, List<CustomAttributesPatchRequest> body) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApi.putConversationCustomattributesBulk(ApiRequest<List<CustomAttributesUpdateRequest>> request) Create or update a list of custom attributes records.ConversationsApiAsync.putConversationCustomattributesBulkAsync(PutConversationCustomattributesBulkRequest request, AsyncApiCallback<CustomAttributesBulkUpdateResponseMap> callback) Create or update a list of custom attributes records.ConversationsApiAsync.putConversationCustomattributesBulkAsync(ApiRequest<List<CustomAttributesUpdateRequest>> request, AsyncApiCallback<ApiResponse<CustomAttributesBulkUpdateResponseMap>> callback) Create or update a list of custom attributes records.ConversationsApi.putConversationCustomattributesBulkWithHttpInfo(String conversationId, List<CustomAttributesUpdateRequest> body) Create or update a list of custom attributes records.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type CustomAttributesBulkUpdateResponseMapModifier and TypeMethodDescriptionConversationsApiAsync.patchConversationCustomattributesBulkAsync(PatchConversationCustomattributesBulkRequest request, AsyncApiCallback<CustomAttributesBulkUpdateResponseMap> callback) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.patchConversationCustomattributesBulkAsync(ApiRequest<List<CustomAttributesPatchRequest>> request, AsyncApiCallback<ApiResponse<CustomAttributesBulkUpdateResponseMap>> callback) Update a list of custom attributes record by amending the data with only the provided fields.ConversationsApiAsync.putConversationCustomattributesBulkAsync(PutConversationCustomattributesBulkRequest request, AsyncApiCallback<CustomAttributesBulkUpdateResponseMap> callback) Create or update a list of custom attributes records.ConversationsApiAsync.putConversationCustomattributesBulkAsync(ApiRequest<List<CustomAttributesUpdateRequest>> request, AsyncApiCallback<ApiResponse<CustomAttributesBulkUpdateResponseMap>> callback) Create or update a list of custom attributes records. -
Uses of CustomAttributesBulkUpdateResponseMap in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomAttributesBulkUpdateResponseMapModifier and TypeMethodDescriptionCustomAttributesBulkUpdateResponseMap.results(Map<String, CustomAttributesBulkUpdateResponse> results) The map of Custom Attributes record ids to their results after updating.