@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-10-28T14:12:40.546+01:00[Europe/Prague]") public class ProjectRole extends Object
| Constructor and Description |
|---|
ProjectRole() |
| Modifier and Type | Method and Description |
|---|---|
ProjectRole |
currentUserRole(Boolean currentUserRole) |
boolean |
equals(Object o) |
List<RoleActor> |
getActors()
The list of users who act in this role.
|
Boolean |
getAdmin()
Whether this role is the admin role for the project.
|
Boolean |
getCurrentUserRole()
Whether the calling user is part of this role.
|
Boolean |
getDefault()
Whether this role is the default role for the project
|
String |
getDescription()
The description of the project role.
|
Long |
getId()
The ID of the project role.
|
String |
getName()
The name of the project role.
|
Boolean |
getRoleConfigurable()
Whether the roles are configurable for this project.
|
Scope |
getScope()
The scope of the role.
|
URI |
getSelf()
The URL the project role details.
|
String |
getTranslatedName()
The translated name of the project role.
|
int |
hashCode() |
ProjectRole |
name(String name) |
void |
setCurrentUserRole(Boolean currentUserRole) |
void |
setName(String name) |
void |
setTranslatedName(String translatedName) |
String |
toString() |
ProjectRole |
translatedName(String translatedName) |
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()
public ProjectRole translatedName(String translatedName)
public String getTranslatedName()
public void setTranslatedName(String translatedName)
public ProjectRole currentUserRole(Boolean currentUserRole)
public Boolean getCurrentUserRole()
public void setCurrentUserRole(Boolean currentUserRole)
public Boolean getRoleConfigurable()
public Boolean getAdmin()
public Boolean getDefault()
Copyright © 2011–2021 Everit Kft.. All rights reserved.