@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-11-13T15:26:36.903+01:00[Europe/Prague]") public class ProjectRoleGroup extends Object
| Constructor and Description |
|---|
ProjectRoleGroup() |
| Modifier and Type | Method and Description |
|---|---|
ProjectRoleGroup |
displayName(String displayName) |
boolean |
equals(Object o) |
String |
getDisplayName()
The display name of the group.
|
String |
getGroupId()
The ID of the group.
|
String |
getName()
The name of the group.
|
ProjectRoleGroup |
groupId(String groupId) |
int |
hashCode() |
ProjectRoleGroup |
name(String name) |
void |
setDisplayName(String displayName) |
void |
setGroupId(String groupId) |
void |
setName(String name) |
String |
toString() |
public ProjectRoleGroup displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ProjectRoleGroup groupId(String groupId)
public String getGroupId()
public void setGroupId(String groupId)
public ProjectRoleGroup name(String name)
public String getName()
public void setName(String name)
Copyright © 2011–2023 Everit Kft.. All rights reserved.