Package com.microsoft.graph.models
Class AccessPackageAssignmentRequestCallbackData
java.lang.Object
com.microsoft.graph.models.CustomExtensionData
com.microsoft.graph.models.AccessPackageAssignmentRequestCallbackData
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AccessPackageAssignmentRequestCallbackData
extends CustomExtensionData
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Assignment Request Callback Data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Custom Extension Stage Instance Detail.The Custom Extension Stage Instance Id.The Stage.The State.Fields inherited from class com.microsoft.graph.models.CustomExtensionData
oDataType -
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.CustomExtensionData
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
-
customExtensionStageInstanceDetail
@SerializedName(value="customExtensionStageInstanceDetail", alternate="CustomExtensionStageInstanceDetail") @Expose @Nullable public String customExtensionStageInstanceDetailThe Custom Extension Stage Instance Detail. -
customExtensionStageInstanceId
@SerializedName(value="customExtensionStageInstanceId", alternate="CustomExtensionStageInstanceId") @Expose @Nullable public String customExtensionStageInstanceIdThe Custom Extension Stage Instance Id. -
stage
@SerializedName(value="stage", alternate="Stage") @Expose @Nullable public AccessPackageCustomExtensionStage stageThe Stage. -
state
The State.
-
-
Constructor Details
-
AccessPackageAssignmentRequestCallbackData
public AccessPackageAssignmentRequestCallbackData()
-
-
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 classCustomExtensionData- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-