Klasse CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder
java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder
- Umschließende Klasse:
CustomFieldContextDefaultValue
public static class CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungThe ID of the default user.accountIds
(List<String> accountIds) The IDs of the default users.build()
cascadingOptionId
(String cascadingOptionId) The ID of the default cascading option.The ID of the context.The default date in ISO format.The default date-time in ISO format.The ID of the the default group.The IDs of the default groups.The default labels value.The default floating-point number.The default JSON object.The ID of the default option.The list of IDs of the default options.The ID of the default project.The default text.toString()
The default URL.useCurrent
(Boolean useCurrent) Whether to use the current date.userFilter
(UserFilter userFilter) List of string values.The ID of the default version.versionIds
(Set<String> versionIds) The IDs of the default versions.versionOrder
(String versionOrder) The order the pickable versions are displayed in.
-
Methodendetails
-
cascadingOptionId
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder cascadingOptionId(String cascadingOptionId) The ID of the default cascading option.- Gibt zurück:
this
.
-
contextId
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder contextId(String contextId) The ID of the context.- Gibt zurück:
this
.
-
optionId
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder optionId(String optionId) The ID of the default option.- Gibt zurück:
this
.
-
type
- Gibt zurück:
this
.
-
optionIds
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder optionIds(List<String> optionIds) The list of IDs of the default options.- Gibt zurück:
this
.
-
accountId
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder accountId(String accountId) The ID of the default user.- Gibt zurück:
this
.
-
userFilter
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder userFilter(UserFilter userFilter) - Gibt zurück:
this
.
-
accountIds
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder accountIds(List<String> accountIds) The IDs of the default users.- Gibt zurück:
this
.
-
groupId
The ID of the the default group.- Gibt zurück:
this
.
-
groupIds
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder groupIds(Set<String> 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
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder useCurrent(Boolean useCurrent) Whether to use the current date.- Gibt zurück:
this
.
-
dateTime
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder dateTime(String 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
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder projectId(String projectId) The ID of the default project.- Gibt zurück:
this
.
-
number
The default floating-point number.- Gibt zurück:
this
.
-
labels
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder labels(List<String> labels) The default labels value.- Gibt zurück:
this
.
-
text
The default text. The maximum length is 254 characters.- Gibt zurück:
this
.
-
versionId
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder versionId(String versionId) The ID of the default version.- Gibt zurück:
this
.
-
versionOrder
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder versionOrder(String 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
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder versionIds(Set<String> versionIds) The IDs of the default versions.- Gibt zurück:
this
.
-
values
public CustomFieldContextDefaultValue.CustomFieldContextDefaultValueBuilder values(List<String> 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
.
-
build
-
toString
-