Class GraphDeltaQueryGroup
java.lang.Object
com.atlassian.crowd.directory.rest.entity.group.GraphGroup
com.atlassian.crowd.directory.rest.entity.delta.GraphDeltaQueryGroup
- All Implemented Interfaces:
GraphDeletableObject
Represents a group fetched from a Microsoft Graph delta query. In addition to regular group properties a collection
of changed memberships and an optional removed marker are present.
-
Field Summary
Fields inherited from interface com.atlassian.crowd.directory.rest.entity.delta.GraphDeletableObject
REMOVED_PROPERTY_NAME
-
Constructor Summary
ConstructorDescriptionGraphDeltaQueryGroup
(String displayName) GraphDeltaQueryGroup
(String id, String displayName, String description) GraphDeltaQueryGroup
(String id, String displayName, String description, List<GraphDeltaQueryMembership> members, GraphDeltaQueryRemoved removed) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class com.atlassian.crowd.directory.rest.entity.group.GraphGroup
getDescription, getDisplayName, getId, toString
-
Constructor Details
-
GraphDeltaQueryGroup
-
GraphDeltaQueryGroup
-
GraphDeltaQueryGroup
public GraphDeltaQueryGroup(String id, String displayName, String description, List<GraphDeltaQueryMembership> members, GraphDeltaQueryRemoved removed)
-
-
Method Details
-
getMembers
-
getRemoved
- Specified by:
getRemoved
in interfaceGraphDeletableObject
- Returns:
- the object representing the removal
-