public class ProjectRole extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProjectRole.Actor |
| Modifier and Type | Field and Description |
|---|---|
List<ProjectRole.Actor> |
actors |
String |
description |
Long |
id |
String |
name |
String |
self |
| Constructor and Description |
|---|
ProjectRole() |
| Modifier and Type | Method and Description |
|---|---|
ProjectRole |
description(String description) |
List<ProjectRole.Actor> |
getActors() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
String |
getSelf() |
ProjectRole |
id(Long id) |
ProjectRole |
name(String name) |
ProjectRole |
self(String self) |
public String self
public String name
public Long id
public String description
public List<ProjectRole.Actor> actors
public ProjectRole self(String self)
public ProjectRole name(String name)
public ProjectRole id(Long id)
public ProjectRole description(String description)
public String getSelf()
public String getName()
public Long getId()
public String getDescription()
public List<ProjectRole.Actor> getActors()
Copyright © 2018 Atlassian. All rights reserved.