Package com.chrt.api.types
Class OperationsCaseGroupAssignedWebhookPayload
- java.lang.Object
-
- com.chrt.api.types.OperationsCaseGroupAssignedWebhookPayload
-
public final class OperationsCaseGroupAssignedWebhookPayload extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceOperationsCaseGroupAssignedWebhookPayload._FinalStagestatic classOperationsCaseGroupAssignedWebhookPayload.Builderstatic interfaceOperationsCaseGroupAssignedWebhookPayload.CaseIdStagestatic interfaceOperationsCaseGroupAssignedWebhookPayload.DepartmentIdStagestatic interfaceOperationsCaseGroupAssignedWebhookPayload.EventTimestampStagestatic interfaceOperationsCaseGroupAssignedWebhookPayload.OrderIdStage
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OperationsCaseGroupAssignedWebhookPayload.EventTimestampStagebuilder()booleanequals(java.lang.Object other)java.util.Map<java.lang.String,java.lang.Object>getAdditionalProperties()java.lang.StringgetCaseId()java.lang.StringgetDepartmentId()java.time.OffsetDateTimegetEventTimestamp()java.util.Optional<java.lang.String>getEventType()java.util.List<java.lang.String>getOperatorUserIds()java.lang.StringgetOrderId()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getEventType
public java.util.Optional<java.lang.String> getEventType()
-
getEventTimestamp
public java.time.OffsetDateTime getEventTimestamp()
- Returns:
- UTC timestamp when the event occurred
-
getCaseId
public java.lang.String getCaseId()
- Returns:
- The case that was assigned to a group
-
getOrderId
public java.lang.String getOrderId()
- Returns:
- The order associated with the case
-
getDepartmentId
public java.lang.String getDepartmentId()
- Returns:
- The department the case was assigned to
-
getOperatorUserIds
public java.util.List<java.lang.String> getOperatorUserIds()
- Returns:
- Operators in the assigned department
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
getAdditionalProperties
public java.util.Map<java.lang.String,java.lang.Object> getAdditionalProperties()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
builder
public static OperationsCaseGroupAssignedWebhookPayload.EventTimestampStage builder()
-
-