Package com.microsoft.graph.models
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
-
Field Summary
Fields inherited from class com.microsoft.graph.models.Entity
backingStore
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic CustomCalloutExtension
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the authenticationConfiguration property value.Gets the clientConfiguration property value.Gets the description property value.Gets the displayName property value.Gets the endpointConfiguration property value.The deserialization information for the current modelvoid
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
Sets the authenticationConfiguration property value.void
Sets the clientConfiguration property value.void
setDescription
(String value) Sets the description property value.void
setDisplayName
(String value) Sets the displayName property value.void
Sets the endpointConfiguration property value.Methods inherited from class com.microsoft.graph.models.Entity
getAdditionalData, getBackingStore, getId, getOdataType, setAdditionalData, setBackingStore, setId, setOdataType
-
Constructor Details
-
CustomCalloutExtension
public CustomCalloutExtension()Instantiates a newCustomCalloutExtension
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
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
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
Gets the description property value. Description for the customCalloutExtension object.- Returns:
- a
String
-
getDisplayName
Gets the displayName property value. Display name for the customCalloutExtension object.- Returns:
- a
String
-
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 interfacecom.microsoft.kiota.serialization.Parsable
- Overrides:
getFieldDeserializers
in classEntity
- 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 -
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
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
Sets the description property value. Description for the customCalloutExtension object.- Parameters:
value
- Value to set for the description property.
-
setDisplayName
Sets the displayName property value. Display name for the customCalloutExtension object.- Parameters:
value
- Value to set for the displayName property.
-
setEndpointConfiguration
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.
-