Class GraphDeltaQueryMembership
java.lang.Object
com.atlassian.crowd.directory.rest.entity.delta.GraphDeltaQueryMembership
- All Implemented Interfaces:
GraphDeletableObject
Represents a membership obtained from Microsoft Entra ID. Contains the type of the child object the the child object's id.
-
Field Summary
Fields inherited from interface com.atlassian.crowd.directory.rest.entity.delta.GraphDeletableObject
REMOVED_PROPERTY_NAME
-
Constructor Summary
ConstructorDescriptionGraphDeltaQueryMembership
(String type, String id, GraphDeltaQueryRemoved removed) -
Method Summary
-
Constructor Details
-
GraphDeltaQueryMembership
-
-
Method Details
-
getType
-
getId
-
getRemoved
- Specified by:
getRemoved
in interfaceGraphDeletableObject
- Returns:
- the object representing the removal
-