Class ScreenWithTabTab
java.lang.Object
io.github.primelib.jira4j.restv2.model.ScreenWithTabTab
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ScreenWithTabTab
extends Object
ScreenWithTabTab
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ScreenWithTabTab
(Long id, String name) Constructs a validated instance ofScreenWithTabTab
.Constructs a validated instance ofScreenWithTabTab
. -
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
-
ScreenWithTabTab
Constructs a validated instance ofScreenWithTabTab
.- Parameters:
spec
- the specification to process
-
ScreenWithTabTab
Constructs a validated instance ofScreenWithTabTab
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ScreenWithTabTab(Consumer)
instead.- Parameters:
id
- The ID of the screen tab.name
- The name of the screen tab. The maximum length is 255 characters.
-
ScreenWithTabTab
protected ScreenWithTabTab()
-
-
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
-