Uses of Enum
com.microsoft.graph.models.SimulationAttackType
Packages that use SimulationAttackType
-
Uses of SimulationAttackType in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return SimulationAttackTypeModifier and TypeMethodDescriptionstatic SimulationAttackTypeSimulation.getAttackType()Gets the attackType property value.Payload.getSimulationAttackType()Gets the simulationAttackType property value.static SimulationAttackTypeReturns the enum constant of this type with the specified name.static SimulationAttackType[]SimulationAttackType.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 SimulationAttackTypeModifier and TypeMethodDescriptionvoidSimulation.setAttackType(SimulationAttackType value) Sets the attackType property value.voidPayload.setSimulationAttackType(SimulationAttackType value) Sets the simulationAttackType property value.