Class WebhookResendObject.Request

    • Method Detail

      • toJson

        public String toJson()
      • resourceType

        public WebhookResendObject.Request resourceType​(String resourceType)
        The resource type to resend.
        Parameters:
        resourceType - The resource type to resend.
        Returns:
        The WebhookResendObject request object.
      • resourceId

        public WebhookResendObject.Request resourceId​(String resourceId)
        The resource id to resend.
        Parameters:
        resourceId - The resource id to resend.
        Returns:
        The WebhookResendObject request object.
      • event

        public WebhookResendObject.Request event​(String event)
        The event that should be resent.
        Parameters:
        event - The event that should be resent.
        Returns:
        The WebhookResendObject request object.
      • getResourceType

        public String getResourceType()
        The resource type to resend.
        Returns:
        The resource type to resend.
      • getResourceId

        public String getResourceId()
        The resource id to resend.
        Returns:
        The resource id to resend.
      • getEvent

        public String getEvent()
        The event that should be resent.
        Returns:
        The event that should be resent.