Class TriggerAndScopeBasedConditions
- java.lang.Object
-
- odata.msgraph.client.identitygovernance.complex.WorkflowExecutionConditions
-
- odata.msgraph.client.identitygovernance.complex.TriggerAndScopeBasedConditions
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class TriggerAndScopeBasedConditions extends WorkflowExecutionConditions implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTriggerAndScopeBasedConditions.Builder
-
Field Summary
Fields Modifier and Type Field Description protected SubjectSetscopeprotected WorkflowExecutionTriggertrigger-
Fields inherited from class odata.msgraph.client.identitygovernance.complex.WorkflowExecutionConditions
contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedTriggerAndScopeBasedConditions()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TriggerAndScopeBasedConditions.BuilderbuilderTriggerAndScopeBasedConditions()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<SubjectSet>getScope()Optional<WorkflowExecutionTrigger>getTrigger()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()TriggerAndScopeBasedConditionswithScope(SubjectSet scope)TriggerAndScopeBasedConditionswithTrigger(WorkflowExecutionTrigger trigger)TriggerAndScopeBasedConditionswithUnmappedField(String name, Object value)
-
-
-
Field Detail
-
scope
protected SubjectSet scope
-
trigger
protected WorkflowExecutionTrigger trigger
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classWorkflowExecutionConditions
-
getScope
public Optional<SubjectSet> getScope()
-
withScope
public TriggerAndScopeBasedConditions withScope(SubjectSet scope)
-
getTrigger
public Optional<WorkflowExecutionTrigger> getTrigger()
-
withTrigger
public TriggerAndScopeBasedConditions withTrigger(WorkflowExecutionTrigger trigger)
-
withUnmappedField
public TriggerAndScopeBasedConditions withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classWorkflowExecutionConditions
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classWorkflowExecutionConditions
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classWorkflowExecutionConditions
-
builderTriggerAndScopeBasedConditions
public static TriggerAndScopeBasedConditions.Builder builderTriggerAndScopeBasedConditions()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classWorkflowExecutionConditions
-
-