Klasse StatusLayoutUpdate
java.lang.Object
io.github.primelib.jira4j.restv2.model.StatusLayoutUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusLayoutUpdate
extends Object
StatusLayoutUpdate
-
Verschachtelte Klassen - Übersicht
Verschachtelte Klassen -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected WorkflowLayout
The properties for this status layout.protected String
A unique ID which the status will use to refer to this layout configuration. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
StatusLayoutUpdate
(WorkflowLayout layout, Map<String, String> properties, String statusReference) Constructs a validated instance ofStatusLayoutUpdate
.Constructs a validated instance ofStatusLayoutUpdate
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
layout()
layout
(WorkflowLayout layout) The properties for this status layout.properties
(Map<String, String> properties) The properties for this status layout.A unique ID which the status will use to refer to this layout configuration.statusReference
(String statusReference) A unique ID which the status will use to refer to this layout configuration.toString()
-
Felddetails
-
layout
-
properties
The properties for this status layout. -
statusReference
A unique ID which the status will use to refer to this layout configuration.
-
-
Konstruktordetails
-
StatusLayoutUpdate
Constructs a validated instance ofStatusLayoutUpdate
.- Parameter:
spec
- the specification to process
-
StatusLayoutUpdate
@Internal public StatusLayoutUpdate(WorkflowLayout layout, Map<String, String> properties, String statusReference) Constructs a validated instance ofStatusLayoutUpdate
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
StatusLayoutUpdate(Consumer)
instead.- Parameter:
layout
- var.nameproperties
- The properties for this status layout.statusReference
- A unique ID which the status will use to refer to this layout configuration.
-
StatusLayoutUpdate
protected StatusLayoutUpdate()
-
-
Methodendetails
-
builder
-
layout
-
properties
The properties for this status layout. -
statusReference
A unique ID which the status will use to refer to this layout configuration. -
layout
- Gibt zurück:
this
.
-
properties
The properties for this status layout.- Gibt zurück:
this
.
-
statusReference
A unique ID which the status will use to refer to this layout configuration.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-