Class CustomCalloutExtension

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CustomCalloutExtension
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
AccessPackageAssignmentRequestWorkflowExtension, AccessPackageAssignmentWorkflowExtension, CustomTaskExtension

public class CustomCalloutExtension extends Entity implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Custom Callout Extension.
  • Field Details

    • authenticationConfiguration

      @SerializedName(value="authenticationConfiguration", alternate="AuthenticationConfiguration") @Expose @Nullable public CustomExtensionAuthenticationConfiguration authenticationConfiguration
      The Authentication Configuration. Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow.
    • clientConfiguration

      @SerializedName(value="clientConfiguration", alternate="ClientConfiguration") @Expose @Nullable public CustomExtensionClientConfiguration clientConfiguration
      The Client Configuration. HTTP connection settings that define how long Azure AD can wait for a connection to a logic app, how many times you can retry a timed-out connection and the exception scenarios when retries are allowed.
    • description

      @SerializedName(value="description", alternate="Description") @Expose @Nullable public String description
      The Description. Description for the customCalloutExtension object.
    • displayName

      @SerializedName(value="displayName", alternate="DisplayName") @Expose @Nullable public String displayName
      The Display Name. Display name for the customCalloutExtension object.
    • endpointConfiguration

      @SerializedName(value="endpointConfiguration", alternate="EndpointConfiguration") @Expose @Nullable public CustomExtensionEndpointConfiguration endpointConfiguration
      The Endpoint Configuration. The type and details for configuring the endpoint to call the logic app's workflow.
  • Constructor Details

    • CustomCalloutExtension

      public CustomCalloutExtension()
  • 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 Entity
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to