Package odata.msgraph.client.complex
Class AttackSimulationRepeatOffender.Builder
- java.lang.Object
-
- odata.msgraph.client.complex.AttackSimulationRepeatOffender.Builder
-
- Enclosing class:
- AttackSimulationRepeatOffender
public static final class AttackSimulationRepeatOffender.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttackSimulationRepeatOffender.BuilderattackSimulationUser(AttackSimulationUser attackSimulationUser)AttackSimulationRepeatOffenderbuild()AttackSimulationRepeatOffender.BuilderrepeatOffenceCount(Integer repeatOffenceCount)
-
-
-
Method Detail
-
attackSimulationUser
public AttackSimulationRepeatOffender.Builder attackSimulationUser(AttackSimulationUser attackSimulationUser)
-
repeatOffenceCount
public AttackSimulationRepeatOffender.Builder repeatOffenceCount(Integer repeatOffenceCount)
-
build
public AttackSimulationRepeatOffender build()
-
-