Uses of Class
com.atlassian.crowd.directory.rest.entity.delta.GraphDeltaQueryGroup
Packages that use GraphDeltaQueryGroup
Package
Description
-
Uses of GraphDeltaQueryGroup in com.atlassian.crowd.directory.rest.entity.delta
Constructor parameters in com.atlassian.crowd.directory.rest.entity.delta with type arguments of type GraphDeltaQueryGroupModifierConstructorDescriptionGraphDeltaQueryGroupList
(String nextLink, List<GraphDeltaQueryGroup> entries) GraphDeltaQueryGroupList
(String nextLink, List<GraphDeltaQueryGroup> entries, String deltaLink) -
Uses of GraphDeltaQueryGroup in com.atlassian.crowd.directory.rest.mapper
Methods in com.atlassian.crowd.directory.rest.mapper with parameters of type GraphDeltaQueryGroupModifier and TypeMethodDescriptionAzureAdRestEntityMapper.mapDeltaQueryGroup
(GraphDeltaQueryGroup graphGroup, 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 GraphDeltaQueryGroupModifier and TypeMethodDescriptionAzureAdRestEntityMapper.mapDeltaQueryGroups
(GraphDeltaQueryResult<GraphDeltaQueryGroup> graphGroups, long directoryId) Maps a delta query result for groups to a result suitable for incremental synchronisation.