Klasse UpdateUiModificationDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UpdateUiModificationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateUiModificationDetails
extends Object
UpdateUiModificationDetails
-
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 name of the UI modification. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
Constructs a validated instance ofUpdateUiModificationDetails
.UpdateUiModificationDetails
(List<UiModificationContextDetails> contexts, String data, String description, String name) Constructs a validated instance ofUpdateUiModificationDetails
. -
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()
name()
The name of the UI modification.The name of the UI modification.toString()
-
Felddetails
-
contexts
List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts. -
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. -
name
The name of the UI modification. The maximum length is 255 characters.
-
-
Konstruktordetails
-
UpdateUiModificationDetails
Constructs a validated instance ofUpdateUiModificationDetails
.- Parameter:
spec
- the specification to process
-
UpdateUiModificationDetails
@Internal public UpdateUiModificationDetails(List<UiModificationContextDetails> contexts, String data, String description, String name) Constructs a validated instance ofUpdateUiModificationDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UpdateUiModificationDetails(Consumer)
instead.- Parameter:
contexts
- List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.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.name
- The name of the UI modification. The maximum length is 255 characters.
-
UpdateUiModificationDetails
protected UpdateUiModificationDetails()
-
-
Methodendetails
-
builder
-
contexts
List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts. -
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. -
name
The name of the UI modification. The maximum length is 255 characters. -
contexts
List of contexts of the UI modification. The maximum number of contexts is 1000. If provided, replaces all existing contexts.- 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
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-