| Package | Description |
|---|---|
| org.everit.atlassian.restclient.jiracloud.v3.api | |
| org.everit.atlassian.restclient.jiracloud.v3.model |
| Modifier and Type | Method and Description |
|---|---|
io.reactivex.Single<List<GroupName>> |
UserApi.getUserGroups(Optional<String> accountId,
Optional<String> username,
Optional<String> key,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user groups
Returns the groups to which a user belongs.
|
io.reactivex.Single<List<GroupName>> |
UsersApi.getUserGroups(String accountId,
Optional<String> username,
Optional<String> key,
Optional<org.everit.http.restclient.RestRequestEnhancer> restRequestEnhancer)
Get user groups
Returns the groups to which a user belongs.
|
| Modifier and Type | Method and Description |
|---|---|
GroupName |
EventNotification.getGroup()
The specified group.
|
GroupName |
FilterSubscription.getGroup()
The group subscribing to filter.
|
GroupName |
SharePermission.getGroup()
The group that the filter is shared with.
|
GroupName |
GroupName.name(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<GroupName> |
NotificationRecipients.getGroups()
List of groups to receive the notification.
|
List<GroupName> |
NotificationRecipientsRestrictions.getGroups()
List of group memberships required to receive the notification.
|
List<GroupName> |
SimpleListWrapperGroupName.getItems()
Get items
|
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipients |
NotificationRecipients.addGroupsItem(GroupName groupsItem) |
NotificationRecipientsRestrictions |
NotificationRecipientsRestrictions.addGroupsItem(GroupName groupsItem) |
SimpleListWrapperGroupName |
SimpleListWrapperGroupName.addItemsItem(GroupName itemsItem) |
EventNotification |
EventNotification.group(GroupName group) |
SharePermission |
SharePermission.group(GroupName group) |
void |
EventNotification.setGroup(GroupName group) |
void |
SharePermission.setGroup(GroupName group) |
| Modifier and Type | Method and Description |
|---|---|
NotificationRecipients |
NotificationRecipients.groups(List<GroupName> groups) |
NotificationRecipientsRestrictions |
NotificationRecipientsRestrictions.groups(List<GroupName> groups) |
SimpleListWrapperGroupName |
SimpleListWrapperGroupName.items(List<GroupName> items) |
void |
NotificationRecipients.setGroups(List<GroupName> groups) |
void |
NotificationRecipientsRestrictions.setGroups(List<GroupName> groups) |
void |
SimpleListWrapperGroupName.setItems(List<GroupName> items) |
Copyright © 2011–2021 Everit Kft.. All rights reserved.