Klasse UiModificationContextDetails
java.lang.Object
io.github.primelib.jira4j.restv3.model.UiModificationContextDetails
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class UiModificationContextDetails
extends Object
UiModificationContextDetails
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
static enum
The view type of the context. -
Feldübersicht
Felder -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
UiModificationContextDetails
(String id, Boolean isAvailable, String issueTypeId, String projectId, UiModificationContextDetails.ViewTypeEnum 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. Null is treated as a wildcard, meaning the UI modification will be applied to all issue types. Each UI modification context can have a maximum of one wildcard. -
projectId
The project ID of the context. Null is treated as a wildcard, meaning the UI modification will be applied to all projects. Each UI modification context can have a maximum of one wildcard. -
viewType
The view type of the context. OnlyGIC
(Global Issue Create) andIssueView
are supported. Null is treated as a wildcard, meaning the UI modification will be applied to all view types. Each UI modification context can have a maximum of one wildcard.
-
-
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, UiModificationContextDetails.ViewTypeEnum 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. Null is treated as a wildcard, meaning the UI modification will be applied to all issue types. Each UI modification context can have a maximum of one wildcard.projectId
- The project ID of the context. Null is treated as a wildcard, meaning the UI modification will be applied to all projects. Each UI modification context can have a maximum of one wildcard.viewType
- The view type of the context. OnlyGIC
(Global Issue Create) andIssueView
are supported. Null is treated as a wildcard, meaning the UI modification will be applied to all view types. Each UI modification context can have a maximum of one wildcard.
-
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. Null is treated as a wildcard, meaning the UI modification will be applied to all issue types. Each UI modification context can have a maximum of one wildcard. -
projectId
The project ID of the context. Null is treated as a wildcard, meaning the UI modification will be applied to all projects. Each UI modification context can have a maximum of one wildcard. -
viewType
The view type of the context. OnlyGIC
(Global Issue Create) andIssueView
are supported. Null is treated as a wildcard, meaning the UI modification will be applied to all view types. Each UI modification context can have a maximum of one wildcard. -
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. Null is treated as a wildcard, meaning the UI modification will be applied to all issue types. Each UI modification context can have a maximum of one wildcard.- Gibt zurück:
this
.
-
projectId
The project ID of the context. Null is treated as a wildcard, meaning the UI modification will be applied to all projects. Each UI modification context can have a maximum of one wildcard.- Gibt zurück:
this
.
-
viewType
The view type of the context. OnlyGIC
(Global Issue Create) andIssueView
are supported. Null is treated as a wildcard, meaning the UI modification will be applied to all view types. Each UI modification context can have a maximum of one wildcard.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-