Class CustomFieldContextDefaultValue
java.lang.Object
io.github.primelib.jira4j.restv2.model.CustomFieldContextDefaultValue
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CustomFieldContextDefaultValue
extends Object
CustomFieldContextDefaultValue
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe ID of the default user.The IDs of the default users.protected StringThe ID of the default cascading option.protected StringThe ID of the context.protected StringThe default date in ISO format.protected StringThe default date-time in ISO format.protected StringThe ID of the the default group.The IDs of the default groups.The default labels value.protected DoubleThe default floating-point number.protected ObjectThe default JSON object.protected StringThe ID of the default option.The list of IDs of the default options.protected StringThe ID of the default project.protected StringThe default text.protected Stringprotected StringThe default URL.protected BooleanWhether to use the current date.protected UserFilterList of string values.protected StringThe ID of the default version.The IDs of the default versions.protected StringThe order the pickable versions are displayed in. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCustomFieldContextDefaultValue(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. -
Method Summary
Modifier and TypeMethodDescriptionThe 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 booleanThe 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.booleangroupId()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.inthashCode()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.
-
Field Details
-
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 ifuseCurrentis true. -
useCurrent
Whether to use the current date. -
dateTime
The default date-time in ISO format. Ignored ifuseCurrentis 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.
-
-
Constructor Details
-
CustomFieldContextDefaultValue
Constructs a validated instance ofCustomFieldContextDefaultValue.- Parameters:
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.- Parameters:
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 ifuseCurrentis true.useCurrent- Whether to use the current date.dateTime- The default date-time in ISO format. Ignored ifuseCurrentis 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()
-
-
Method Details
-
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 ifuseCurrentis true. -
useCurrent
Whether to use the current date. -
dateTime
The default date-time in ISO format. Ignored ifuseCurrentis 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.- Returns:
this.
-
contextId
The ID of the context.- Returns:
this.
-
optionId
The ID of the default option.- Returns:
this.
-
type
- Returns:
this.
-
optionIds
The list of IDs of the default options.- Returns:
this.
-
accountId
The ID of the default user.- Returns:
this.
-
userFilter
- Returns:
this.
-
accountIds
The IDs of the default users.- Returns:
this.
-
groupId
The ID of the the default group.- Returns:
this.
-
groupIds
The IDs of the default groups.- Returns:
this.
-
date
The default date in ISO format. Ignored ifuseCurrentis true.- Returns:
this.
-
useCurrent
Whether to use the current date.- Returns:
this.
-
dateTime
The default date-time in ISO format. Ignored ifuseCurrentis true.- Returns:
this.
-
url
The default URL.- Returns:
this.
-
projectId
The ID of the default project.- Returns:
this.
-
number
The default floating-point number.- Returns:
this.
-
labels
The default labels value.- Returns:
this.
-
text
The default text. The maximum length is 254 characters.- Returns:
this.
-
versionId
The ID of the default version.- Returns:
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".- Returns:
this.
-
versionIds
The IDs of the default versions.- Returns:
this.
-
values
List of string values. The maximum length for a value is 254 characters.- Returns:
this.
-
object
The default JSON object.- Returns:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-