Uses of Class
com.atlassian.crowd.directory.rest.entity.delta.GraphDeltaQueryGroup
Package
Description
-
Uses of GraphDeltaQueryGroup in com.atlassian.crowd.directory.rest.entity.delta
ModifierConstructorDescriptionGraphDeltaQueryGroupList
(String nextLink, List<GraphDeltaQueryGroup> entries) GraphDeltaQueryGroupList
(String nextLink, List<GraphDeltaQueryGroup> entries, String deltaLink) -
Uses of GraphDeltaQueryGroup in com.atlassian.crowd.directory.rest.mapper
Modifier and TypeMethodDescriptionAzureAdRestEntityMapper.mapDeltaQueryGroup
(GraphDeltaQueryGroup graphGroup, long directoryId) Maps a group obtained from the Microsoft Entra ID groups endpoint to a Crowd objectModifier and TypeMethodDescriptionAzureAdRestEntityMapper.mapDeltaQueryGroups
(GraphDeltaQueryResult<GraphDeltaQueryGroup> graphGroups, long directoryId) Maps a delta query result for groups to a result suitable for incremental synchronisation.