public class ActionSummary
extends java.lang.Object
implements java.io.Serializable
Information about an action.
| Constructor and Description |
|---|
ActionSummary() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getActionType()
The action type.
|
int |
hashCode() |
void |
setActionType(ActionType actionType)
The action type.
|
void |
setActionType(java.lang.String actionType)
The action type.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
ActionSummary |
withActionType(ActionType actionType)
The action type.
|
ActionSummary |
withActionType(java.lang.String actionType)
The action type.
|
public java.lang.String getActionType()
The action type.
Constraints:
Allowed Values: CREATE_TASK, ASSIGN_CONTACT_CATEGORY,
GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION
The action type.
ActionTypepublic void setActionType(java.lang.String actionType)
The action type.
Constraints:
Allowed Values: CREATE_TASK, ASSIGN_CONTACT_CATEGORY,
GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION
actionType - The action type.
ActionTypepublic ActionSummary withActionType(java.lang.String actionType)
The action type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE_TASK, ASSIGN_CONTACT_CATEGORY,
GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION
actionType - The action type.
ActionTypepublic void setActionType(ActionType actionType)
The action type.
Constraints:
Allowed Values: CREATE_TASK, ASSIGN_CONTACT_CATEGORY,
GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION
actionType - The action type.
ActionTypepublic ActionSummary withActionType(ActionType actionType)
The action type.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Allowed Values: CREATE_TASK, ASSIGN_CONTACT_CATEGORY,
GENERATE_EVENTBRIDGE_EVENT, SEND_NOTIFICATION
actionType - The action type.
ActionTypepublic java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object