Class UiModificationIdentifiers
java.lang.Object
io.github.primelib.jira4j.restv3.model.UiModificationIdentifiers
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UiModificationIdentifiers
extends Object
UiModificationIdentifiers
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
UiModificationIdentifiers
(String id, String self) Constructs a validated instance ofUiModificationIdentifiers
.Constructs a validated instance ofUiModificationIdentifiers
. -
Method Summary
-
Field Details
-
id
The ID of the UI modification. -
self
The URL of the UI modification.
-
-
Constructor Details
-
UiModificationIdentifiers
Constructs a validated instance ofUiModificationIdentifiers
.- Parameters:
spec
- the specification to process
-
UiModificationIdentifiers
Constructs a validated instance ofUiModificationIdentifiers
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UiModificationIdentifiers(Consumer)
instead.- Parameters:
id
- The ID of the UI modification.self
- The URL of the UI modification.
-
UiModificationIdentifiers
protected UiModificationIdentifiers()
-
-
Method Details
-
builder
-
id
The ID of the UI modification. -
self
The URL of the UI modification. -
id
The ID of the UI modification.- Returns:
this
.
-
self
The URL of the UI modification.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-