Class UiModificationDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UiModificationDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UiModificationDetails
extends Object
UiModificationDetails
-
Nested Class Summary
Nested Classes -
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 ID of the UI modification.protected String
The name of the UI modification.protected String
The URL of the UI modification. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructs a validated instance ofUiModificationDetails
.UiModificationDetails
(List<UiModificationContextDetails> contexts, String data, String description, String id, String name, String self) Constructs a validated instance ofUiModificationDetails
. -
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()
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()
-
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. -
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.
-
-
Constructor Details
-
UiModificationDetails
Constructs a validated instance ofUiModificationDetails
.- Parameters:
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.- 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.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()
-
-
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. -
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.- 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
.
-
id
The ID of the UI modification.- Returns:
this
.
-
name
The name of the UI modification. The maximum length is 255 characters.- Returns:
this
.
-
self
The URL of the UI modification.- Returns:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-