Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsProperty
Packages that use AnalyticsProperty
-
Uses of AnalyticsProperty in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsPropertyModifier and TypeMethodDescriptionUser-defined rather than intrinsic system-observed values.AnalyticsProperty.propertyType(AnalyticsProperty.PropertyTypeEnum propertyType) Indicates what the data type is (e.g. integer vs string) and therefore how to evaluate what would constitute a matchWhat property value to match againstMethods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsPropertyModifier and TypeMethodDescriptionAnalyticsConversationSegment.getProperties()PropertyIndexRequest.getProperties()Method parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsPropertyModifier and TypeMethodDescriptionAnalyticsConversationSegment.properties(List<AnalyticsProperty> properties) Additional segment propertiesPropertyIndexRequest.properties(List<AnalyticsProperty> properties) The list of properties to indexvoidAnalyticsConversationSegment.setProperties(List<AnalyticsProperty> properties) voidPropertyIndexRequest.setProperties(List<AnalyticsProperty> properties)