Class CustomExtensionCallbackConfiguration

java.lang.Object
com.microsoft.graph.models.CustomExtensionCallbackConfiguration
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
CustomTaskExtensionCallbackConfiguration

public class CustomExtensionCallbackConfiguration extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Custom Extension Callback Configuration.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • timeoutDuration

      @SerializedName(value="timeoutDuration", alternate="TimeoutDuration") @Expose @Nullable public Duration timeoutDuration
      The Timeout Duration. The maximum duration in ISO 8601 format that Azure AD will wait for a resume action for the callout it sent to the logic app. The valid range for custom extensions in lifecycle workflows is five minutes to three hours. The valid range for custom extensions in entitlement management is between 5 minutes and 14 days. For example, PT3H refers to three hours, P3D refers to three days, PT10M refers to ten minutes.
  • Constructor Details

    • CustomExtensionCallbackConfiguration

      public CustomExtensionCallbackConfiguration()
  • Method Details

    • additionalDataManager

      @Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()
      Specified by:
      additionalDataManager in interface com.microsoft.graph.serializer.IJsonBackedObject
    • 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
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to