Interface WorkflowsResponse

    • Method Detail

      • id

        int id()
        The Workflow ID.
        Returns:
        the int
      • nodeId

        String nodeId()
        Node ID
      • path

        String path()
        The workflow path.
      • createdAt

        ZonedDateTime createdAt()
        Created At
        Returns:
        The time when the workflow was created
      • updatedAt

        ZonedDateTime updatedAt()
        Updated At
        Returns:
        The time when the workflow was updated
      • deletedAt

        @Nullable
        ZonedDateTime deletedAt()
        Deleted At
        Returns:
        The time when the workflow was deleted
      • url

        String url()
        Url string.
        Returns:
        the string
      • htmlUrl

        String htmlUrl()
        Html url string.
        Returns:
        the string
      • badgeUrl

        String badgeUrl()
        Badge Url string.
        Returns:
        the string