@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2021-09-03T13:48:26.928+02:00[Europe/Prague]") public class ProjectRoleDetails extends Object
| Constructor and Description |
|---|
ProjectRoleDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getAdmin()
Whether this role is the admin role for the project.
|
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() |
ProjectRoleDetails |
name(String name) |
void |
setName(String name) |
void |
setTranslatedName(String translatedName) |
String |
toString() |
ProjectRoleDetails |
translatedName(String translatedName) |
public URI getSelf()
public ProjectRoleDetails name(String name)
public String getName()
public void setName(String name)
public Long getId()
public String getDescription()
public Boolean getAdmin()
public Scope getScope()
public Boolean getRoleConfigurable()
public ProjectRoleDetails translatedName(String translatedName)
public String getTranslatedName()
public void setTranslatedName(String translatedName)
public Boolean getDefault()
Copyright © 2011–2021 Everit Kft.. All rights reserved.