Class Application
java.lang.Object
io.github.primelib.jira4j.restv3.model.Application
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class Application
extends Object
Application
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Application
(String name, String type) Constructs a validated instance ofApplication
.Application
(Consumer<Application> spec) Constructs a validated instance ofApplication
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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.
-
Field 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. -
type
The name-spaced type of the application, used by registered rendering apps.
-
-
Constructor Details
-
Application
Constructs a validated instance ofApplication
.- Parameters:
spec
- the specification to process
-
Application
Constructs a validated instance ofApplication
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
Application(Consumer)
instead.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
type
The name-spaced type of the application, used by registered rendering apps.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-