Class MicrosoftGraphDirectoryObjectInner

    • Constructor Detail

      • MicrosoftGraphDirectoryObjectInner

        public MicrosoftGraphDirectoryObjectInner()
    • Method Detail

      • deletedDateTime

        public OffsetDateTime deletedDateTime()
        Get the deletedDateTime property: The deletedDateTime property.
        Returns:
        the deletedDateTime value.
      • withDeletedDateTime

        public MicrosoftGraphDirectoryObjectInner withDeletedDateTime​(OffsetDateTime deletedDateTime)
        Set the deletedDateTime property: The deletedDateTime property.
        Parameters:
        deletedDateTime - the deletedDateTime value to set.
        Returns:
        the MicrosoftGraphDirectoryObjectInner object itself.
      • additionalProperties

        public Map<String,​Object> additionalProperties()
        Get the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        Overrides:
        additionalProperties in class MicrosoftGraphEntity
        Returns:
        the additionalProperties value.
      • withAdditionalProperties

        public MicrosoftGraphDirectoryObjectInner withAdditionalProperties​(Map<String,​Object> additionalProperties)
        Set the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
        Overrides:
        withAdditionalProperties in class MicrosoftGraphEntity
        Parameters:
        additionalProperties - the additionalProperties value to set.
        Returns:
        the MicrosoftGraphDirectoryObjectInner object itself.