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. Details for the callback. -
customExtensionStageInstanceId
@SerializedName(value="customExtensionStageInstanceId", alternate="CustomExtensionStageInstanceId") @Expose @Nullable public String customExtensionStageInstanceIdThe Custom Extension Stage Instance Id. Unique identifier of the callout to the custom extension. -
stage
@SerializedName(value="stage", alternate="Stage") @Expose @Nullable public AccessPackageCustomExtensionStage stageThe Stage. Indicates the stage at which the custom callout extension will be executed. The possible values are: assignmentRequestCreated, assignmentRequestApproved, assignmentRequestGranted, assignmentRequestRemoved, assignmentFourteenDaysBeforeExpiration, assignmentOneDayBeforeExpiration, unknownFutureValue. -
state
The State. Allow the extension to be able to deny or cancel the request submitted by the requestor. The supported values are Denied and Canceled. This property can only be set for an assignmentRequestCreated stage.
-
-
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
-