Klasse UiModificationContextDetails
java.lang.Object
io.github.primelib.jira4j.restv2.model.UiModificationContextDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UiModificationContextDetails
extends Object
UiModificationContextDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UiModificationContextDetails
(String id, Boolean isAvailable, String issueTypeId, String projectId, String viewType) Constructs a validated instance ofUiModificationContextDetails
.Constructs a validated instance ofUiModificationContextDetails
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
id()
The ID of the UI modification context.The ID of the UI modification context.Whether a context is available.isAvailable
(Boolean isAvailable) Whether a context is available.The issue type ID of the context.issueTypeId
(String issueTypeId) The issue type ID of the context.The project ID of the context.The project ID of the context.toString()
viewType()
The view type of the context.The view type of the context.
-
Felddetails
-
id
The ID of the UI modification context. -
isAvailable
Whether a context is available. For example, when a project is deleted the context becomes unavailable. -
issueTypeId
The issue type ID of the context. -
projectId
The project ID of the context. -
viewType
The view type of the context. OnlyGIC
(Global Issue Create) is supported.
-
-
Konstruktordetails
-
UiModificationContextDetails
Constructs a validated instance ofUiModificationContextDetails
.- Parameter:
spec
- the specification to process
-
UiModificationContextDetails
@Internal public UiModificationContextDetails(String id, Boolean isAvailable, String issueTypeId, String projectId, String viewType) Constructs a validated instance ofUiModificationContextDetails
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
UiModificationContextDetails(Consumer)
instead.- Parameter:
id
- The ID of the UI modification context.isAvailable
- Whether a context is available. For example, when a project is deleted the context becomes unavailable.issueTypeId
- The issue type ID of the context.projectId
- The project ID of the context.viewType
- The view type of the context. OnlyGIC
(Global Issue Create) is supported.
-
UiModificationContextDetails
protected UiModificationContextDetails()
-
-
Methodendetails
-
builder
-
id
The ID of the UI modification context. -
isAvailable
Whether a context is available. For example, when a project is deleted the context becomes unavailable. -
issueTypeId
The issue type ID of the context. -
projectId
The project ID of the context. -
viewType
The view type of the context. OnlyGIC
(Global Issue Create) is supported. -
id
The ID of the UI modification context.- Gibt zurück:
this
.
-
isAvailable
Whether a context is available. For example, when a project is deleted the context becomes unavailable.- Gibt zurück:
this
.
-
issueTypeId
The issue type ID of the context.- Gibt zurück:
this
.
-
projectId
The project ID of the context.- Gibt zurück:
this
.
-
viewType
The view type of the context. OnlyGIC
(Global Issue Create) is supported.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-