Uses of Enum
com.microsoft.graph.models.SimulationAttackTechnique
Packages that use SimulationAttackTechnique
-
Uses of SimulationAttackTechnique in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SimulationAttackTechniqueModifier and TypeMethodDescriptionstatic SimulationAttackTechniqueSimulation.getAttackTechnique()Gets the attackTechnique property value.Payload.getTechnique()Gets the technique property value.static SimulationAttackTechniqueReturns the enum constant of this type with the specified name.static SimulationAttackTechnique[]SimulationAttackTechnique.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.graph.models with parameters of type SimulationAttackTechniqueModifier and TypeMethodDescriptionvoidSimulation.setAttackTechnique(SimulationAttackTechnique value) Sets the attackTechnique property value.voidPayload.setTechnique(SimulationAttackTechnique value) Sets the technique property value.