Klasse CustomFieldContextDefaultValue
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValue
extends Object
CustomFieldContextDefaultValue
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected String
The ID of the default user.The IDs of the default users.protected String
The ID of the default cascading option.protected String
The ID of the context.protected String
The default date in ISO format.protected String
The default date-time in ISO format.protected String
The ID of the the default group.The IDs of the default groups.The default labels value.protected Double
The default floating-point number.protected Object
The default JSON object.protected String
The ID of the default option.The list of IDs of the default options.protected String
The ID of the default project.protected String
The default text.protected String
protected String
The default URL.protected Boolean
Whether to use the current date.protected UserFilter
List of string values.protected String
The ID of the default version.The IDs of the default versions.protected String
The order the pickable versions are displayed in. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotected
CustomFieldContextDefaultValue
(String cascadingOptionId, String contextId, String optionId, String type, List<String> optionIds, String accountId, UserFilter userFilter, List<String> accountIds, String groupId, Set<String> groupIds, String date, Boolean useCurrent, String dateTime, String url, String projectId, Double number, List<String> labels, String text, String versionId, String versionOrder, Set<String> versionIds, List<String> values, Object object) Constructs a validated instance ofCustomFieldContextDefaultValue
.Constructs a validated instance ofCustomFieldContextDefaultValue
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe ID of the default user.The ID of the default user.The IDs of the default users.accountIds
(List<String> accountIds) The IDs of the default users.builder()
protected boolean
The ID of the default cascading option.cascadingOptionId
(String cascadingOptionId) The ID of the default cascading option.The ID of the context.The ID of the context.date()
The default date in ISO format.The default date in ISO format.dateTime()
The default date-time in ISO format.The default date-time in ISO format.boolean
groupId()
The ID of the the default group.The ID of the the default group.groupIds()
The IDs of the default groups.The IDs of the default groups.int
hashCode()
labels()
The default labels value.The default labels value.number()
The default floating-point number.The default floating-point number.object()
The default JSON object.The default JSON object.optionId()
The ID of the default option.The ID of the default option.The list of IDs of the default options.The list of IDs of the default options.The ID of the default project.The ID of the default project.text()
The default text.The default text.toString()
type()
url()
The default URL.The default URL.Whether to use the current date.useCurrent
(Boolean useCurrent) Whether to use the current date.userFilter
(UserFilter userFilter) values()
List of string values.List of string values.The ID of the default version.The ID of the default version.The IDs of the default versions.versionIds
(Set<String> versionIds) The IDs of the default versions.The order the pickable versions are displayed in.versionOrder
(String versionOrder) The order the pickable versions are displayed in.
-
Felddetails
-
cascadingOptionId
The ID of the default cascading option. -
contextId
The ID of the context. -
optionId
The ID of the default option. -
type
-
optionIds
The list of IDs of the default options. -
accountId
The ID of the default user. -
userFilter
-
accountIds
The IDs of the default users. -
groupId
The ID of the the default group. -
groupIds
The IDs of the default groups. -
date
The default date in ISO format. Ignored ifuseCurrent
is true. -
useCurrent
Whether to use the current date. -
dateTime
The default date-time in ISO format. Ignored ifuseCurrent
is true. -
url
The default URL. -
projectId
The ID of the default project. -
number
The default floating-point number. -
labels
The default labels value. -
text
The default text. The maximum length is 254 characters. -
versionId
The ID of the default version. -
versionOrder
The order the pickable versions are displayed in. If not provided, the released-first order is used. Available version orders are"releasedFirst"
and"unreleasedFirst"
. -
versionIds
The IDs of the default versions. -
values
List of string values. The maximum length for a value is 254 characters. -
object
The default JSON object.
-
-
Konstruktordetails
-
CustomFieldContextDefaultValue
Constructs a validated instance ofCustomFieldContextDefaultValue
.- Parameter:
spec
- the specification to process
-
CustomFieldContextDefaultValue
@Internal public CustomFieldContextDefaultValue(String cascadingOptionId, String contextId, String optionId, String type, List<String> optionIds, String accountId, UserFilter userFilter, List<String> accountIds, String groupId, Set<String> groupIds, String date, Boolean useCurrent, String dateTime, String url, String projectId, Double number, List<String> labels, String text, String versionId, String versionOrder, Set<String> versionIds, List<String> values, Object object) Constructs a validated instance ofCustomFieldContextDefaultValue
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
CustomFieldContextDefaultValue(Consumer)
instead.- Parameter:
cascadingOptionId
- The ID of the default cascading option.contextId
- The ID of the context.optionId
- The ID of the default option.type
- typeoptionIds
- The list of IDs of the default options.accountId
- The ID of the default user.userFilter
- userFilteraccountIds
- The IDs of the default users.groupId
- The ID of the the default group.groupIds
- The IDs of the default groups.date
- The default date in ISO format. Ignored ifuseCurrent
is true.useCurrent
- Whether to use the current date.dateTime
- The default date-time in ISO format. Ignored ifuseCurrent
is true.url
- The default URL.projectId
- The ID of the default project.number
- The default floating-point number.labels
- The default labels value.text
- The default text. The maximum length is 254 characters.versionId
- The ID of the default version.versionOrder
- The order the pickable versions are displayed in. If not provided, the released-first order is used. Available version orders are"releasedFirst"
and"unreleasedFirst"
.versionIds
- The IDs of the default versions.values
- List of string values. The maximum length for a value is 254 characters.object
- The default JSON object.
-
CustomFieldContextDefaultValue
protected CustomFieldContextDefaultValue()
-
-
Methodendetails
-
builder
-
cascadingOptionId
The ID of the default cascading option. -
contextId
The ID of the context. -
optionId
The ID of the default option. -
type
-
optionIds
The list of IDs of the default options. -
accountId
The ID of the default user. -
userFilter
-
accountIds
The IDs of the default users. -
groupId
The ID of the the default group. -
groupIds
The IDs of the default groups. -
date
The default date in ISO format. Ignored ifuseCurrent
is true. -
useCurrent
Whether to use the current date. -
dateTime
The default date-time in ISO format. Ignored ifuseCurrent
is true. -
url
The default URL. -
projectId
The ID of the default project. -
number
The default floating-point number. -
labels
The default labels value. -
text
The default text. The maximum length is 254 characters. -
versionId
The ID of the default version. -
versionOrder
The order the pickable versions are displayed in. If not provided, the released-first order is used. Available version orders are"releasedFirst"
and"unreleasedFirst"
. -
versionIds
The IDs of the default versions. -
values
List of string values. The maximum length for a value is 254 characters. -
object
The default JSON object. -
cascadingOptionId
The ID of the default cascading option.- Gibt zurück:
this
.
-
contextId
The ID of the context.- Gibt zurück:
this
.
-
optionId
The ID of the default option.- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
optionIds
The list of IDs of the default options.- Gibt zurück:
this
.
-
accountId
The ID of the default user.- Gibt zurück:
this
.
-
userFilter
- Gibt zurück:
this
.
-
accountIds
The IDs of the default users.- Gibt zurück:
this
.
-
groupId
The ID of the the default group.- Gibt zurück:
this
.
-
groupIds
The IDs of the default groups.- Gibt zurück:
this
.
-
date
The default date in ISO format. Ignored ifuseCurrent
is true.- Gibt zurück:
this
.
-
useCurrent
Whether to use the current date.- Gibt zurück:
this
.
-
dateTime
The default date-time in ISO format. Ignored ifuseCurrent
is true.- Gibt zurück:
this
.
-
url
The default URL.- Gibt zurück:
this
.
-
projectId
The ID of the default project.- Gibt zurück:
this
.
-
number
The default floating-point number.- Gibt zurück:
this
.
-
labels
The default labels value.- Gibt zurück:
this
.
-
text
The default text. The maximum length is 254 characters.- Gibt zurück:
this
.
-
versionId
The ID of the default version.- Gibt zurück:
this
.
-
versionOrder
The order the pickable versions are displayed in. If not provided, the released-first order is used. Available version orders are"releasedFirst"
and"unreleasedFirst"
.- Gibt zurück:
this
.
-
versionIds
The IDs of the default versions.- Gibt zurück:
this
.
-
values
List of string values. The maximum length for a value is 254 characters.- Gibt zurück:
this
.
-
object
The default JSON object.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-