| Modifier and Type | Class and Description |
|---|---|
class |
GraphDeltaQueryGroup
Represents a group fetched from a Microsoft Graph delta query.
|
| Constructor and Description |
|---|
GraphGroupList(String nextLink,
List<GraphGroup> entries) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
AzureAdRestEntityMapper.mapGroup(GraphGroup graphGroup,
Class<T> returnType,
long directoryId)
Maps a group obtained from the Azure AD groups endpoint to a Crowd object
|
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
AzureAdRestEntityMapper.mapGroups(Collection<GraphGroup> graphGroups,
Class<T> returnType,
long directoryId)
Maps a collection of Azure AD groups to Crowd groups.
|
| Modifier and Type | Method and Description |
|---|---|
static BinaryOperator<String> |
ThrowingMapMergeOperatorUtil.duplicateAzureAdGroupsThrowingMerger(Collection<GraphGroup> groups) |
Copyright © 2019 Atlassian. All rights reserved.