Class ProjectRoleUser

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

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

    • accountId

      protected String accountId
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
  • Constructor Details

    • ProjectRoleUser

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

      @Internal public ProjectRoleUser(String accountId)
      Constructs a validated instance of ProjectRoleUser.

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

      Parameters:
      accountId - The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
    • ProjectRoleUser

      protected ProjectRoleUser()
  • Method Details

    • builder

      public static ProjectRoleUser.ProjectRoleUserBuilder builder()
    • accountId

      public String accountId()
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
    • accountId

      public ProjectRoleUser accountId(String accountId)
      The account ID of the user, which uniquely identifies the user across all Atlassian products. For example, *5b10ac8d82e05b22cc7d4ef5*. Returns *unknown* if the record is deleted and corrupted, for example, as the result of a server import.
      Returns:
      this.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object