Uses of Class
odata.msgraph.client.entity.AttackSimulationOperation
-
Packages that use AttackSimulationOperation Package Description odata.msgraph.client.entity -
-
Uses of AttackSimulationOperation in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type AttackSimulationOperation Modifier and Type Field Description protected List<AttackSimulationOperation>AttackSimulationRoot. operationsMethods in odata.msgraph.client.entity that return AttackSimulationOperation Modifier and Type Method Description AttackSimulationOperationAttackSimulationOperation.Builder. build()AttackSimulationOperationAttackSimulationOperation. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AttackSimulationOperationAttackSimulationOperation. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AttackSimulationOperationAttackSimulationOperation. withPercentageCompleted(Integer percentageCompleted)AttackSimulationOperationAttackSimulationOperation. withTenantId(String tenantId)AttackSimulationOperationAttackSimulationOperation. withType(AttackSimulationOperationType type)AttackSimulationOperationAttackSimulationOperation. withUnmappedField(String name, Object value)Method parameters in odata.msgraph.client.entity with type arguments of type AttackSimulationOperation Modifier and Type Method Description AttackSimulationRootAttackSimulationRoot. withOperations(List<AttackSimulationOperation> operations)
-