Class MicrosoftGraphOperation
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphOperation
- Direct Known Subclasses:
MicrosoftGraphOnenoteOperation
operation.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphOperation class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: operation.Get the createdDateTime property: The start time of the operation.Get the lastActionDateTime property: The time of the last action of the operation.status()Get the status property: operationStatus.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: operation.withCreatedDateTime(OffsetDateTime createdDateTime) Set the createdDateTime property: The start time of the operation.Set the id property: Read-only.withLastActionDateTime(OffsetDateTime lastActionDateTime) Set the lastActionDateTime property: The time of the last action of the operation.Set the status property: operationStatus.Methods inherited from class com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphEntity
id
-
Constructor Details
-
MicrosoftGraphOperation
public MicrosoftGraphOperation()Creates an instance of MicrosoftGraphOperation class.
-
-
Method Details
-
createdDateTime
Get the createdDateTime property: The start time of the operation.- Returns:
- the createdDateTime value.
-
withCreatedDateTime
Set the createdDateTime property: The start time of the operation.- Parameters:
createdDateTime- the createdDateTime value to set.- Returns:
- the MicrosoftGraphOperation object itself.
-
lastActionDateTime
Get the lastActionDateTime property: The time of the last action of the operation.- Returns:
- the lastActionDateTime value.
-
withLastActionDateTime
Set the lastActionDateTime property: The time of the last action of the operation.- Parameters:
lastActionDateTime- the lastActionDateTime value to set.- Returns:
- the MicrosoftGraphOperation object itself.
-
status
Get the status property: operationStatus.- Returns:
- the status value.
-
withStatus
Set the status property: operationStatus.- Parameters:
status- the status value to set.- Returns:
- the MicrosoftGraphOperation object itself.
-
additionalProperties
Get the additionalProperties property: operation.- Overrides:
additionalPropertiesin classMicrosoftGraphEntity- Returns:
- the additionalProperties value.
-
withAdditionalProperties
Set the additionalProperties property: operation.- Overrides:
withAdditionalPropertiesin classMicrosoftGraphEntity- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphOperation object itself.
-
withId
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.
-