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.OffsetDateTimedeletedDateTime()Get the deletedDateTime property: The deletedDateTime property.voidvalidate()Validates the instance.MicrosoftGraphDirectoryObjectInnerwithAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: Represents an Azure Active Directory object.MicrosoftGraphDirectoryObjectInnerwithDeletedDateTime(OffsetDateTime deletedDateTime)Set the deletedDateTime property: The deletedDateTime property.MicrosoftGraphDirectoryObjectInnerwithId(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:
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
public MicrosoftGraphDirectoryObjectInner withId(String id)
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.
-
-