Klasse UnrestrictedUserEmail

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

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class UnrestrictedUserEmail extends Object
UnrestrictedUserEmail
  • Felddetails

    • accountId

      protected String accountId
      The accountId of the user
    • email

      protected String email
      The email of the user
  • Konstruktordetails

    • UnrestrictedUserEmail

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

      @Internal public UnrestrictedUserEmail(String accountId, String email)
      Constructs a validated instance of UnrestrictedUserEmail.

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

      Parameter:
      accountId - The accountId of the user
      email - The email of the user
    • UnrestrictedUserEmail

      protected UnrestrictedUserEmail()
  • Methodendetails