Class CustomCalloutExtension

java.lang.Object
com.microsoft.graph.models.Entity
com.microsoft.graph.models.CustomCalloutExtension
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel
Direct Known Subclasses:
AccessPackageAssignmentRequestWorkflowExtension, AccessPackageAssignmentWorkflowExtension, CustomAuthenticationExtension, CustomTaskExtension

@Generated("com.microsoft.kiota") public class CustomCalloutExtension extends Entity implements com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • CustomCalloutExtension

      public CustomCalloutExtension()
      Instantiates a new CustomCalloutExtension and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static CustomCalloutExtension createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a CustomCalloutExtension
    • getAuthenticationConfiguration

      @Nullable public CustomExtensionAuthenticationConfiguration getAuthenticationConfiguration()
      Gets the authenticationConfiguration property value. Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow.
      Returns:
      a CustomExtensionAuthenticationConfiguration
    • getClientConfiguration

      @Nullable public CustomExtensionClientConfiguration getClientConfiguration()
      Gets the clientConfiguration property value. HTTP connection settings that define how long Microsoft Entra ID 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.
      Returns:
      a CustomExtensionClientConfiguration
    • getDescription

      @Nullable public String getDescription()
      Gets the description property value. Description for the customCalloutExtension object.
      Returns:
      a String
    • getDisplayName

      @Nullable public String getDisplayName()
      Gets the displayName property value. Display name for the customCalloutExtension object.
      Returns:
      a String
    • getEndpointConfiguration

      @Nullable public CustomExtensionEndpointConfiguration getEndpointConfiguration()
      Gets the endpointConfiguration property value. The type and details for configuring the endpoint to call the logic app's workflow.
      Returns:
      a CustomExtensionEndpointConfiguration
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      getFieldDeserializers in class Entity
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Overrides:
      serialize in class Entity
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAuthenticationConfiguration

      public void setAuthenticationConfiguration(@Nullable CustomExtensionAuthenticationConfiguration value)
      Sets the authenticationConfiguration property value. Configuration for securing the API call to the logic app. For example, using OAuth client credentials flow.
      Parameters:
      value - Value to set for the authenticationConfiguration property.
    • setClientConfiguration

      public void setClientConfiguration(@Nullable CustomExtensionClientConfiguration value)
      Sets the clientConfiguration property value. HTTP connection settings that define how long Microsoft Entra ID 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.
      Parameters:
      value - Value to set for the clientConfiguration property.
    • setDescription

      public void setDescription(@Nullable String value)
      Sets the description property value. Description for the customCalloutExtension object.
      Parameters:
      value - Value to set for the description property.
    • setDisplayName

      public void setDisplayName(@Nullable String value)
      Sets the displayName property value. Display name for the customCalloutExtension object.
      Parameters:
      value - Value to set for the displayName property.
    • setEndpointConfiguration

      public void setEndpointConfiguration(@Nullable CustomExtensionEndpointConfiguration value)
      Sets the endpointConfiguration property value. The type and details for configuring the endpoint to call the logic app's workflow.
      Parameters:
      value - Value to set for the endpointConfiguration property.