Uses of Class
com.mypurecloud.sdk.v2.model.AnalyticsFlowOutcome
Packages that use AnalyticsFlowOutcome
-
Uses of AnalyticsFlowOutcome in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return AnalyticsFlowOutcomeModifier and TypeMethodDescriptionAnalyticsFlowOutcome.flowOutcome(String flowOutcome) Combination of unique flow outcome identifier and its value separated by colonAnalyticsFlowOutcome.flowOutcomeEndTimestamp(Date flowOutcomeEndTimestamp) The outcome ending timestamp in ISO 8601 format.AnalyticsFlowOutcome.flowOutcomeId(String flowOutcomeId) Unique identifier of a flow outcomeAnalyticsFlowOutcome.flowOutcomeStartTimestamp(Date flowOutcomeStartTimestamp) The outcome starting timestamp in ISO 8601 formatAnalyticsFlowOutcome.flowOutcomeValue(String flowOutcomeValue) Flow outcome value, e.g.Methods in com.mypurecloud.sdk.v2.model that return types with arguments of type AnalyticsFlowOutcomeMethod parameters in com.mypurecloud.sdk.v2.model with type arguments of type AnalyticsFlowOutcomeModifier and TypeMethodDescriptionAnalyticsFlow.outcomes(List<AnalyticsFlowOutcome> outcomes) Flow outcomesvoidAnalyticsFlow.setOutcomes(List<AnalyticsFlowOutcome> outcomes)