Constructor and Description |
---|
GraphDirectoryObjectList(String nextLink,
List<DirectoryObject> entries) |
Modifier and Type | Class and Description |
---|---|
class |
GraphMembershipGroup
Represents a group returned from a membership related endpoint
|
class |
GraphMembershipUser
Represents a user returned from a membership related endpoint
|
Modifier and Type | Method and Description |
---|---|
<T> T |
AzureAdRestEntityMapper.mapDirectoryObject(DirectoryObject directoryObject,
Class<T> returnType,
long directoryId)
Maps an AzureAD directory object to a Crowd object.
|
Modifier and Type | Method and Description |
---|---|
<T> List<T> |
AzureAdRestEntityMapper.mapDirectoryObjects(Collection<DirectoryObject> directoryObjects,
Class<T> returnType,
long directoryId)
Maps a collection of directory objects to Crowd objects.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
MembershipFilterUtil.isGroup(DirectoryObject directoryObject) |
static boolean |
MembershipFilterUtil.isUser(DirectoryObject directoryObject) |
Copyright © 2021 Atlassian. All rights reserved.