Uses of Enum
com.microsoft.graph.models.TemplateScenarios
Packages that use TemplateScenarios
-
Uses of TemplateScenarios in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return TemplateScenariosModifier and TypeMethodDescriptionstatic TemplateScenariosstatic TemplateScenariosReturns the enum constant of this type with the specified name.static TemplateScenarios[]TemplateScenarios.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models that return types with arguments of type TemplateScenariosModifier and TypeMethodDescriptionConditionalAccessTemplate.getScenarios()Gets the scenarios property value.Method parameters in com.microsoft.graph.models with type arguments of type TemplateScenariosModifier and TypeMethodDescriptionvoidConditionalAccessTemplate.setScenarios(EnumSet<TemplateScenarios> value) Sets the scenarios property value.