Class MicrosoftGraphPendingOperations
- java.lang.Object
-
- com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphPendingOperations
-
public final class MicrosoftGraphPendingOperations extends Object
pendingOperations.
-
-
Constructor Summary
Constructors Constructor Description MicrosoftGraphPendingOperations()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
additionalProperties()
Get the additionalProperties property: pendingOperations.MicrosoftGraphPendingContentUpdate
pendingContentUpdate()
Get the pendingContentUpdate property: pendingContentUpdate.void
validate()
Validates the instance.MicrosoftGraphPendingOperations
withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pendingOperations.MicrosoftGraphPendingOperations
withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate)
Set the pendingContentUpdate property: pendingContentUpdate.
-
-
-
Method Detail
-
pendingContentUpdate
public MicrosoftGraphPendingContentUpdate pendingContentUpdate()
Get the pendingContentUpdate property: pendingContentUpdate.- Returns:
- the pendingContentUpdate value.
-
withPendingContentUpdate
public MicrosoftGraphPendingOperations withPendingContentUpdate(MicrosoftGraphPendingContentUpdate pendingContentUpdate)
Set the pendingContentUpdate property: pendingContentUpdate.- Parameters:
pendingContentUpdate
- the pendingContentUpdate value to set.- Returns:
- the MicrosoftGraphPendingOperations object itself.
-
additionalProperties
public Map<String,Object> additionalProperties()
Get the additionalProperties property: pendingOperations.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphPendingOperations withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: pendingOperations.- Parameters:
additionalProperties
- the additionalProperties value to set.- Returns:
- the MicrosoftGraphPendingOperations object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-