Uses of Class
com.atlassian.crowd.directory.rest.entity.delta.GraphDeltaQueryRemoved
-
Uses of GraphDeltaQueryRemoved in com.atlassian.crowd.directory.rest.entity.delta
Modifier and TypeMethodDescriptionGraphDeletableObject.getRemoved()
GraphDeltaQueryGroup.getRemoved()
GraphDeltaQueryMembership.getRemoved()
GraphDeltaQueryUser.getRemoved()
ModifierConstructorDescriptionGraphDeltaQueryGroup
(String id, String displayName, String description, List<GraphDeltaQueryMembership> members, GraphDeltaQueryRemoved removed) GraphDeltaQueryMembership
(String type, String id, GraphDeltaQueryRemoved removed) GraphDeltaQueryUser
(String id, String displayName, String givenName, String mail, String surname, String userPrincipalName, Boolean accountEnabled, GraphDeltaQueryRemoved removed)