Uses of Class
odata.msgraph.client.enums.SimulationAttackTechnique
-
Packages that use SimulationAttackTechnique Package Description odata.msgraph.client.entity odata.msgraph.client.enums -
-
Uses of SimulationAttackTechnique in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as SimulationAttackTechnique Modifier and Type Field Description protected SimulationAttackTechniqueSimulation. attackTechniqueprotected SimulationAttackTechniquePayload. techniqueMethods in odata.msgraph.client.entity that return types with arguments of type SimulationAttackTechnique Modifier and Type Method Description Optional<SimulationAttackTechnique>Simulation. getAttackTechnique()Optional<SimulationAttackTechnique>Payload. getTechnique()Methods in odata.msgraph.client.entity with parameters of type SimulationAttackTechnique Modifier and Type Method Description Simulation.BuilderSimulation.Builder. attackTechnique(SimulationAttackTechnique attackTechnique)Payload.BuilderPayload.Builder. technique(SimulationAttackTechnique technique)SimulationSimulation. withAttackTechnique(SimulationAttackTechnique attackTechnique)PayloadPayload. withTechnique(SimulationAttackTechnique technique) -
Uses of SimulationAttackTechnique in odata.msgraph.client.enums
Methods in odata.msgraph.client.enums that return SimulationAttackTechnique Modifier and Type Method Description static SimulationAttackTechniqueSimulationAttackTechnique. valueOf(String name)Returns 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.
-