Class UserContextVariable

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

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

    • accountId

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

      protected String type
      Type of custom context variable.
  • Constructor Details

    • UserContextVariable

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

      @Internal public UserContextVariable(String accountId, String type)
      Constructs a validated instance of UserContextVariable.

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

      Parameters:
      accountId - The account ID of the user.
      type - Type of custom context variable.
    • UserContextVariable

      protected UserContextVariable()
  • Method Details