Uses of Class
odata.msgraph.client.security.enums.RetentionTrigger
-
Packages that use RetentionTrigger Package Description odata.msgraph.client.security.enums -
-
Uses of RetentionTrigger in odata.msgraph.client.security.enums
Methods in odata.msgraph.client.security.enums that return RetentionTrigger Modifier and Type Method Description static RetentionTriggerRetentionTrigger. valueOf(String name)Returns the enum constant of this type with the specified name.static RetentionTrigger[]RetentionTrigger. values()Returns an array containing the constants of this enum type, in the order they are declared.
-