Class UpdateUiModificationDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UpdateUiModificationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UpdateUiModificationDetails
extends Object
UpdateUiModificationDetails
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected 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. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofUpdateUiModificationDetails
.UpdateUiModificationDetails
(List<UiModificationContextDetails> contexts, String data, String description, String name) Constructs a validated instance ofUpdateUiModificationDetails
. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
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()
-
Field Details
-
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.
-
-
Constructor Details
-
UpdateUiModificationDetails
Constructs a validated instance ofUpdateUiModificationDetails
.- Parameters:
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.- Parameters:
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()
-
-
Method Details
-
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.- Returns:
this
.
-
data
The data of the UI modification. The maximum size of the data is 50000 characters.- Returns:
this
.
-
description
The description of the UI modification. The maximum length is 255 characters.- Returns:
this
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-