Package com.mypurecloud.sdk.v2.model
Class TriggerTarget
java.lang.Object
com.mypurecloud.sdk.v2.model.TriggerTarget
- All Implemented Interfaces:
Serializable
The target of a trigger invocation
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()getType()inthashCode()The ID of the entity to targetvoidvoidvoidsetWorkflowTargetSettings(WorkflowTargetSettings workflowTargetSettings) toString()type(TriggerTarget.TypeEnum type) The entity type to targetworkflowTargetSettings(WorkflowTargetSettings workflowTargetSettings) Optional config for the target.
-
Constructor Details
-
TriggerTarget
public TriggerTarget() -
TriggerTarget
-
-
Method Details
-
type
The entity type to target -
getType
-
setType
-
id
The ID of the entity to target -
getId
-
setId
-
workflowTargetSettings
Optional config for the target. -
getWorkflowTargetSettings
-
setWorkflowTargetSettings
-
equals
-
hashCode
public int hashCode() -
toString
-