Uses of Class
odata.msgraph.client.beta.enums.SimulationAttackType
-
Packages that use SimulationAttackType Package Description odata.msgraph.client.beta.entity odata.msgraph.client.beta.enums -
-
Uses of SimulationAttackType in odata.msgraph.client.beta.entity
Fields in odata.msgraph.client.beta.entity declared as SimulationAttackType Modifier and Type Field Description protected SimulationAttackTypeSimulation. attackTypeMethods in odata.msgraph.client.beta.entity that return types with arguments of type SimulationAttackType Modifier and Type Method Description Optional<SimulationAttackType>Simulation. getAttackType()Methods in odata.msgraph.client.beta.entity with parameters of type SimulationAttackType Modifier and Type Method Description Simulation.BuilderSimulation.Builder. attackType(SimulationAttackType attackType)SimulationSimulation. withAttackType(SimulationAttackType attackType) -
Uses of SimulationAttackType in odata.msgraph.client.beta.enums
Methods in odata.msgraph.client.beta.enums that return SimulationAttackType Modifier and Type Method Description static SimulationAttackTypeSimulationAttackType. valueOf(String name)Returns 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.
-