Uses of Class
odata.msgraph.client.identitygovernance.enums.WorkflowTriggerTimeBasedAttribute
-
Packages that use WorkflowTriggerTimeBasedAttribute Package Description odata.msgraph.client.identitygovernance.complex odata.msgraph.client.identitygovernance.enums -
-
Uses of WorkflowTriggerTimeBasedAttribute in odata.msgraph.client.identitygovernance.complex
Fields in odata.msgraph.client.identitygovernance.complex declared as WorkflowTriggerTimeBasedAttribute Modifier and Type Field Description protected WorkflowTriggerTimeBasedAttributeTimeBasedAttributeTrigger. timeBasedAttributeMethods in odata.msgraph.client.identitygovernance.complex that return types with arguments of type WorkflowTriggerTimeBasedAttribute Modifier and Type Method Description Optional<WorkflowTriggerTimeBasedAttribute>TimeBasedAttributeTrigger. getTimeBasedAttribute()Methods in odata.msgraph.client.identitygovernance.complex with parameters of type WorkflowTriggerTimeBasedAttribute Modifier and Type Method Description TimeBasedAttributeTrigger.BuilderTimeBasedAttributeTrigger.Builder. timeBasedAttribute(WorkflowTriggerTimeBasedAttribute timeBasedAttribute)TimeBasedAttributeTriggerTimeBasedAttributeTrigger. withTimeBasedAttribute(WorkflowTriggerTimeBasedAttribute timeBasedAttribute) -
Uses of WorkflowTriggerTimeBasedAttribute in odata.msgraph.client.identitygovernance.enums
Methods in odata.msgraph.client.identitygovernance.enums that return WorkflowTriggerTimeBasedAttribute Modifier and Type Method Description static WorkflowTriggerTimeBasedAttributeWorkflowTriggerTimeBasedAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkflowTriggerTimeBasedAttribute[]WorkflowTriggerTimeBasedAttribute. values()Returns an array containing the constants of this enum type, in the order they are declared.
-