Package | Description |
---|---|
com.atlassian.jira.rest.v2.admin.applicationrole | |
com.atlassian.jira.rest.v2.issue |
Modifier and Type | Field and Description |
---|---|
static ApplicationRoleBean |
ApplicationRoleBeanExamples.DOC_EXAMPLE |
static ApplicationRoleBean |
ApplicationRoleBeanExamples.DOC_EXAMPLE2 |
static ApplicationRoleBean |
ApplicationRoleBeanExamples.UPDATE_EXAMPLE |
Modifier and Type | Field and Description |
---|---|
static List<ApplicationRoleBean> |
ApplicationRoleBeanExamples.DOC_LIST_EXAMPLE |
Modifier and Type | Method and Description |
---|---|
ApplicationRoleBean |
ApplicationRoleBeanConverter.apply(ApplicationRole input) |
static ApplicationRoleBean |
ApplicationRoleBean.BuildDocExample(String key,
String name) |
ApplicationRoleBean |
ApplicationRoleBeanConverter.roleBean(ApplicationRole role) |
ApplicationRoleBean |
ApplicationRoleBeanConverter.shortBean(ApplicationRole role) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Function<ApplicationRole,ApplicationRoleBean> |
ApplicationRoleBeanConverter.toShortBean() |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationRoleResource.put(String key,
String versionHash,
ApplicationRoleBean bean)
Updates the ApplicationRole with the passed data.
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
ApplicationRoleResource.putBulk(List<ApplicationRoleBean> beans,
String versionHash)
Updates the ApplicationRoles with the passed data if the version hash is the same as the server.
|
Modifier and Type | Method and Description |
---|---|
SimpleListWrapper<ApplicationRoleBean> |
UserBean.getApplicationRoles() |
Constructor and Description |
---|
UserBean(URI self,
String key,
String name,
String displayName,
boolean active,
Boolean deleted,
String emailAddress,
List<GroupJsonBean> groups,
Map<String,URI> avatarUrls,
TimeZone timeZone,
Locale locale,
List<ApplicationRoleBean> applicationRoles) |
Copyright © 2002-2022 Atlassian. All Rights Reserved.