Interface GraphDeletableObject
- All Known Implementing Classes:
GraphDeltaQueryGroup
,GraphDeltaQueryMembership
,GraphDeltaQueryUser
public interface GraphDeletableObject
Represents a Microsoft Graph object that may have been removed from Microsoft Entra ID.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The property denoting that the object has been removed -
Method Summary
-
Field Details
-
REMOVED_PROPERTY_NAME
The property denoting that the object has been removed- See Also:
-
-
Method Details
-
getRemoved
GraphDeltaQueryRemoved getRemoved()- Returns:
- the object representing the removal
-