Uses of Class
odata.msgraph.client.security.entity.TriggersRoot
-
Packages that use TriggersRoot Package Description odata.msgraph.client.entity odata.msgraph.client.security.entity -
-
Uses of TriggersRoot in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity declared as TriggersRoot Modifier and Type Field Description protected TriggersRootSecurity. triggersMethods in odata.msgraph.client.entity with parameters of type TriggersRoot Modifier and Type Method Description Security.BuilderSecurity.Builder. triggers(TriggersRoot triggers)SecuritySecurity. withTriggers(TriggersRoot triggers) -
Uses of TriggersRoot in odata.msgraph.client.security.entity
Methods in odata.msgraph.client.security.entity that return TriggersRoot Modifier and Type Method Description TriggersRootTriggersRoot.Builder. build()TriggersRootTriggersRoot. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.TriggersRootTriggersRoot. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).TriggersRootTriggersRoot. withRetentionEvents(List<RetentionEvent> retentionEvents)TriggersRootTriggersRoot. withUnmappedField(String name, Object value)
-