Package com.microsoft.graph.models
Class LogicAppTriggerEndpointConfiguration
java.lang.Object
com.microsoft.graph.models.CustomExtensionEndpointConfiguration
com.microsoft.graph.models.LogicAppTriggerEndpointConfiguration
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class LogicAppTriggerEndpointConfiguration
extends CustomExtensionEndpointConfiguration
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Logic App Trigger Endpoint Configuration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Logic App Workflow Name.The Resource Group Name.The Subscription Id.The Url.Fields inherited from class com.microsoft.graph.models.CustomExtensionEndpointConfiguration
oDataType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setRawObject
(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON objectMethods inherited from class com.microsoft.graph.models.CustomExtensionEndpointConfiguration
additionalDataManager
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.microsoft.graph.serializer.IJsonBackedObject
additionalDataManager
-
Field Details
-
logicAppWorkflowName
@SerializedName(value="logicAppWorkflowName", alternate="LogicAppWorkflowName") @Expose @Nullable public String logicAppWorkflowNameThe Logic App Workflow Name. The name of the logic app. -
resourceGroupName
@SerializedName(value="resourceGroupName", alternate="ResourceGroupName") @Expose @Nullable public String resourceGroupNameThe Resource Group Name. The Azure resource group name for the logic app. -
subscriptionId
@SerializedName(value="subscriptionId", alternate="SubscriptionId") @Expose @Nullable public String subscriptionIdThe Subscription Id. Identifier of the Azure subscription for the logic app. -
url
The Url. The URL to the logic app endpoint that will be triggered. Only required for app-only token scenarios where app is creating a customCalloutExtension without a signed-in user.
-
-
Constructor Details
-
LogicAppTriggerEndpointConfiguration
public LogicAppTriggerEndpointConfiguration()
-
-
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 interfacecom.microsoft.graph.serializer.IJsonBackedObject
- Overrides:
setRawObject
in classCustomExtensionEndpointConfiguration
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-