Class StatusLayoutUpdate
java.lang.Object
io.github.primelib.jira4j.restv3.model.StatusLayoutUpdate
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class StatusLayoutUpdate
extends Object
StatusLayoutUpdate
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected WorkflowLayout
The properties for this status layout.protected String
A unique ID which the status will use to refer to this layout configuration. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
StatusLayoutUpdate
(WorkflowLayout layout, Map<String, String> properties, String statusReference) Constructs a validated instance ofStatusLayoutUpdate
.Constructs a validated instance ofStatusLayoutUpdate
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
layout
-
properties
The properties for this status layout. -
statusReference
A unique ID which the status will use to refer to this layout configuration.
-
-
Constructor Details
-
StatusLayoutUpdate
Constructs a validated instance ofStatusLayoutUpdate
.- Parameters:
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.- Parameters:
layout
- layoutproperties
- The properties for this status layout.statusReference
- A unique ID which the status will use to refer to this layout configuration.
-
StatusLayoutUpdate
protected StatusLayoutUpdate()
-
-
Method Details
-
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
- Returns:
this
.
-
properties
The properties for this status layout.- Returns:
this
.
-
statusReference
A unique ID which the status will use to refer to this layout configuration.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-