Class AccessPackageAssignmentWorkflowExtension

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CustomCalloutExtension
com.microsoft.graph.models.AccessPackageAssignmentWorkflowExtension
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AccessPackageAssignmentWorkflowExtension extends CustomCalloutExtension implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Access Package Assignment Workflow Extension.
  • Field Details

    • callbackConfiguration

      @SerializedName(value="callbackConfiguration", alternate="CallbackConfiguration") @Expose @Nullable public CustomExtensionCallbackConfiguration callbackConfiguration
      The Callback Configuration.
    • createdBy

      @SerializedName(value="createdBy", alternate="CreatedBy") @Expose @Nullable public String createdBy
      The Created By.
    • createdDateTime

      @SerializedName(value="createdDateTime", alternate="CreatedDateTime") @Expose @Nullable public OffsetDateTime createdDateTime
      The Created Date Time.
    • lastModifiedBy

      @SerializedName(value="lastModifiedBy", alternate="LastModifiedBy") @Expose @Nullable public String lastModifiedBy
      The Last Modified By.
    • lastModifiedDateTime

      @SerializedName(value="lastModifiedDateTime", alternate="LastModifiedDateTime") @Expose @Nullable public OffsetDateTime lastModifiedDateTime
      The Last Modified Date Time.
  • Constructor Details

    • AccessPackageAssignmentWorkflowExtension

      public AccessPackageAssignmentWorkflowExtension()
  • 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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Overrides:
      setRawObject in class CustomCalloutExtension
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to