@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2019-09-05T12:17:30.184+02:00[Europe/Prague]") public class ProjectRole extends Object
| Constructor and Description |
|---|
ProjectRole() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<RoleActor> |
getActors()
The list of users who act in this role.
|
String |
getDescription()
The description of the project role.
|
Long |
getId()
The ID of the project role.
|
String |
getName()
The name of the project role.
|
Scope |
getScope()
The scope of the role.
|
URI |
getSelf()
The URL the project role details.
|
int |
hashCode() |
ProjectRole |
name(String name) |
void |
setName(String name) |
String |
toString() |
public URI getSelf()
public ProjectRole name(String name)
public String getName()
public void setName(String name)
public Long getId()
public String getDescription()
public List<RoleActor> getActors()
public Scope getScope()
Copyright © 2011–2020 Everit Kft.. All rights reserved.