Klasse RemoteIssueLinkApplication
java.lang.Object
io.github.primelib.jira4j.restv3.model.RemoteIssueLinkApplication
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class RemoteIssueLinkApplication
extends Object
RemoteIssueLinkApplication
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
RemoteIssueLinkApplication
(String name, String type) Constructs a validated instance ofRemoteIssueLinkApplication
.Constructs a validated instance ofRemoteIssueLinkApplication
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
name()
The name of the application.The name of the application.toString()
type()
The name-spaced type of the application, used by registered rendering apps.The name-spaced type of the application, used by registered rendering apps.
-
Felddetails
-
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.
-
-
Konstruktordetails
-
RemoteIssueLinkApplication
Constructs a validated instance ofRemoteIssueLinkApplication
.- Parameter:
spec
- the specification to process
-
RemoteIssueLinkApplication
Constructs a validated instance ofRemoteIssueLinkApplication
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
RemoteIssueLinkApplication(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.
-
RemoteIssueLinkApplication
protected RemoteIssueLinkApplication()
-
-
Methodendetails
-
builder
-
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. -
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
The name-spaced type of the application, used by registered rendering apps.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-