Class Application.ApplicationBuilder

java.lang.Object
io.github.primelib.jira4j.restv3.model.Application.ApplicationBuilder
Enclosing class:
Application

public static class Application.ApplicationBuilder extends Object
  • Method Details

    • name

      The name of the application. Used in conjunction with the (remote) object icon title to display a tooltip for the link's icon. The tooltip takes the format "\\[application name\\] icon title". Blank items are excluded from the tooltip title. If both items are blank, the icon tooltop displays as "Web Link". Grouping and sorting of links may place links without an application name last.
      Returns:
      this.
    • type

      The name-spaced type of the application, used by registered rendering apps.
      Returns:
      this.
    • build

      public Application build()
    • toString

      public String toString()
      Overrides:
      toString in class Object