Class MicrosoftGraphDirectoryObjectInner
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphDirectoryObjectInner
-
- Direct Known Subclasses:
MicrosoftGraphAdministrativeUnitInner
,MicrosoftGraphApplicationInner
,MicrosoftGraphAppRoleAssignmentInner
,MicrosoftGraphContractInner
,MicrosoftGraphDeviceInner
,MicrosoftGraphDirectoryRoleInner
,MicrosoftGraphDirectoryRoleTemplateInner
,MicrosoftGraphEndpointInner
,MicrosoftGraphExtensionPropertyInner
,MicrosoftGraphGroupInner
,MicrosoftGraphOrganizationInner
,MicrosoftGraphOrgContactInner
,MicrosoftGraphPolicyBase
,MicrosoftGraphResourceSpecificPermissionGrantInner
,MicrosoftGraphServicePrincipalInner
,MicrosoftGraphUserInner
public class MicrosoftGraphDirectoryObjectInner extends MicrosoftGraphEntity
Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphDirectoryObjectInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: Represents an Azure Active Directory object.OffsetDateTime
deletedDateTime()
Get the deletedDateTime property: The deletedDateTime property.void
validate()
Validates the instance.MicrosoftGraphDirectoryObjectInner
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphDirectoryObjectInner
withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphDirectoryObjectInner
withId(String id)
Set the id property: Read-only.-
Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
-
-
-
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 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:
withAdditionalProperties
in classMicrosoftGraphEntity
- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphDirectoryObjectInner object itself.
-
withId
public MicrosoftGraphDirectoryObjectInner withId(String id)
Set the id property: Read-only.- Overrides:
withId
in classMicrosoftGraphEntity
- Parameters:
id
- the id value to set.- Returns:
- the MicrosoftGraphEntity object itself.
-
validate
public void validate()
Validates the instance.- Overrides:
validate
in classMicrosoftGraphEntity
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-