Uses of Class
com.mypurecloud.sdk.v2.model.ExternalMetricDataItem
Packages that use ExternalMetricDataItem
-
Uses of ExternalMetricDataItem in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return ExternalMetricDataItemModifier and TypeMethodDescriptionThe number of data points.ExternalMetricDataItem.dateOccurred(LocalDate dateOccurred) The date of the metric data.The ID of the external metric definitionExternalMetricDataItem.type(ExternalMetricDataItem.TypeEnum type) The type of the metric data.The user main email used in user's GenesysCloud account.The user ID.ExternalMetricDataItem.value(BigDecimal value) The value of the metric data.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type ExternalMetricDataItemMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type ExternalMetricDataItemModifier and TypeMethodDescriptionExternalMetricDataWriteRequest.items(List<ExternalMetricDataItem> items) A list of external metric data items.voidExternalMetricDataWriteRequest.setItems(List<ExternalMetricDataItem> items)