| Modifier and Type | Method and Description |
|---|---|
RestPage<UserData> |
RestAdminClient.fetchUsers(List<Long> directoryIds,
boolean active) |
| Modifier and Type | Field and Description |
|---|---|
static UserData |
DirectoryEntitiesRestTestHelper.USER_ADMIN |
static UserData |
DirectoryEntitiesRestTestHelper.USER_ADMIN_NO_DIRECTORY |
static UserData |
DirectoryEntitiesRestTestHelper.USER_EEEEP |
static UserData |
DirectoryEntitiesRestTestHelper.USER_EEEEP_NO_DIRECTORY |
| Modifier and Type | Method and Description |
|---|---|
UserData |
DirectoryEntitiesTransformer.toUserData(User user) |
| Modifier and Type | Method and Description |
|---|---|
List<UserData> |
DirectoryEntitiesTransformer.toUserData(List<? extends User> users) |
| Modifier and Type | Method and Description |
|---|---|
UserData |
UserData.Builder.build() |
static UserData |
UserData.fromUser(User user) |
static UserData |
UserData.fromUser(User user,
Directory directory) |
static UserData |
UserData.fromUser(User user,
DirectoryData directoryData) |
| Modifier and Type | Method and Description |
|---|---|
static UserData.Builder |
UserData.builder(UserData data) |
| Modifier and Type | Method and Description |
|---|---|
static GroupAdministrationMappingRestDTO |
GroupAdministrationMappingRestDTO.fromUserData(UserData userData) |
static DirectoryEntityRestDTO |
DirectoryEntityRestDTO.fromUserData(UserData userData) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<UserData> |
UsersSearchController.searchPotentialMembers(DirectoryEntityId groupId,
String userSearch,
int limit) |
RestPage<UserData> |
UsersSearchController.searchUsers(RestPageRequest restPageRequest,
UserSearchParams searchParams) |
| Modifier and Type | Method and Description |
|---|---|
RestPage<UserData> |
GroupsMembershipController.getGroupMembers(DirectoryEntityId groupId,
RestPageRequest pageRequest) |
| Modifier and Type | Field and Description |
|---|---|
static List<UserData> |
UserAdminExamples.USERS |
static RestPage<UserData> |
UserAdminExamples.USERS_PAGE |
| Modifier and Type | Field and Description |
|---|---|
static RestPage<UserData> |
GroupsMembershipExamples.USERS_SUGGESTIONS |
Copyright © 2020 Atlassian. All rights reserved.