Uses of Class
com.mypurecloud.sdk.v2.model.CustomAttributesBulkUpdateResponse
Packages that use CustomAttributesBulkUpdateResponse
-
Uses of CustomAttributesBulkUpdateResponse in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return CustomAttributesBulkUpdateResponseModifier and TypeMethodDescriptionCustomAttributesBulkUpdateResponse.attributes(CustomAttributes attributes) The Custom Attributes record.CustomAttributesBulkUpdateResponse.errorMessage(String errorMessage) The error message if an error occurs while updating the record, otherwise null.CustomAttributesBulkUpdateResponse.statusCode(Integer statusCode) The status code result of updating the Custom Attributes record.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type CustomAttributesBulkUpdateResponseMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type CustomAttributesBulkUpdateResponseModifier and TypeMethodDescriptionCustomAttributesBulkUpdateResponseMap.results(Map<String, CustomAttributesBulkUpdateResponse> results) The map of Custom Attributes record ids to their results after updating.voidCustomAttributesBulkUpdateResponseMap.setResults(Map<String, CustomAttributesBulkUpdateResponse> results)