Class MicrosoftGraphDirectoryObjectInner
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDirectoryObjectInner
- Direct Known Subclasses:
MicrosoftGraphAdministrativeUnit,MicrosoftGraphApplicationInner,MicrosoftGraphAppRoleAssignment,MicrosoftGraphContract,MicrosoftGraphDevice,MicrosoftGraphDirectoryRole,MicrosoftGraphDirectoryRoleTemplate,MicrosoftGraphEndpoint,MicrosoftGraphExtensionPropertyInner,MicrosoftGraphGroupInner,MicrosoftGraphOrganization,MicrosoftGraphOrgContactInner,MicrosoftGraphPolicyBase,MicrosoftGraphResourceSpecificPermissionGrant,MicrosoftGraphServicePrincipalInner,MicrosoftGraphUserInner
directoryObject
Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphDirectoryObjectInner class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: Represents an Azure Active Directory object.Get the deletedDateTime property: The deletedDateTime property.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: Represents an Azure Active Directory object.withDeletedDateTime(OffsetDateTime deletedDateTime) Set the deletedDateTime property: The deletedDateTime property.Set the id property: Read-only.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphDirectoryObjectInner
public MicrosoftGraphDirectoryObjectInner()Creates an instance of MicrosoftGraphDirectoryObjectInner class.
-
-
Method Details
-
deletedDateTime
Get the deletedDateTime property: The deletedDateTime property.- Returns:
- the deletedDateTime value.
-
withDeletedDateTime
Set the deletedDateTime property: The deletedDateTime property.- Parameters:
deletedDateTime- the deletedDateTime value to set.- Returns:
- the MicrosoftGraphDirectoryObjectInner object itself.
-
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:
additionalPropertiesin classMicrosoftGraphEntity- 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:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphDirectoryObjectInner object itself.
-
withId
Set the id property: Read-only.- Overrides:
withIdin classMicrosoftGraphEntity- Parameters:
id- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validatein classMicrosoftGraphEntity- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-