Class TriggerAndScopeBasedConditions
java.lang.Object
com.microsoft.graph.identitygovernance.models.WorkflowExecutionConditions
com.microsoft.graph.identitygovernance.models.TriggerAndScopeBasedConditions
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TriggerAndScopeBasedConditions
extends WorkflowExecutionConditions
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Trigger And Scope Based Conditions.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Scope.The Trigger.Fields inherited from class com.microsoft.graph.identitygovernance.models.WorkflowExecutionConditions
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.identitygovernance.models.WorkflowExecutionConditions
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
-
scope
The Scope. Defines who the workflow runs for. -
trigger
@SerializedName(value="trigger", alternate="Trigger") @Expose @Nullable public WorkflowExecutionTrigger triggerThe Trigger. What triggers a workflow to run.
-
-
Constructor Details
-
TriggerAndScopeBasedConditions
public TriggerAndScopeBasedConditions()
-
-
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 classWorkflowExecutionConditions
- Parameters:
serializer
- the serializerjson
- the JSON object to set this object to
-