Package odata.msgraph.client.entity
Class AttackSimulationRoot
- java.lang.Object
-
- odata.msgraph.client.entity.Entity
-
- odata.msgraph.client.entity.AttackSimulationRoot
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataEntityType,com.github.davidmoten.odata.client.ODataType
public class AttackSimulationRoot extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
-
-
Field Summary
Fields Modifier and Type Field Description protected List<EndUserNotification>endUserNotificationsprotected List<LandingPage>landingPagesprotected List<LoginPage>loginPagesprotected List<AttackSimulationOperation>operationsprotected List<Payload>payloadsprotected List<SimulationAutomation>simulationAutomationsprotected List<Simulation>simulationsprotected List<Training>trainings-
Fields inherited from class odata.msgraph.client.entity.Entity
changedFields, contextPath, id, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttackSimulationRoot()
-
Method Summary
-
-
-
Field Detail
-
endUserNotifications
protected List<EndUserNotification> endUserNotifications
-
landingPages
protected List<LandingPage> landingPages
-
operations
protected List<AttackSimulationOperation> operations
-
simulationAutomations
protected List<SimulationAutomation> simulationAutomations
-
simulations
protected List<Simulation> simulations
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classEntity
-
getChangedFields
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
- Specified by:
getChangedFieldsin interfacecom.github.davidmoten.odata.client.ODataEntityType- Overrides:
getChangedFieldsin classEntity
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classEntity
-
withUnmappedField
public AttackSimulationRoot withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classEntity
-
getEndUserNotifications
public EndUserNotificationCollectionRequest getEndUserNotifications()
-
getLandingPages
public LandingPageCollectionRequest getLandingPages()
-
getLoginPages
public LoginPageCollectionRequest getLoginPages()
-
getOperations
public AttackSimulationOperationCollectionRequest getOperations()
-
getPayloads
public PayloadCollectionRequest getPayloads()
-
getSimulationAutomations
public SimulationAutomationCollectionRequest getSimulationAutomations()
-
getSimulations
public SimulationCollectionRequest getSimulations()
-
getTrainings
public TrainingCollectionRequest getTrainings()
-
withEndUserNotifications
public AttackSimulationRoot withEndUserNotifications(List<EndUserNotification> endUserNotifications)
-
withLandingPages
public AttackSimulationRoot withLandingPages(List<LandingPage> landingPages)
-
withLoginPages
public AttackSimulationRoot withLoginPages(List<LoginPage> loginPages)
-
withOperations
public AttackSimulationRoot withOperations(List<AttackSimulationOperation> operations)
-
withPayloads
public AttackSimulationRoot withPayloads(List<Payload> payloads)
-
withSimulationAutomations
public AttackSimulationRoot withSimulationAutomations(List<SimulationAutomation> simulationAutomations)
-
withSimulations
public AttackSimulationRoot withSimulations(List<Simulation> simulations)
-
withTrainings
public AttackSimulationRoot withTrainings(List<Training> trainings)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classEntity
-
patch
public AttackSimulationRoot patch()
Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.
-
put
public AttackSimulationRoot put()
Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).
-
-