Class DirectoryObject

java.lang.Object
com.independentsoft.graph.DirectoryObject
Direct Known Subclasses:
Group, User

public class DirectoryObject extends Object
Represents an Azure Active Directory object in Microsoft Graph.

DirectoryObject is the base type from which directory resources such as Group and User are derived. It exposes the unique identifier that is common to all directory objects.

Since:
1.0
See Also:
directoryObject resource type
  • Field Details

  • Constructor Details

    • DirectoryObject

      public DirectoryObject()
  • Method Details