Class ScreenableTab
java.lang.Object
io.github.primelib.jira4j.restv2.model.ScreenableTab
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenableTab
extends Object
ScreenableTab
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ScreenableTab
(Long id, String name) Constructs a validated instance ofScreenableTab
.ScreenableTab
(Consumer<ScreenableTab> spec) Constructs a validated instance ofScreenableTab
. -
Method Summary
-
Field Details
-
id
The ID of the screen tab. -
name
The name of the screen tab. The maximum length is 255 characters.
-
-
Constructor Details
-
ScreenableTab
Constructs a validated instance ofScreenableTab
.- Parameters:
spec
- the specification to process
-
ScreenableTab
Constructs a validated instance ofScreenableTab
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenableTab(Consumer)
instead.- Parameters:
id
- The ID of the screen tab.name
- The name of the screen tab. The maximum length is 255 characters.
-
ScreenableTab
protected ScreenableTab()
-
-
Method Details
-
builder
-
id
The ID of the screen tab. -
name
The name of the screen tab. The maximum length is 255 characters. -
id
The ID of the screen tab.- Returns:
this
.
-
name
The name of the screen tab. The maximum length is 255 characters.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-