Uses of Class
com.atlassian.crowd.directory.rest.entity.group.GraphGroup
Packages that use GraphGroup
Package
Description
-
Uses of GraphGroup in com.atlassian.crowd.directory.rest.entity.delta
Subclasses of GraphGroup in com.atlassian.crowd.directory.rest.entity.deltaModifier and TypeClassDescriptionclassRepresents a group fetched from a Microsoft Graph delta query. -
Uses of GraphGroup in com.atlassian.crowd.directory.rest.entity.group
Constructor parameters in com.atlassian.crowd.directory.rest.entity.group with type arguments of type GraphGroup -
Uses of GraphGroup in com.atlassian.crowd.directory.rest.mapper
Methods in com.atlassian.crowd.directory.rest.mapper with parameters of type GraphGroupModifier and TypeMethodDescription<T> TAzureAdRestEntityMapper.mapGroup(GraphGroup graphGroup, Class<T> returnType, long directoryId) Maps a group obtained from the Microsoft Entra ID groups endpoint to a Crowd objectMethod parameters in com.atlassian.crowd.directory.rest.mapper with type arguments of type GraphGroupModifier and TypeMethodDescription<T> List<T>AzureAdRestEntityMapper.mapGroups(Collection<GraphGroup> graphGroups, Class<T> returnType, long directoryId) Maps a collection of Microsoft Entra ID groups to Crowd groups.