Class CreateUiModificationDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.CreateUiModificationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateUiModificationDetails
extends Object
CreateUiModificationDetails
-
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 ofCreateUiModificationDetails
.CreateUiModificationDetails
(List<UiModificationContextDetails> contexts, String data, String description, String name) Constructs a validated instance ofCreateUiModificationDetails
. -
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. -
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
-
CreateUiModificationDetails
Constructs a validated instance ofCreateUiModificationDetails
.- Parameters:
spec
- the specification to process
-
CreateUiModificationDetails
@Internal public CreateUiModificationDetails(List<UiModificationContextDetails> contexts, String data, String description, String name) Constructs a validated instance ofCreateUiModificationDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CreateUiModificationDetails(Consumer)
instead.- Parameters:
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.name
- The name of the UI modification. The maximum length is 255 characters.
-
CreateUiModificationDetails
protected CreateUiModificationDetails()
-
-
Method Details
-
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. -
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.- 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
-