public interface PeopleRole
Modifier and Type | Interface and Description |
---|---|
static interface |
PeopleRole.Group |
static interface |
PeopleRole.User |
Modifier and Type | Method and Description |
---|---|
EditPeopleRoleForm |
edit(String dataField) |
List<PeopleRole.Group> |
getGroups() |
String |
getName() |
List<PeopleRole.User> |
getUsers() |
@Nonnull List<PeopleRole.User> getUsers()
@Nonnull List<PeopleRole.Group> getGroups()
@Nonnull EditPeopleRoleForm edit(String dataField)
Copyright © 2002-2019 Atlassian. All Rights Reserved.