@PublicApi public class ProjectRoleImpl extends Object implements ProjectRole
Modifier and Type | Class and Description |
---|---|
static class |
ProjectRoleImpl.Builder |
Constructor and Description |
---|
ProjectRoleImpl(Long id,
String name,
String description) |
ProjectRoleImpl(String name,
String description) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDescription()
Will get the description of this role, null if not set.
|
Long |
getId()
Will return the unique identifier for this project role.
|
String |
getName()
Will get the name of this role, null if not set.
|
int |
hashCode() |
String |
toString() |
public Long getId()
ProjectRole
getId
in interface ProjectRole
public String getName()
ProjectRole
getName
in interface ProjectRole
public String getDescription()
ProjectRole
getDescription
in interface ProjectRole
Copyright © 2002-2021 Atlassian. All Rights Reserved.