Package com.microsoft.graph.models
Class DelegatedAdminRelationshipOperation
java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.DelegatedAdminRelationshipOperation
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DelegatedAdminRelationshipOperation
extends Entity
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Delegated Admin Relationship Operation.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Created Date Time.The Data.The Last Modified Date Time.The Operation Type.The Status. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.Entity
additionalDataManagerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
createdDateTime
@SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTimeThe Created Date Time. The time in ISO 8601 format and in UTC time when the long-running operation was created. Read-only. -
data
The Data. The data (payload) for the operation. Read-only. -
lastModifiedDateTime
@SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTimeThe Last Modified Date Time. The time in ISO 8601 format and in UTC time when the long-running operation was last modified. Read-only. -
operationType
@SerializedName(value="operationType", alternate="OperationType") @Expose @Nullable public DelegatedAdminRelationshipOperationType operationTypeThe Operation Type. The type of long-running operation. The possible values are: delegatedAdminAccessAssignmentUpdate, unknownFutureValue. Read-only. -
status
@SerializedName(value="status", alternate="Status") @Expose @Nullable public LongRunningOperationStatus statusThe Status. The status of the operation. Read-only. The possible values are: notStarted, running, succeeded, failed, unknownFutureValue. Read-only. Supports $orderBy.
-
-
Constructor Details
-
DelegatedAdminRelationshipOperation
public DelegatedAdminRelationshipOperation()
-
-
Method Details
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Overrides:
setRawObjectin classEntity- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-