Class OperationsCaseGroupAssignedWebhookPayload


  • public final class OperationsCaseGroupAssignedWebhookPayload
    extends java.lang.Object
    • 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:
        equals in class java.lang.Object
      • getAdditionalProperties

        public java.util.Map<java.lang.String,​java.lang.Object> getAdditionalProperties()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object