Class MicrosoftGraphPendingContentUpdate
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPendingContentUpdate
pendingContentUpdate.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphPendingContentUpdate class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: pendingContentUpdate.Get the queuedDateTime property: Date and time the pending binary operation was queued in UTC time.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: pendingContentUpdate.withQueuedDateTime(OffsetDateTime queuedDateTime) Set the queuedDateTime property: Date and time the pending binary operation was queued in UTC time.
-
Constructor Details
-
MicrosoftGraphPendingContentUpdate
public MicrosoftGraphPendingContentUpdate()Creates an instance of MicrosoftGraphPendingContentUpdate class.
-
-
Method Details
-
queuedDateTime
Get the queuedDateTime property: Date and time the pending binary operation was queued in UTC time. Read-only.- Returns:
- the queuedDateTime value.
-
withQueuedDateTime
Set the queuedDateTime property: Date and time the pending binary operation was queued in UTC time. Read-only.- Parameters:
queuedDateTime- the queuedDateTime value to set.- Returns:
- the MicrosoftGraphPendingContentUpdate object itself.
-
additionalProperties
Get the additionalProperties property: pendingContentUpdate.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPendingContentUpdate withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: pendingContentUpdate.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPendingContentUpdate object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-