MicrosoftGraphDirectoryObjectInner Class
- java.
lang. Object - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphEntity - com.
azure. resourcemanager. authorization. fluent. models. MicrosoftGraphDirectoryObjectInner
- com.
- com.
public class MicrosoftGraphDirectoryObjectInner
extends MicrosoftGraphEntity
directoryObject Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Constructor Summary
Constructor | Description |
---|---|
MicrosoftGraphDirectoryObjectInner() |
Creates an instance of Microsoft |
Method Summary
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
additionalProperties()
Get the additional |
Offset |
deletedDateTime()
Get the deleted |
static
Microsoft |
fromJson(JsonReader jsonReader)
Reads an instance of Microsoft |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Microsoft |
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additional |
Microsoft |
withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deleted |
Microsoft |
withId(String id)
Set the id property: Read-only. |
Methods inherited from MicrosoftGraphEntity
Methods inherited from java.lang.Object
Constructor Details
MicrosoftGraphDirectoryObjectInner
public MicrosoftGraphDirectoryObjectInner()
Creates an instance of MicrosoftGraphDirectoryObjectInner class.
Method Details
additionalProperties
public Map
Get the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Overrides:
MicrosoftGraphDirectoryObjectInner.additionalProperties()Returns:
deletedDateTime
public OffsetDateTime deletedDateTime()
Get the deletedDateTime property: The deletedDateTime property.
Returns:
fromJson
public static MicrosoftGraphDirectoryObjectInner fromJson(JsonReader jsonReader)
Reads an instance of MicrosoftGraphDirectoryObjectInner from the JsonReader.
Parameters:
Returns:
Throws:
toJson
public JsonWriter toJson(JsonWriter jsonWriter)
Overrides:
MicrosoftGraphDirectoryObjectInner.toJson(JsonWriter jsonWriter)Parameters:
Throws:
validate
public void validate()
Validates the instance.
Overrides:
MicrosoftGraphDirectoryObjectInner.validate()withAdditionalProperties
public MicrosoftGraphDirectoryObjectInner withAdditionalProperties(Map
Set the additionalProperties property: Represents an Azure Active Directory object. The directoryObject type is the base type for many other directory entity types.
Overrides:
MicrosoftGraphDirectoryObjectInner.withAdditionalProperties(Map<String,Object> additionalProperties)Parameters:
Returns:
withDeletedDateTime
public MicrosoftGraphDirectoryObjectInner withDeletedDateTime(OffsetDateTime deletedDateTime)
Set the deletedDateTime property: The deletedDateTime property.
Parameters:
Returns:
withId
public MicrosoftGraphDirectoryObjectInner withId(String id)
Set the id property: Read-only.
Overrides:
MicrosoftGraphDirectoryObjectInner.withId(String id)Parameters:
Applies to
Azure SDK for Java