Modifier and Type | Field and Description |
---|---|
static GroupJsonBean |
GroupJsonBean.DOC_EXAMPLE |
Modifier and Type | Method and Description |
---|---|
GroupJsonBean |
GroupJsonBeanBuilder.build()
Creates new GroupJsonBean.
|
static GroupJsonBean |
GroupJsonBean.BuildDocExampleUsers(String name)
Creates new instance of GroupJsonBean for docummentation usage.
|
Modifier and Type | Method and Description |
---|---|
static Collection<GroupJsonBean> |
GroupJsonBeanBuilder.buildBeans(Collection<com.atlassian.crowd.embedded.api.Group> Groups,
JiraBaseUrls jiraBaseUrls) |
List<GroupJsonBean> |
NotificationJsonBean.ToJsonBean.getGroups() |
List<GroupJsonBean> |
NotificationJsonBean.RestrictJsonBean.getGroups() |
Modifier and Type | Method and Description |
---|---|
void |
NotificationJsonBean.ToJsonBean.setGroups(List<GroupJsonBean> groups) |
void |
NotificationJsonBean.RestrictJsonBean.setGroups(List<GroupJsonBean> groups) |
Modifier and Type | Method and Description |
---|---|
GroupJsonBean |
GroupNotificationBean.getGroup() |
Constructor and Description |
---|
GroupNotificationBean(Long id,
NotificationType notificationType,
String parameter,
GroupJsonBean group) |
Modifier and Type | Method and Description |
---|---|
GroupJsonBean |
PermissionHolderBean.getGroup() |
Modifier and Type | Method and Description |
---|---|
void |
PermissionHolderBean.setGroup(GroupJsonBean group) |
PermissionHolderBean.Builder |
PermissionHolderBean.Builder.setGroup(GroupJsonBean group) |
Modifier and Type | Class and Description |
---|---|
class |
GroupBean
A representation of Group for the GroupResource (contains additional expand users parameter)
|
Modifier and Type | Method and Description |
---|---|
SimpleListWrapper<GroupJsonBean> |
UserBean.getGroups() |
Constructor and Description |
---|
UserBean(URI self,
String key,
String name,
String displayName,
boolean active,
String emailAddress,
List<GroupJsonBean> groups,
Map<String,URI> avatarUrls,
TimeZone timeZone) |
UserBean(URI self,
String key,
String name,
String displayName,
boolean active,
String emailAddress,
List<GroupJsonBean> groups,
Map<String,URI> avatarUrls,
TimeZone timeZone,
Locale locale,
List<ApplicationRoleBean> applicationRoles) |
Modifier and Type | Method and Description |
---|---|
GroupJsonBean |
FilterPermissionBean.getGroup() |
GroupJsonBean |
FilterSubscriptionBean.getGroup() |
Constructor and Description |
---|
FilterPermissionBean(Long id,
String type,
ProjectBean project,
ProjectRoleBean role,
GroupJsonBean group,
UserBean user,
boolean view,
boolean edit) |
FilterSubscriptionBean(Long id,
UserBean user,
GroupJsonBean group) |
Copyright © 2002-2019 Atlassian. All Rights Reserved.