Class ProjectRoleGroup

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

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

    • displayName

      protected String displayName
      The display name of the group.
    • groupId

      protected String groupId
      The ID of the group.
    • name

      protected String name
      The name of the group. As a group's name can change, use of groupId is recommended to identify the group.
  • Constructor Details

    • ProjectRoleGroup

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

      @Internal public ProjectRoleGroup(String displayName, String groupId, String name)
      Constructs a validated instance of ProjectRoleGroup.

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

      Parameters:
      displayName - The display name of the group.
      groupId - The ID of the group.
      name - The name of the group. As a group's name can change, use of groupId is recommended to identify the group.
    • ProjectRoleGroup

      protected ProjectRoleGroup()
  • Method Details

    • builder

    • displayName

      public String displayName()
      The display name of the group.
    • groupId

      public String groupId()
      The ID of the group.
    • name

      public String name()
      The name of the group. As a group's name can change, use of groupId is recommended to identify the group.
    • displayName

      public ProjectRoleGroup displayName(String displayName)
      The display name of the group.
      Returns:
      this.
    • groupId

      public ProjectRoleGroup groupId(String groupId)
      The ID of the group.
      Returns:
      this.
    • name

      public ProjectRoleGroup name(String name)
      The name of the group. As a group's name can change, use of groupId is recommended to identify the group.
      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