Class ProjectPermissionsDto

java.lang.Object
de.qytera.qtaf.xray.dto.jira.ProjectPermissionsDto

public class ProjectPermissionsDto extends Object
User permissions on a project.
  • Constructor Details

    • ProjectPermissionsDto

      public ProjectPermissionsDto()
  • Method Details

    • getCanEdit

      public Boolean getCanEdit()
      Whether the logged user can edit the project.
    • setCanEdit

      public void setCanEdit(Boolean canEdit)
      Whether the logged user can edit the project.
    • 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