Klasse Application

java.lang.Object
io.github.primelib.jira4j.restv3.model.Application

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class Application extends Object
Application
  • Felddetails

    • name

      protected String 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.
    • type

      protected String type
      The name-spaced type of the application, used by registered rendering apps.
  • Konstruktordetails

    • Application

      public Application(Consumer<Application> spec)
      Constructs a validated instance of Application.
      Parameter:
      spec - the specification to process
    • Application

      @Internal public Application(String name, String type)
      Constructs a validated instance of Application.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using Application(Consumer) instead.

      Parameter:
      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.
      type - The name-spaced type of the application, used by registered rendering apps.
    • Application

      protected Application()
  • Methodendetails

    • builder

      public static Application.ApplicationBuilder builder()
    • name

      public String 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.
    • type

      public String type()
      The name-spaced type of the application, used by registered rendering apps.
    • name

      public Application name(String 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.
      Gibt zurück:
      this.
    • type

      public Application type(String type)
      The name-spaced type of the application, used by registered rendering apps.
      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object