Class ProjectEmailAddress

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

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

    • emailAddress

      protected String emailAddress
      The email address.
    • emailAddressStatus

      protected List<String> emailAddressStatus
      When using a custom domain, the status of the email address.
  • Constructor Details

    • ProjectEmailAddress

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

      @Internal public ProjectEmailAddress(String emailAddress, List<String> emailAddressStatus)
      Constructs a validated instance of ProjectEmailAddress.

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

      Parameters:
      emailAddress - The email address.
      emailAddressStatus - When using a custom domain, the status of the email address.
    • ProjectEmailAddress

      protected ProjectEmailAddress()
  • Method Details