Class WebhookEventObject


  • public class WebhookEventObject
    extends Object
    The event object within the webhook event response.
    • Constructor Detail

      • WebhookEventObject

        protected WebhookEventObject​(String id,
                                     String status,
                                     String href,
                                     String completedAtIso8601)
        Instantiates a new Webhook event object.
        Parameters:
        id - the id
        status - the status
        href - the href
        completedAtIso8601 - the completed at iso 8601
    • Method Detail

      • getId

        public String getId()
        Gets id.
        Returns:
        the id
      • getStatus

        public String getStatus()
        Gets status.
        Returns:
        the status
      • getHref

        public String getHref()
        Gets href.
        Returns:
        the href
      • getCompletedAtIso8601

        public String getCompletedAtIso8601()
        Gets completed at iso 8601.
        Returns:
        the completed at iso 8601
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object