Class CustomContextVariable

java.lang.Object
io.github.primelib.jira4j.restv3.model.CustomContextVariable

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class CustomContextVariable extends Object
CustomContextVariable
  • Field Details

    • type

      protected String type
      Type of custom context variable.
    • accountId

      protected String accountId
      The account ID of the user.
    • id

      protected Long id
      The issue ID.
    • key

      protected String key
      The issue key.
    • value

      protected Object value
      A JSON object containing custom content.
  • Constructor Details

    • CustomContextVariable

      public CustomContextVariable(Consumer<CustomContextVariable> spec)
      Constructs a validated instance of CustomContextVariable.
      Parameters:
      spec - the specification to process
    • CustomContextVariable

      @Internal public CustomContextVariable(String type, String accountId, Long id, String key, Object value)
      Constructs a validated instance of CustomContextVariable.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using CustomContextVariable(Consumer) instead.

      Parameters:
      type - Type of custom context variable.
      accountId - The account ID of the user.
      id - The issue ID.
      key - The issue key.
      value - A JSON object containing custom content.
    • CustomContextVariable

      protected CustomContextVariable()
  • Method Details