Klasse UiModificationDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UiModificationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UiModificationDetails
extends Object
UiModificationDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected List<UiModificationContextDetails>
List of contexts of the UI modification.protected String
The data of the UI modification.protected String
The description of the UI modification.protected String
The ID of the UI modification.protected String
The name of the UI modification.protected String
The URL of the UI modification. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofUiModificationDetails
.UiModificationDetails
(List<UiModificationContextDetails> contexts, String data, String description, String id, String name, String self) Constructs a validated instance ofUiModificationDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
contexts()
List of contexts of the UI modification.contexts
(List<UiModificationContextDetails> contexts) List of contexts of the UI modification.data()
The data of the UI modification.The data of the UI modification.The description of the UI modification.description
(String description) The description of the UI modification.boolean
int
hashCode()
id()
The ID of the UI modification.The ID of the UI modification.name()
The name of the UI modification.The name of the UI modification.self()
The URL of the UI modification.The URL of the UI modification.toString()
-
Felddetails
-
contexts
List of contexts of the UI modification. The maximum number of contexts is 1000. -
data
The data of the UI modification. The maximum size of the data is 50000 characters. -
description
The description of the UI modification. The maximum length is 255 characters. -
id
The ID of the UI modification. -
name
The name of the UI modification. The maximum length is 255 characters. -
self
The URL of the UI modification.
-
-
Konstruktordetails
-
UiModificationDetails
Constructs a validated instance ofUiModificationDetails
.- Parameter:
spec
- the specification to process
-
UiModificationDetails
@Internal public UiModificationDetails(List<UiModificationContextDetails> contexts, String data, String description, String id, String name, String self) Constructs a validated instance ofUiModificationDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UiModificationDetails(Consumer)
instead.- Parameter:
contexts
- List of contexts of the UI modification. The maximum number of contexts is 1000.data
- The data of the UI modification. The maximum size of the data is 50000 characters.description
- The description of the UI modification. The maximum length is 255 characters.id
- The ID of the UI modification.name
- The name of the UI modification. The maximum length is 255 characters.self
- The URL of the UI modification.
-
UiModificationDetails
protected UiModificationDetails()
-
-
Methodendetails
-
builder
-
contexts
List of contexts of the UI modification. The maximum number of contexts is 1000. -
data
The data of the UI modification. The maximum size of the data is 50000 characters. -
description
The description of the UI modification. The maximum length is 255 characters. -
id
The ID of the UI modification. -
name
The name of the UI modification. The maximum length is 255 characters. -
self
The URL of the UI modification. -
contexts
List of contexts of the UI modification. The maximum number of contexts is 1000.- Gibt zurück:
this
.
-
data
The data of the UI modification. The maximum size of the data is 50000 characters.- Gibt zurück:
this
.
-
description
The description of the UI modification. The maximum length is 255 characters.- Gibt zurück:
this
.
-
id
The ID of the UI modification.- Gibt zurück:
this
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Gibt zurück:
this
.
-
self
The URL of the UI modification.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-