Package com.mypurecloud.sdk.v2.model
Class OutcomeRequest
java.lang.Object
com.mypurecloud.sdk.v2.model.OutcomeRequest
- All Implemented Interfaces:
Serializable
OutcomeRequest
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionassociatedValueField(AssociatedValueField associatedValueField) The field from the event indicating the associated value.context(RequestContext context) The context of the outcome.description(String description) A description of the outcome.displayName(String displayName) The display name of the outcome.booleaninthashCode()Whether or not the outcome is active.isPositive(Boolean isPositive) Whether or not the outcome is positive.journey(RequestJourney journey) The pattern of rules defining the filter of the outcome.voidsetAssociatedValueField(AssociatedValueField associatedValueField) voidsetContext(RequestContext context) voidsetDescription(String description) voidsetDisplayName(String displayName) voidsetIsActive(Boolean isActive) voidsetIsPositive(Boolean isPositive) voidsetJourney(RequestJourney journey) voidsetVersion(Integer version) toString()The version of the outcome.
-
Constructor Details
-
OutcomeRequest
public OutcomeRequest() -
OutcomeRequest
-
-
Method Details
-
isActive
Whether or not the outcome is active. -
getIsActive
-
setIsActive
-
displayName
The display name of the outcome. -
getDisplayName
-
setDisplayName
-
version
The version of the outcome. -
getVersion
-
setVersion
-
description
A description of the outcome. -
getDescription
-
setDescription
-
isPositive
Whether or not the outcome is positive. -
getIsPositive
-
setIsPositive
-
context
The context of the outcome. -
getContext
-
setContext
-
journey
The pattern of rules defining the filter of the outcome. -
getJourney
-
setJourney
-
associatedValueField
The field from the event indicating the associated value. -
getAssociatedValueField
-
setAssociatedValueField
-
equals
-
hashCode
public int hashCode() -
toString
-