Uses of Class
com.atlassian.crowd.directory.rest.entity.delta.GraphDeltaQueryRemoved
Packages that use GraphDeltaQueryRemoved
-
Uses of GraphDeltaQueryRemoved in com.atlassian.crowd.directory.rest.entity.delta
Methods in com.atlassian.crowd.directory.rest.entity.delta that return GraphDeltaQueryRemovedModifier and TypeMethodDescriptionGraphDeletableObject.getRemoved()GraphDeltaQueryGroup.getRemoved()GraphDeltaQueryMembership.getRemoved()GraphDeltaQueryUser.getRemoved()Constructors in com.atlassian.crowd.directory.rest.entity.delta with parameters of type GraphDeltaQueryRemovedModifierConstructorDescriptionGraphDeltaQueryGroup(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)