Package com.mypurecloud.sdk.v2.model
Class ShiftTradeExternalActivityRule
java.lang.Object
com.mypurecloud.sdk.v2.model.ShiftTradeExternalActivityRule
- All Implemented Interfaces:
Serializable
ShiftTradeExternalActivityRule
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumThe action this rule invokesstatic enumThe external activity type to which to apply this rule -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe action this rule invokesactivityCodeIdReplacement(String activityCodeIdReplacement) The ID of the activity code with which to replace to replace external activities (required if action == KeepWithAgent, must be a default activity code ID)booleanexternalActivityType(ShiftTradeExternalActivityRule.ExternalActivityTypeEnum externalActivityType) The external activity type to which to apply this ruleinthashCode()voidvoidsetActivityCodeIdReplacement(String activityCodeIdReplacement) voidsetExternalActivityType(ShiftTradeExternalActivityRule.ExternalActivityTypeEnum externalActivityType) toString()
-
Constructor Details
-
ShiftTradeExternalActivityRule
public ShiftTradeExternalActivityRule() -
ShiftTradeExternalActivityRule
-
-
Method Details
-
externalActivityType
public ShiftTradeExternalActivityRule externalActivityType(ShiftTradeExternalActivityRule.ExternalActivityTypeEnum externalActivityType) The external activity type to which to apply this rule -
getExternalActivityType
-
setExternalActivityType
public void setExternalActivityType(ShiftTradeExternalActivityRule.ExternalActivityTypeEnum externalActivityType) -
action
The action this rule invokes -
getAction
-
setAction
-
activityCodeIdReplacement
The ID of the activity code with which to replace to replace external activities (required if action == KeepWithAgent, must be a default activity code ID) -
getActivityCodeIdReplacement
-
setActivityCodeIdReplacement
-
equals
-
hashCode
public int hashCode() -
toString
-