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
  • Felddetails

    • cascadingOptionId

      protected String cascadingOptionId
      The ID of the default cascading option.
    • contextId

      protected String contextId
      The ID of the context.
    • optionId

      protected String optionId
      The ID of the default option.
    • type

      protected String type
    • optionIds

      protected List<String> optionIds
      The list of IDs of the default options.
    • accountId

      protected String accountId
      The ID of the default user.
    • userFilter

      protected UserFilter userFilter
    • accountIds

      protected List<String> accountIds
      The IDs of the default users.
    • groupId

      protected String groupId
      The ID of the the default group.
    • groupIds

      protected Set<String> groupIds
      The IDs of the default groups.
    • date

      protected String date
      The default date in ISO format. Ignored if useCurrent is true.
    • useCurrent

      protected Boolean useCurrent
      Whether to use the current date.
    • dateTime

      protected String dateTime
      The default date-time in ISO format. Ignored if useCurrent is true.
    • url

      protected String url
      The default URL.
    • projectId

      protected String projectId
      The ID of the default project.
    • number

      protected Double number
      The default floating-point number.
    • labels

      protected List<String> labels
      The default labels value.
    • text

      protected String text
      The default text. The maximum length is 254 characters.
    • versionId

      protected String versionId
      The ID of the default version.
    • versionOrder

      protected 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".
    • versionIds

      protected Set<String> versionIds
      The IDs of the default versions.
    • values

      protected List<String> values
      List of string values. The maximum length for a value is 254 characters.
    • object

      protected Object object
      The default JSON object.
  • Konstruktordetails

    • CustomFieldContextDefaultValue

      public CustomFieldContextDefaultValue(Consumer<CustomFieldContextDefaultValue> spec)
      Constructs a validated instance of CustomFieldContextDefaultValue.
      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 of CustomFieldContextDefaultValue.

      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 - type
      optionIds - The list of IDs of the default options.
      accountId - The ID of the default user.
      userFilter - 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 if useCurrent is true.
      useCurrent - Whether to use the current date.
      dateTime - The default date-time in ISO format. Ignored if useCurrent 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